Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-theme-core

Package Overview
Dependencies
Maintainers
0
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-theme-core - npm Package Compare versions

Comparing version 10.1.0-dev.3 to 10.1.0-dev.4

dist/meta/_variables.scss

12

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc