postcss nested props:用于解开嵌套属性的PostCSS插件 源码
postcss嵌套道具 插件可解开。 嵌套属性 CSS具有“命名空间”中的许多属性; 例如, font-family , font-size和font-weight都在font名称空间中。 在CSS中,如果要在同一名称空间中设置一堆属性,则必须每次将其键入。 该插件提供了一个快捷方式:只需编写一次命名空间,然后将每个子属性嵌套在其中。 例如: .funky { font : { family : fantasy; size : 30 em ; weight : bold ; } } 编译为: .funky { font-family : fantas
文件列表
postcss-nested-props-master.zip
(预估有个12文件)
postcss-nested-props-master
.gitignore
58B
package.json
2KB
tslint.json
915B
src
plugin.ts
1KB
plugin.spec.ts
2KB
.travis.yml
178B
LICENSE
1KB
CHANGELOG.md
658B
暂无评论