YACP:另一个 CSS 预处理器

时间:2024-07-18 12:52:54
【文件属性】:

文件名称:YACP:另一个 CSS 预处理器

文件大小:88KB

文件格式:ZIP

更新时间:2024-07-18 12:52:54

JavaScript

#YACP 又一个 CSS 预处理器。 安装 $ npm install -g yacp 在 HTML 中使用时: $ bower install client-yacp 例子 /* Import your other CSS files */ @import url ( "foo.css" ) /* Define variables in W3C syntax */ : root { --font-lg : 18 px ; } /* Placeholder selector for `extend` */ %att { col or : red ; font-weight : normal ; } . attBox { extend : %att; /* Extend `%att` */ box-shadow : 5px 5px; font-size


【文件预览】:
YACP-master
----.travis.yml(50B)
----bin()
--------yacp(2KB)
----package.json(894B)
----test()
--------test.js(4KB)
--------fixtures()
----LICENSE(1KB)
----client-yacp.js(406KB)
----.gitignore(27B)
----lib()
--------yacp.js(3KB)
----README.md(5KB)
----bower.json(503B)

网友评论