VTEX CSS Utils
A small package with css utility classes and variables shared by VTEX front-end developers
Installation
npm install vtex-css-utils --save
Usage
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;
@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.
Release History
- 1.1.4 Updated usage instructions yet again
- 1.1.3 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