Package Exports
- @jswork/wsui-purecss-grid
- @jswork/wsui-purecss-grid/dist/index.scss
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 (@jswork/wsui-purecss-grid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wsui-purecss-grid
Responsive percentage grid system use purecss.
installation
npm i @jswork/wsui-purecss-gridusage
// default to `scss`
@import '~@jswork/wsui-purecss-grid';
// or use `css`
@import '~@jswork/wsui-purecss-grid/dist/index.css';
/* you can customize prefix */
$wsui-purecss-grid-prefix: "wsui-" !default;documentation
license
Code released under the MIT license.