vtex-css-utils
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "vtex-css-utils", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A small package with css utility classes shared by VTEX front-end developers", | ||
@@ -5,0 +5,0 @@ "main": "sass/css-utils.scss", |
@@ -14,5 +14,7 @@ VTEX CSS Utils | ||
`@import "~css-utils/sass/_css-utils.scss;` | ||
`@import "~css-utils/less/_css-utils.less;` | ||
`@import "../../vtex-css-utils/sass/_css-utils.scss;` | ||
`@import "../../vtex-css-utils/less/_css-utils.less;` | ||
Unfortunately there's no way to automatically make your stylesheet find `node_modules` (without some pipeline or build process of some kind), so you'll have to add the folder notation `../` to make the path right. | ||
## Contributing | ||
@@ -24,2 +26,3 @@ | ||
* 1.1.3 Updated usage instructions | ||
* 1.1.2 Add new util class | ||
@@ -26,0 +29,0 @@ * 1.1.1 Update release history |
8881
30