@carbon/themes 10.31.0 → 10.33.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/es/index.js +1809 -682
- package/lib/index.js +1954 -752
- package/package.json +6 -6
- package/scss/generated/_mixins.scss +1260 -0
- package/scss/generated/_themes.scss +845 -1
- package/scss/generated/_tokens.scss +740 -0
- package/scss/modules/_theme.scss +1 -1
- package/scss/modules/generated/_themes.scss +335 -1
- package/src/g10.js +95 -2
- package/src/g100.js +93 -0
- package/src/g80.js +315 -0
- package/src/g90.js +93 -0
- package/src/index.js +3 -1
- package/src/tokens.js +186 -0
- package/src/v9.js +93 -0
- package/src/white.js +93 -0
- package/umd/index.js +1954 -752
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ You can preview all of the token values for this on the
|
|
|
31
31
|
|
|
32
32
|
### Sass
|
|
33
33
|
|
|
34
|
-
If
|
|
34
|
+
If your project is using Sass, you can include this package and the
|
|
35
35
|
corresponding default theme by writing the following in your Sass file:
|
|
36
36
|
|
|
37
37
|
```scss
|