UNPKG

@progress/kendo-theme-core

Version:

A collection of functions and mixins used for building themes for Kendo UI

50 lines (49 loc) 1.86 kB
{ "name": "@progress/kendo-theme-core", "description": "A collection of functions and mixins used for building themes for Kendo UI", "version": "11.3.2", "author": "Progress", "license": "Apache-2.0", "keywords": [ "Kendo UI", "Theme", "sass functions", "sass mixins" ], "main": "dist/all.css", "sass": "scss/index.import.scss", "files": [ "dist/", "scss/" ], "homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/core", "repository": { "type": "git", "url": "git+https://github.com/telerik/kendo-themes.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/telerik/kendo-themes/issues/new?labels=bug,T:Core&template=bug_report.md" }, "publishConfig": { "access": "public" }, "scripts": { "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", "predocs": "npm run resolve-variables", "resolve-variables": "node ../../scripts/resolve-variables.js", "nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version", "nuget-push": "nuget push *.nupkg -ApiKey $NUGET_API_KEY -Source $NUGET_FEED -SkipDuplicate", "prepublishOnly": "node ../../scripts/themes-prepublish.js", "postpublish": "echo 'no postpublish for core theme'" }, "directories": { "doc": "docs" }, "gitHead": "dda792b83f27d1dd1f3cb44658b5b4ed3d26d729" }