cautnew / pcss
An easy way to create and manipulate CSS styles
1.0.0.1
2026-08-08 00:43 UTC
Requires
- cautnew/typedarr: ^1.0.0
- vlucas/phpdotenv: ^5.6@dev
README
Overview
The PCSS class in PHP is designed to facilitate the creation of CSS style using PHP objects. This class enables you to generate CSS styles dynamically, making it easier to build and import into a website programmatically. You can change any part of your CSS rules before rendering the page and you can simplify the code to be downloaded. One of the main features of this class is the ability to create a rule and change it's parameters and content with simple methods and avoiding concats and huge strings, only PHP objects.