A SCSS remake of tailwindcss
You can build the css file to import with the sass command line tool. Simply run the following command and the file will be put into the dist folder:
sass src/index.scss dist/index.css
To build with changes run:
sass src/index.scss dist/index.css --watch
Install csso cli tool
Then run:
csso .dist\index.css -o .\dist\index.min.css -s file
- Background image classes, need to investigate design approach
- Background gradent classes, need to investigate design approach
- Content class, need to determine the configuration approach
- Ring Width / Ring color / Ring offset width / ring offset color, need to determine css variable management approach
- Border spacing, skipping until tw-border-spacing variable approach is determined
- refactor color variations
- add methods to extend size & color options