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.
@import "~css-utils/sass/_css-utils.scss;
@import "~css-utils/less/_css-utils.less;
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.1 Update release history
- 1.1.0 Add Sass Correspondent files
- 1.0.0 Initial release