purgetss 3.2.0 → 4.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/tailwind.tss +6675 -6647
- package/docs/whats-new/v4.1.2.md +223 -0
- package/index.js +41 -33
- package/lib/build-tailwind.js +10 -9
- package/lib/helpers.js +163 -90
- package/lib/templates/tailwind/template.tss +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
------
|
|
20
20
|
|
|
21
21
|
## Some key features of PurgeTSS
|
|
22
|
-
- Provides more than
|
|
22
|
+
- Provides more than 8500 [Tailwind-like utility classes](https://tailwindcss.com/) ready to use in your projects.
|
|
23
23
|
- Creates a clean `app.tss` file with only the classes used in your project by parsing all your XML files.
|
|
24
24
|
- You can customize any of the default classes through a simple configuration file, or you can create new *just-in-time* classes with arbitrary values within the `Views`.
|
|
25
25
|
- You can easily use Font Awesome, Material Design, Lineicons, Boxicons, Tabler Icons, Framework7-Icons and Bootstrap Icons fonts in `Buttons` and `Labels`.
|