@progress/kendo-theme-core
Advanced tools
Comparing version 10.1.0-dev.3 to 10.1.0-dev.4
{ | ||
"name": "@progress/kendo-theme-core", | ||
"description": "A collection of functions and mixins used for building themes for Kendo UI", | ||
"version": "10.1.0-dev.3", | ||
"version": "10.1.0-dev.4", | ||
"author": "Progress", | ||
@@ -32,5 +32,7 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"build": "sass-build", | ||
"watch": "npx sass --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css", | ||
"sass": "sass-build", | ||
"sass": "npm run sass:compile:all", | ||
"sass:dist": "gulp sass:dist --theme packages/core && npm run sass:compile:dist", | ||
"sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css", | ||
"sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist", | ||
"sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css", | ||
"docs": "node ../../scripts/sassdoc.js", | ||
@@ -47,3 +49,3 @@ "predocs": "npm run resolve-variables", | ||
}, | ||
"gitHead": "a33add5dbf946b4fbaa83b9b2016ed1836a9fa0e" | ||
"gitHead": "4089693fbd3a10aebc8155f11e7b7b7f814be2be" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2070135
28133