@bagelink/vue 1.15.9 → 1.15.11
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/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/styles/bagel.css +3 -2
- package/src/styles/layout.css +896 -896
package/package.json
CHANGED
package/src/styles/bagel.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
/* Layer order declaration — later layers win in the cascade
|
|
2
|
-
|
|
1
|
+
/* Layer order declaration — later layers win in the cascade.
|
|
2
|
+
bgl-app is reserved for consumer project styles so they always take priority. */
|
|
3
|
+
@layer bgl-reset, bgl-tokens, bgl-base, bgl-components, bgl-utilities, bgl-app;
|
|
3
4
|
|
|
4
5
|
/* Tokens */
|
|
5
6
|
@import "theme.css" layer(bgl-tokens);
|