Sass/SCSS support, local server and automation

Posted April 23, 2022 by Francesco Improta ‐ 1 min read

More features for local development

With the PR #44 we have added some features for local development tasks.

CSS files are renamed to SCSS. The content of the files has not been touched. The content of HTML files must be nested intoto make working the hot-reload feature of the web-server.

It is now possible to:

  • start a dev server with hot-reload for local development
  • build the library, including automatic browser-vendors prefixing and minification.

This will make it easier to release a new version of the library.

Check the docs for more information.

The components .md files have been updated to use the compiled version of the library. They cannot use the source files anymore since they are SCSS.

As of now, the build files of the library have to be manually copied to the assets/cssui folder. A new PR will be created which will include this improvement.

Follow us on Twitter or on Star on Github to stay updated!

Thank you 🙏

CSSUI Team