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

@evilmartians/harmony

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evilmartians/harmony - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/css/index.css

12

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

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