Skip to content

A small subset of tailwind.css plus normalize.css

License

Notifications You must be signed in to change notification settings

0x1eef/tail.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

tail.css provides a small subset of tailwind as pure CSS files that can be used with or without nodejs. The motivation behind tail.css is to be able to use tailwind in simple environments that don't have access to nodejs or other runtimes. The dist/ directory includes pure CSS files that can be easily dropped into any project.

Build

Custom builds can customize what features are included in a build.
The @import directives in src/ decide what features to include:

$ npm install -g sass
$ bin/build

Sources

License

Copyright of src/tail/ belongs to the tailwind project.
See tailwindcss/LICENSE

Copyright of src/normalize/ belongs to the normalize.css project.
See normalize/LICENSE.md

The remaining copyright is covered by the 0BSD License.
See LICENSE

About

A small subset of tailwind.css plus normalize.css

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages