@vtmn/css
Advanced tools
Comparing version 0.1.12 to 0.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [0.2.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css@0.1.12...@vtmn/css@0.2.0) (2021-03-15) | ||
### Features | ||
* **@vtmn/css-design-tokens:** generate .less output ([068f2e4](https://github.com/Decathlon/vitamin-web/commit/068f2e4e932a3185c90b3de96ccd2a613a70e8de)) | ||
* **@vtmn/css-design-tokens:** generate .scss output ([af50104](https://github.com/Decathlon/vitamin-web/commit/af50104d9891f23b0493c35b3a2bc91c9dac698d)) | ||
## [0.1.12](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css@0.1.11...@vtmn/css@0.1.12) (2021-03-10) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@vtmn/css", | ||
"version": "0.1.12", | ||
"version": "0.2.0", | ||
"description": "Decathlon Design System - Vitamin global CSS styles library", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "postcss src/index.css -o dist/index.css && lerna run --parallel --scope \"@vtmn/css-*\" build", | ||
"build": "postcss src/index.css -o dist/index.css && cross-env FONT_SIZE_BASE=10 postcss src/index.css -o dist/index-base10.css && lerna run --parallel --scope \"@vtmn/css-*\" build", | ||
"start": "chokidar \"src/**\" --initial -i \"**/dist/**\" -c \"yarn build\"" | ||
@@ -49,3 +49,3 @@ }, | ||
], | ||
"gitHead": "ec6ddd37b0f732f6dc734afcbee47176f59ba235" | ||
"gitHead": "2b545d41a130c4e1629643a3910075808845ccac" | ||
} |
Sorry, the diff of this file is not supported yet
3766242
6
118856