@evilmartians/harmony
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@evilmartians/harmony", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"scripts": { | ||
@@ -22,10 +22,4 @@ "build": "deno task build", | ||
}, | ||
"files": [ | ||
"dist/*" | ||
], | ||
"keywords": [ | ||
"colors", | ||
"palette", | ||
"tailwind" | ||
], | ||
"files": ["dist/*"], | ||
"keywords": ["colors", "palette", "tailwind"], | ||
"sideEffects": false, | ||
@@ -32,0 +26,0 @@ "repository": { |
@@ -80,2 +80,18 @@ ![Harmony](cover.png) | ||
Harmony also provides an `index.css` file that imports all other css files. | ||
👮WARNING: this file is **huge** and should be used only in combination with PurgeCSS (with `variables` option enabled), other tools that can clean unused css variables, or if you really need all the colors. | ||
```css | ||
@import '@evilmartians/harmony/css/index.css | ||
/* now you can use any color */ | ||
h1 { | ||
color: var(--orange-600); | ||
} | ||
h2 { | ||
color: var(--red-300); | ||
} | ||
``` | ||
## Other formats | ||
@@ -82,0 +98,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
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
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
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
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
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
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
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
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
94847
35
2757
105