tail.css/README.md
2024-09-16 20:52:51 -03:00

1.3 KiB

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