2024-01-27 06:28:15 +01:00
|
|
|
## About
|
|
|
|
|
2024-09-17 01:16:48 +02:00
|
|
|
tail.css provides **a small subset** of
|
2024-01-27 06:28:15 +01:00
|
|
|
[tailwind](https://tailwindcss.com/)
|
2024-09-17 01:16:48 +02:00
|
|
|
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/](dist/)
|
|
|
|
directory includes pure CSS files that can be
|
|
|
|
easily dropped into any project.
|
2024-01-27 07:25:27 +01:00
|
|
|
|
2024-01-27 06:28:15 +01:00
|
|
|
## Build
|
|
|
|
|
2024-08-03 06:35:46 +02:00
|
|
|
Custom builds can customize what features are included in a build. <br>
|
2024-08-03 05:52:26 +02:00
|
|
|
The `@import` directives in [src/](src/) decide what features to
|
|
|
|
include:
|
2024-01-28 07:39:56 +01:00
|
|
|
|
2024-02-01 13:31:46 +01:00
|
|
|
$ npm install -g sass
|
2024-01-27 06:28:15 +01:00
|
|
|
$ bin/build
|
|
|
|
|
2024-09-17 01:42:02 +02:00
|
|
|
## Sources
|
|
|
|
|
|
|
|
* [GitHub](https://github.com/0x1eef/tail.css)
|
|
|
|
* [brew.bsd.cafe/@0x1eef](https://brew.bsd.cafe/0x1eef/tail.css)
|
|
|
|
|
2024-01-27 06:28:15 +01:00
|
|
|
## License
|
|
|
|
|
2024-02-01 13:31:46 +01:00
|
|
|
Copyright of src/tail/ belongs to the
|
2024-01-27 06:28:15 +01:00
|
|
|
[tailwind project](https://tailwindcss.com/).
|
2024-01-27 06:45:14 +01:00
|
|
|
<br>
|
2024-08-03 05:52:26 +02:00
|
|
|
See [tailwindcss/LICENSE](https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE)
|
2024-02-01 13:31:46 +01:00
|
|
|
|
|
|
|
Copyright of src/normalize/ belongs to the
|
|
|
|
[normalize.css project](https://raw.githubusercontent.com/necolas/normalize.css).
|
|
|
|
<br>
|
2024-08-03 05:52:26 +02:00
|
|
|
See [normalize/LICENSE.md](https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
2024-03-14 02:12:01 +01:00
|
|
|
|
|
|
|
The remaining copyright is covered by the [0BSD License](https://choosealicense.com/licenses/0bsd/).
|
|
|
|
<br>
|
2024-09-17 01:36:00 +02:00
|
|
|
See [LICENSE](./LICENSE)
|