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.
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
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