文件名称:postcss-demo:用于检查所有 PostCSS 插件如何工作的 Gulp 应用程序
文件大小:16KB
文件格式:ZIP
更新时间:2024-08-05 02:59:05
HTML
PostCSS 演示 用于检查所有插件功能的 Gulp 应用程序 现在实现的插件: Github 页面 作者 postcss-颜色-hcl @devgru postcss-颜色-alpha @avanes postcss-颜色-六 @尼克谢菲尔德 用法 要构建所有插件: $ git clone https://github.com/gazay/postcss-demo $ cd postcss-demo $ npm install $ node_modules/.bin/gulp build $ open index.html 要构建特定的插件: $ git clone https://github.com/gazay/postcss-demo $ cd postcss-demo $ npm install $ node_modules/.bin/gulp postcs
【文件预览】:
postcss-demo-master
----.travis.yml(59B)
----.eslintrc(683B)
----postcss-color-alpha()
--------index.html(1KB)
--------style.input.css(271B)
----postcss-color-hexa()
--------index.html(919B)
--------style.input.css(202B)
----package.json(835B)
----postcss-color-rgba-fallback()
--------index.html(1KB)
--------style.input.css(246B)
----postcss-color-rebeccapurple()
--------index.html(671B)
--------style.input.css(156B)
----index.html(5KB)
----postcss-color-gray()
--------index.html(1KB)
--------style.input.css(292B)
----postcss-color-function()
--------index.html(3KB)
--------style.input.css(1KB)
----LICENSE(1KB)
----postcss-color-hex-alpha()
--------index.html(1KB)
--------style.input.css(298B)
----postcss-color-hcl()
--------index.html(894B)
--------style.input.css(198B)
----.gitignore(537B)
----postcss-conic-gradient()
--------index.html(979B)
--------style.input.css(170B)
----gulpfile.babel.js(5KB)
----README.md(2KB)
----postcss-color-hwb()
--------index.html(998B)
--------style.input.css(246B)