Skip to content

Simple CSS Utility classes, based on Tailwind defaults, generated by Sass

License

Notifications You must be signed in to change notification settings

vincedubroeucq/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities

Simple CSS Utility classes, based on Tailwind CSS defaults, generated by Sass.

Basic usage

Simply clone the repo or download the zip, and add the Sass files to your Sass folder.

Generate the utilities using the standard Sass commands. See https://sass-lang.com for information about Sass.

sass --watch {sass_source_folder}/utilities.scss:{css_destination_folder}/utilities.css

Then include the generated CSS file in your HTML.

Alternatively you can @import the utilities.scss file into your existing Sass pipeline.

Lastly, a pregenerated utilities.css file is provided to help you quickstart a project or just experiment !

Have fun !

About

Simple CSS Utility classes, based on Tailwind defaults, generated by Sass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages