New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@barguide/style-guide

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barguide/style-guide - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.0.3](https://github.com/barguide/taps/compare/@barguide/style-guide@2.0.2...@barguide/style-guide@2.0.3) (2021-03-24)
**Note:** Version bump only for package @barguide/style-guide
## [2.0.2](https://github.com/barguide/taps/compare/@barguide/style-guide@2.0.1...@barguide/style-guide@2.0.2) (2021-03-24)

@@ -8,0 +16,0 @@

7

dist/tailwind.config.js

@@ -107,2 +107,5 @@ // Roygbiv

const gridToPixels = Object.keys(grid).forEach((key) => {
});
console.log(`👀 👀 ~ gridToPixels`, gridToPixels);
/**

@@ -113,3 +116,3 @@ * RUN - npx tailwindcss init --full

plugins: [],
prefix: 'vm-',
prefix: 'u-',
/**

@@ -125,3 +128,3 @@ * @description Purge happens at the consumer level

fonts: font,
spacing: grid
spacing: gridToPixels
},

@@ -128,0 +131,0 @@ /**

{
"name": "@barguide/style-guide",
"version": "2.0.2",
"version": "2.0.3",
"author": {

@@ -56,3 +56,3 @@ "name": "Matthew Scholta",

"types": "./dist/index.d.ts",
"gitHead": "bc53ef8bc3f5f307a3920c4d34eaaabff31be49d"
"gitHead": "d2f19551fce56282a74a4079d5b09bbb30d1982d"
}

@@ -5,2 +5,12 @@ import { color } from './variables/color';

const gridInPixels: any = {};
const gridToPixels = Object.keys(grid).forEach((key) => {
const val = grid[key as '1x'];
gridInPixels[key] = `${val}px`;
});
console.log(`👀 👀 ~ gridToPixels`, gridToPixels);
/**

@@ -12,3 +22,3 @@ * RUN - npx tailwindcss init --full

plugins: [],
prefix: 'vm-',
prefix: 'u-',

@@ -26,3 +36,3 @@ /**

fonts: font,
spacing: grid
spacing: gridToPixels
},

@@ -29,0 +39,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