vtex-css-utils
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "vtex-css-utils", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A small package with css utility classes shared by VTEX front-end developers", | ||
@@ -5,0 +5,0 @@ "main": "sass/css-utils.scss", |
@@ -12,9 +12,7 @@ VTEX CSS Utils | ||
Import utilities in your stylesheets choosing from Sass (`.scss`) or LESS options. | ||
Import utilities in your stylesheets choosing from Sass (`.scss`) or LESS options. Please note that your text editor's linter might disagree with this notation, but it still works. | ||
`@import "../../vtex-css-utils/sass/_css-utils.scss;` | ||
`@import "../../vtex-css-utils/less/_css-utils.less;` | ||
`@import "~vtex-css-utils/sass/_css-utils;` | ||
`@import "~vtex-css-utils/less/_css-utils;` | ||
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 | ||
@@ -26,2 +24,3 @@ | ||
* 1.1.4 Updated usage instructions yet again | ||
* 1.1.3 Updated usage instructions | ||
@@ -28,0 +27,0 @@ * 1.1.2 Add new util class |
8787
29