@uncinq/css-components 1.0.2 → 1.1.0
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/css/components/drawer.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Each component file contains only CSS rules, using the tokens defined in the two
|
|
|
24
24
|
All component styles are declared inside `@layer components`:
|
|
25
25
|
|
|
26
26
|
```css
|
|
27
|
-
@layer
|
|
27
|
+
@layer reset, tokens, base, layouts, vendors, components;
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
This means:
|