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

theminator

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theminator - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

package.json
{
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "Enhance your theme objects.",
"description": "Theminator replaces the colors and dimensions (e.g. #123456 or 12rem) in your theme with objects containing useful methods that you can use to create derived values, like a darkened version of the background color or a multiplied border width for a hover effect.",
"repository": "AndrewPrifer/theminator",

@@ -6,0 +6,0 @@ "keywords": [

# Theminator
Theminator replaces your colors and dimensions (e.g. `#123456` or `12rem`) with objects containing useful methods that you can use to create derived values, like a darkened version of the background color or a multiplied border width for a hover effect.
Theminator replaces the colors and dimensions (e.g. `#123456` or `12rem`) in your theme with objects containing useful methods that you can use to create derived values, like a darkened version of the background color or a multiplied border width for a hover effect.

@@ -68,3 +68,3 @@ ## Installation

border-color: ${color.darken(2).css()};
border-width: ${borderWidth.value * 2}${borderWidth.unit};
border-width: ${borderWidth.value * 2} ${borderWidth.unit};
`}

@@ -71,0 +71,0 @@ >

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