@salty-css/webpack 0.0.1-alpha.253 → 0.0.1-alpha.254

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -242,7 +242,7 @@ Example usage:
242
242
  styled('span', {
243
243
  base: {
244
244
  // Use of static font family variable
245
- fontFamily: '{colors.fontFamily.heading}',
245
+ fontFamily: '{fontFamily.heading}',
246
246
  // Use of responsive font size variable
247
247
  fontSize: '{fontSize.heading.regular}',
248
248
  // Use of conditional theme text color variable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/webpack",
3
- "version": "0.0.1-alpha.253",
3
+ "version": "0.0.1-alpha.254",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@salty-css/core": "^0.0.1-alpha.253",
37
+ "@salty-css/core": "^0.0.1-alpha.254",
38
38
  "webpack": ">=5.x"
39
39
  }
40
40
  }