JSPM

@jswork/wsui-purecss-grid

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q44681F
  • License MIT

Responsive percentage grid system use purecss.

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.

version license size download

installation

npm i @jswork/wsui-purecss-grid

usage

// 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.