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

@enhance/styles

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enhance/styles - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

align.mjs

30

config.json
{
"base": 18,
"scale": {
"ratio": "goldenSection",
"steps": 8
"ratio": "perfectFourth",
"steps": 12
},
"fonts": {
"sans": "system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif",
"serif": "Georgia,Cambria,Times New Roman,Times,serif",
"mono": "Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace"
},
"theme": {
"light": "#fff",
"dark": "#222",
"primary": "#1f74d6",
"secondary": "#7327ce",
"success": "#2cdd93",
"info": "#2196f3",
"warning": "#ffeb3b",
"error": "#e21893"
},
"color": {
"crimson": "#eb0052"
},
"grid": {

@@ -18,6 +36,3 @@ "steps": 6

2,
4,
8,
16,
32
4
]

@@ -27,4 +42,3 @@ },

2,
4,
6,
8,
16,

@@ -31,0 +45,0 @@ 9999

{
"name": "@enhance/styles",
"version": "1.0.0",
"version": "1.1.0",
"description": "Functional utility classes",
"main": "index.js",
"main": "index.mjs",
"type": "module",
"bin": {
"enhance": "./cli.js"
"enhance": "./cli.mjs"
},
"style": "enhance.css",
"scripts": {
"build": "node ./cli.js > ./enhance.css",
"build": "node ./cli.mjs > ./enhance.css",
"minify": "postcss ./enhance.css > ./enhance.min.css",

@@ -33,2 +34,3 @@ "prod": "run-s build minify"

"dependencies": {
"color-to-hsla": "^0.1.1",
"modular-scale": "^5.1.2"

@@ -41,2 +43,2 @@ },

}
}
}
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