Skip to content

martinshaw/tailwind-colors-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

tailwind-colors-scss

Because I like to use Tailwind CSS colors in my non-Tailwind projects, I created this SCSS file to use the same colors elsewhere.

Example

@import 'tailwind-colors-scss';

body {
  background-color: $tw-gray-100;
  color: $tw-gray-800;
}

About

The full Tailwind.css color palette as SCSS variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages