@itcase/tokens-am 1.0.13 → 1.0.21

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.
@@ -296,7 +296,6 @@
296
296
  --grid-system-margin: 40px;
297
297
  }
298
298
  }
299
-
300
299
  @media (--mobile) {
301
300
  :root {
302
301
  --wrapper-margin: 12px;
@@ -306,7 +305,6 @@
306
305
  --grid-system-margin: 12px;
307
306
  }
308
307
  }
309
-
310
308
  @media (--tablet) {
311
309
  :root {
312
310
  --wrapper-margin: 24px;
@@ -316,3 +314,4 @@
316
314
  --grid-system-margin: 24px;
317
315
  }
318
316
  }
317
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-am",
3
3
  "description": "",
4
- "version": "1.0.13",
4
+ "version": "1.0.21",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -12,7 +12,9 @@
12
12
  "scripts": {
13
13
  "build": "npm run build-js && npm run build-css",
14
14
  "build-js": "rm -rf dist && NODE_ENV=production rollup -c",
15
- "build-css": "rm -rf dist/css && postcss 'src/styles/main.css' --base src --dir dist/css/ --env production"
15
+ "build-css": "rm -rf dist/css && postcss 'src/styles/main.css' --base src --dir dist/css/ --env production",
16
+ "dev-js": "rollup -c -w",
17
+ "dev-css": "postcss 'src/styles/main.css' --base src --dir dist/css/ --env production -w --verbose"
16
18
  },
17
19
  "files": [
18
20
  "/dist"
@@ -21,5 +23,5 @@
21
23
  "access": "public",
22
24
  "registry": "https://registry.npmjs.org/"
23
25
  },
24
- "gitHead": "532095d3385c63108f1ddb5ef41802af5a2a5f7d"
26
+ "gitHead": "a5aeee735c2430520c0392a4b4d67dcf55da48cd"
25
27
  }