Docs update
This commit is contained in:
parent
45d595bb58
commit
f8425a9e54
1 changed files with 8 additions and 14 deletions
22
README.md
22
README.md
|
@ -1,20 +1,14 @@
|
||||||
## About
|
## About
|
||||||
|
|
||||||
tail.css provides _a small subset_ of
|
tail.css provides **a small subset** of
|
||||||
[tailwind](https://tailwindcss.com/)
|
[tailwind](https://tailwindcss.com/)
|
||||||
that can be used without a nodejs environment.
|
as pure CSS files that can be used with
|
||||||
The CSS files [dist/tail.css](dist/tail.css)
|
or without nodejs. The motivation behind
|
||||||
and [dist/tail.min.css](dist/tail.min.css) are provided
|
tail.css is to be able to use tailwind in
|
||||||
in case you don't have access to the nodejs sass compiler.
|
simple environments that don't have access
|
||||||
|
to nodejs or other runtimes. The [dist/](dist/)
|
||||||
## Rationale
|
directory includes pure CSS files that can be
|
||||||
|
easily dropped into any project.
|
||||||
The motivation behind this project is to be able to use tailwind
|
|
||||||
without a nodejs environment. tail.css can be used within a vanilla
|
|
||||||
CSS environment, or within an environment that uses
|
|
||||||
[sass](https://sass-lang.com).
|
|
||||||
Most of the time I use tail.css within a sass environment, and
|
|
||||||
sprinkle small amounts of CSS on top.
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue