postcss-grid-system:一个基于固定列宽创建网格的 PostCSS 插件

时间:2021-05-29 21:53:32
【文件属性】:
文件名称:postcss-grid-system:一个基于固定列宽创建网格的 PostCSS 插件
文件大小:160KB
文件格式:ZIP
更新时间:2021-05-29 21:53:32
postcss postcss-plugin grid-system postcss-grid JavaScript postcss-grid-system 一个基于固定列宽创建网格的插件。 安装 安装: npm install postcss postcss-grid-system --save-dev 要求与PostCSS: postcss ( [ require ( 'postcss-grid-system' ) ] ) ; 请参阅以使用 Gulp、Grunt、Webpack、npm 脚本进行设置…… 配置 选项 1:在 JavaScript 中 { width: '20.5rem' ; /* width of a single column */ gutter: '1.5rem' ; /* width of the gutter */ padding: '1.5rem' ; /* padding of the main container */ max: 8 ; /*
【文件预览】:
postcss-grid-system-master
----.gitignore(46B)
----.babelrc(137B)
----package.json(2KB)
----package-lock.json(615KB)
----src()
--------rows.js(836B)
--------containers.js(557B)
--------fractions-query.js(991B)
--------columns.js(253B)
--------rules-query.js(150B)
--------index.js(4KB)
--------fractions.js(518B)
--------utils.js(582B)
--------containers-query.js(542B)
--------grid-system.js(3KB)
--------columns-query.js(980B)
--------blocs.js(482B)
--------blocs-query.js(3KB)
----.travis.yml(36B)
----LICENSE(1KB)
----CHANGELOG.md(209B)
----README.md(5KB)
----.eslintignore(6B)
----.npmignore(65B)
----test()
--------02.js(1KB)
--------05.js(1KB)
--------06.js(1KB)
--------01.js(786B)
--------07.js(1KB)
--------00.js(2KB)
--------03.js(1KB)
--------tests.js(982B)
----.editorconfig(179B)

网友评论