purgetss 7.5.0 → 7.5.1
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 +16 -11
- package/dist/purgetss.ui.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
-
|
|
17
|
+
- 23,300+ utility classes for styling Titanium views
|
|
18
18
|
- Parses XML files to generate a clean `app.tss` with only the classes your project uses
|
|
19
19
|
- Customizable defaults via `config.cjs`, with JIT classes for arbitrary values
|
|
20
20
|
- Icon font support: Font Awesome, Material Icons, Material Symbols, Framework7-Icons
|
|
@@ -302,19 +302,24 @@ Button: {
|
|
|
302
302
|
|
|
303
303
|
## Table of Content
|
|
304
304
|
|
|
305
|
-
- [What's New in v7.2](https://purgetss.com/#whats-new-in-v72x)
|
|
306
305
|
- [Installation](https://purgetss.com/docs/installation)
|
|
307
306
|
- [Commands](https://purgetss.com/docs/commands)
|
|
308
307
|
- Customization
|
|
309
|
-
- [
|
|
310
|
-
- [Custom
|
|
311
|
-
- [apply
|
|
312
|
-
- [opacity
|
|
313
|
-
- [Arbitrary
|
|
314
|
-
- [Platform and Device
|
|
308
|
+
- [The Config File](https://purgetss.com/docs/customization/the-config-file)
|
|
309
|
+
- [Custom Rules](https://purgetss.com/docs/customization/custom-rules)
|
|
310
|
+
- [The `apply` Directive](https://purgetss.com/docs/customization/the-apply-directive)
|
|
311
|
+
- [The `opacity` Modifier](https://purgetss.com/docs/customization/the-opacity-modifier)
|
|
312
|
+
- [Arbitrary Values](https://purgetss.com/docs/customization/arbitrary-values)
|
|
313
|
+
- [Platform and Device Modifiers](https://purgetss.com/docs/customization/platform-and-device-modifiers)
|
|
315
314
|
- [Icon Fonts Libraries](https://purgetss.com/docs/customization/icon-fonts-libraries)
|
|
316
|
-
- Animation
|
|
315
|
+
- Animation Module
|
|
317
316
|
- [Introduction](https://purgetss.com/docs/animation-module/introduction)
|
|
318
|
-
- [
|
|
319
|
-
- [
|
|
317
|
+
- [The `play` Method](https://purgetss.com/docs/animation-module/the-play-method)
|
|
318
|
+
- [The `apply` Method](https://purgetss.com/docs/animation-module/the-apply-method)
|
|
319
|
+
- [The `open` and `close` Methods](https://purgetss.com/docs/animation-module/the-open-and-close-methods)
|
|
320
|
+
- [The `draggable` Method](https://purgetss.com/docs/animation-module/the-draggable-method)
|
|
321
|
+
- [Complex UI Elements](https://purgetss.com/docs/animation-module/complex-ui-elements)
|
|
322
|
+
- [Additional Methods](https://purgetss.com/docs/animation-module/additional-methods)
|
|
323
|
+
- [Available Utilities](https://purgetss.com/docs/animation-module/available-utilities)
|
|
324
|
+
- [Implementation Rules](https://purgetss.com/docs/animation-module/implementation-rules)
|
|
320
325
|
- [Grid System](https://purgetss.com/docs/grid-system)
|
package/dist/purgetss.ui.js
CHANGED