Package Exports
- vtex-css-utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vtex-css-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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