vtex-css-utils
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "vtex-css-utils", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A small package with css utility classes shared by VTEX front-end developers", | ||
@@ -17,3 +17,4 @@ "main": "sass/css-utils.scss", | ||
"sass", | ||
"utils" | ||
"utils", | ||
"vtex" | ||
], | ||
@@ -20,0 +21,0 @@ "author": "Daniel Fosco <danielfosco@gmail.com> (http://danielfos.co)", |
@@ -14,16 +14,14 @@ VTEX CSS Utils | ||
`@import "~vtex-css-utils/sass/_css-utils;` | ||
`@import "~vtex-css-utils/less/_css-utils;` | ||
`@import "~vtex-css-utils/sass/_css-utils;"` | ||
`@import "~vtex-css-utils/less/_css-utils;"` | ||
## Contributing | ||
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 style-guide 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. | ||
## Release History | ||
* 1.1.4 Updated usage instructions yet again | ||
* 1.1.3 Updated usage instructions | ||
* 1.1.5 Updated usage instructions | ||
* 1.1.2 Add new util class | ||
* 1.1.1 Update release history | ||
* 1.1.0 Add Sass Correspondent files | ||
* 1.0.0 Initial release |
8726
27