Compile CSS as a programming language.
Warning
This project is still in development and not ready for production use.
Write your CSS in .cssx files in src
directory. Then run the following commands:
For development:
npm run dev
For preview:
npm run preview
For production build:
npm run build