@pnx-mixtape/button-group
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@pnx-mixtape/button-group", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "button-group component", | ||
@@ -16,8 +16,2 @@ "repository": { | ||
], | ||
"eyeglass": { | ||
"name": "mixtape-button-group", | ||
"sassDir": "./", | ||
"needs": "*", | ||
"exports": false | ||
}, | ||
"scripts": { | ||
@@ -29,3 +23,3 @@ "build:css": "NODE_ENV=production postcss src/button-group.css --dir dist --config ../../postcss.config.js", | ||
"dependencies": { | ||
"@pnx-mixtape/constants": "^3.0.0" | ||
"@pnx-mixtape/constants": "^3.0.1" | ||
}, | ||
@@ -41,3 +35,3 @@ "browserslist": [ | ||
}, | ||
"gitHead": "e1f7aed2afbca0903a8c4d3257553c72f6b73728" | ||
"gitHead": "efa99f5cee9c3611f55a742f4c8ce74622957653" | ||
} |
@@ -16,3 +16,2 @@ # @pnx-mixtape/button-group | ||
- PostCSS workflow: `@import '@pnx-mixtape/button-group';` | ||
- Sass/Eyeglass: `@import 'mixtape-button-group';` | ||
- Native CSS: `@import url('dist/button-group.css');` | ||
@@ -19,0 +18,0 @@ - Link tag: `<link href="dist/button-group.css" rel="stylesheet" type="text/css">` |
3843
34