@melcanz85/chaincss 1.11.4 → 1.11.5
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,8 @@
|
|
|
79
79
|
|
|
80
80
|
module.exports = {
|
|
81
81
|
atomic: {
|
|
82
|
-
enabled: true,
|
|
82
|
+
enabled: true,
|
|
83
|
+
enabled: true,
|
|
83
84
|
threshold: 3,
|
|
84
85
|
naming: 'hash',
|
|
85
86
|
cache: true,
|
|
@@ -466,4 +467,4 @@ MIT © [Rommel Caneos](https://github.com/melcanz08)
|
|
|
466
467
|
|
|
467
468
|
## Star Us on GitHub!
|
|
468
469
|
|
|
469
|
-
If ChainCSS helps you, please [give it a star!](https://github.com/melcanz08/chaincss) It helps others discover it.
|
|
470
|
+
If ChainCSS helps you, please [give it a star!](https://github.com/melcanz08/chaincss) It helps others discover it.
|