8000 GitHub - reginaldFerland/tailwindscss: A SCSS remake of tailwindcss
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reginaldFerland/tailwindscss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwindscss

A SCSS remake of tailwindcss

Build css from scss

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

To minimize

Install csso cli tool

Then run:

csso .dist\index.css -o .\dist\index.min.css -s file

Classes being skipped / deprioritized

  • 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

TODO:

  • refactor color variations
  • add methods to extend size & color options

About

51EB A SCSS remake of tailwindcss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0