vtex-css-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vtex-css-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A small package with css utility classes shared by VTEX front-end developers", | ||
@@ -5,0 +5,0 @@ "main": "sass/css-utils.scss", |
@@ -8,3 +8,3 @@ VTEX CSS Utils | ||
npm install vtex-css-utils --save | ||
`npm install vtex-css-utils --save` | ||
@@ -15,3 +15,3 @@ ## Usage | ||
`@import "~css-utils/sass/_css-utils.scss;` | ||
`@import "~css-utils/sass/_css-utils.scss;` | ||
`@import "~css-utils/less/_css-utils.less;` | ||
@@ -21,3 +21,3 @@ | ||
A CSS styleguide is in the works, but if you want to contribute just head to https://github.com/vtex-apps/css-utils and ask for a pull request. | ||
A CSS styleguide is in the works, but if you want to contribute just head to <https://github.com/vtex-apps/css-utils> and ask for a pull request. | ||
@@ -24,0 +24,0 @@ ## Release History |
4779