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.0.2 Fix release history listing
- 1.0.1 Fix README.md
- 1.0.0 Initial release