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

@vtmn/css

Package Overview
Dependencies
Maintainers
2
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtmn/css - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

dist/index-unreset-base10.css

10

package.json
{
"name": "@vtmn/css",
"version": "0.10.2",
"version": "0.10.3",
"description": "Decathlon Design System - Vitamin global CSS styles library",

@@ -26,3 +26,7 @@ "keywords": [

"scripts": {
"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",
"build:unreset:base10": "cross-env PREFLIGHT=false FONT_SIZE_BASE=10 postcss src/index.css -o dist/index-unreset-base10.css",
"build:unreset:base16": "cross-env PREFLIGHT=false postcss src/index.css -o dist/index-unreset.css",
"build:base16": "postcss src/index.css -o dist/index.css",
"build:base10": "cross-env FONT_SIZE_BASE=10 postcss src/index.css -o dist/index-base10.css",
"build": "npm run build:base16 && npm run build:base10 && npm run build:unreset:base10 && npm run build:unreset:base16 && lerna run --parallel --scope \"@vtmn/css-*\" build",
"prestart": "yarn build",

@@ -50,3 +54,3 @@ "start": "chokidar \"src/**\" -i \"**/dist/**\" -c \"yarn build\""

],
"gitHead": "c9780b65c237698065719ea21fcebf629c7b8d0d"
"gitHead": "8d9f4d40eff6d748745f31e5083c5cad661a9062"
}

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