A subset of tailwind as pure CSS
Find a file
2024-09-18 14:17:22 -03:00
bin Prefer the nodejs sass compiler 2024-02-01 09:34:02 -03:00
dist Add border/_border_(style|width).scss 2024-09-18 14:17:22 -03:00
src Add border/_border_(style|width).scss 2024-09-18 14:17:22 -03:00
.gitignore First commit 2024-01-27 02:28:15 -03:00
.projectile Add position/index.scss 2024-05-17 19:47:47 -03:00
LICENSE Add LICENSE 2024-03-13 22:22:38 -03:00
README.md Add GitLab as a source 2024-09-16 20:52:51 -03:00
VERSION v0.2.0 2024-09-16 20:29:02 -03:00

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