@swissquote/crafty-preset-lightningcss 1.22.0-alpha.1 → 1.22.0-alpha.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swissquote/crafty-preset-lightningcss",
3
- "version": "1.22.0-alpha.1",
3
+ "version": "1.22.0-alpha.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": "https://github.com/swissquote/crafty.git",
6
6
  "publishConfig": {
@@ -13,9 +13,9 @@
13
13
  "build": "node ../../utils/build.js"
14
14
  },
15
15
  "dependencies": {
16
- "@swissquote/crafty": "1.22.0-alpha.1",
17
- "@swissquote/crafty-commons": "1.22.0-alpha.1",
18
- "@swissquote/crafty-preset-stylelint": "1.22.0-alpha.1",
16
+ "@swissquote/crafty": "1.22.0-alpha.2",
17
+ "@swissquote/crafty-commons": "1.22.0-alpha.2",
18
+ "@swissquote/crafty-preset-stylelint": "1.22.0-alpha.2",
19
19
  "lightningcss": "1.18.0",
20
20
  "mini-css-extract-plugin": "2.7.2"
21
21
  },
@@ -151,7 +151,7 @@ function createModuleRule(crafty, bundle, chain) {
151
151
  cssLoader: {
152
152
  modules: {
153
153
  exportLocalsConvention: "asIs",
154
- mode: "pure",
154
+ mode: "local",
155
155
  getLocalIdent: getCssModuleLocalIdent
156
156
  }
157
157
  }