postcss-nested-props:用于解开嵌套属性的PostCSS插件

时间:2024-02-26 10:26:14
【文件属性】:

文件名称:postcss-nested-props:用于解开嵌套属性的PostCSS插件

文件大小:7KB

文件格式:ZIP

更新时间:2024-02-26 10:26:14

css sass postcss props properties

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
----.gitignore(58B)
----package.json(2KB)
----tslint.json(915B)
----src()
--------plugin.ts(1KB)
--------plugin.spec.ts(2KB)
----.travis.yml(178B)
----LICENSE(1KB)
----CHANGELOG.md(658B)
----tsconfig.json(299B)
----README.md(3KB)
----.npmignore(81B)
----.editorconfig(174B)

网友评论