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

hibiscss

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hibiscss - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

default.js

@@ -11,3 +11,2 @@ const r = require('ramda');

const defaults = {
breakpoints,
colors: {

@@ -53,2 +52,3 @@ black: '#000',

},
maxWidths: [],
spacing: [0, 4, 8, 16, 32, 64, 128],

@@ -125,2 +125,3 @@ };

sizes(config.sizes),
getRule('mw', 'max-width', config.maxWidths),
spacing(config.spacing),

@@ -208,2 +209,3 @@ typography(),

getRule('fs', 'font-size', config.fontSize, { responsive: true }),
getRule('fs', 'font-style', { normal: 'normal', italic: 'italic' }),
getRule('fw', 'font-weight', config.fontWeight),

@@ -210,0 +212,0 @@ getRule('ta', 'text-align', { left: 'left', center: 'center', right: 'right' }, { responsive: true }),

{
"name": "hibiscss",
"description": "Tool for making functional css stylesheets",
"version": "0.0.7",
"version": "0.0.8",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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