@enhance/styles
Advanced tools
Comparing version 6.0.0 to 6.1.1
@@ -26,11 +26,10 @@ { | ||
"theme": { | ||
"light": "#f8f9fa", | ||
"dark": "#343a40", | ||
"accent": "#007aff", | ||
"primary": "#007aff" | ||
"light": { | ||
"accent": "#0075db", | ||
"error": "#d60606", | ||
"back": "#fefefe", | ||
"fore": "#222222" | ||
} | ||
}, | ||
"color": { | ||
"error": "#ff3b2f", | ||
"warn": "#ffcc02", | ||
"success": "#35c759" | ||
}, | ||
@@ -37,0 +36,0 @@ "properties": { |
{ | ||
"name": "@enhance/styles", | ||
"version": "6.0.0", | ||
"version": "6.1.1", | ||
"description": "Functional utility classes", | ||
"main": "index.mjs", | ||
"type": "module", | ||
"module": "./dist/enhance.min.css", | ||
"bin": { | ||
@@ -12,5 +13,5 @@ "enhance-styles": "./cli.mjs" | ||
"scripts": { | ||
"build": "node ./cli.mjs > ./enhance.css", | ||
"minify": "postcss ./enhance.css > ./enhance.min.css", | ||
"prod": "run-s build minify", | ||
"build": "node ./cli.mjs > ./dist/enhance.css", | ||
"minify": "postcss ./dist/enhance.css > ./dist/enhance.min.css", | ||
"dist": "run-s build minify", | ||
"test": "tape './test/**/**.test.js' | tap-arc" | ||
@@ -17,0 +18,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75465
1591