@itcase/tokens-baikal 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.
- package/dist/css/styles/main.css +1 -3
- package/package.json +4 -3
package/dist/css/styles/main.css
CHANGED
|
@@ -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;
|
|
@@ -315,4 +313,4 @@
|
|
|
315
313
|
--grid-system-gutter: 12px;
|
|
316
314
|
--grid-system-margin: 24px;
|
|
317
315
|
}
|
|
318
|
-
}
|
|
316
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-baikal",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.21",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -12,7 +12,8 @@
|
|
|
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"
|
|
16
17
|
},
|
|
17
18
|
"files": [
|
|
18
19
|
"/dist"
|
|
@@ -21,5 +22,5 @@
|
|
|
21
22
|
"access": "public",
|
|
22
23
|
"registry": "https://registry.npmjs.org/"
|
|
23
24
|
},
|
|
24
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "a5aeee735c2430520c0392a4b4d67dcf55da48cd"
|
|
25
26
|
}
|