文件名称:style-scope:用于本地范围样式的 PostCSS 和 PostHTML 插件
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-18 02:53:10
css plugin postcss style scope
风格范围 用于本地范围样式的 PostCSS 和 PostHTML 插件。 关于 这是 HTML/CSS 后处理器和的一对插件,用于提供本地范围的样式功能,其中 CSS 规则的范围限制为一组 HTML 元素,以防止它们应用于更深的嵌套 HTML 元素。 它旨在用于对单页应用程序中组件的 CSS 和 HTML 进行后处理。 用法 以下示例... const posthtml = require ( "posthtml" ) const postcss = require ( "postcss" ) const posthtmlScope = require ( "style-scope/posthtml" ) const postcssScope = require ( "style-scope/postcss" ) const html = ` <!-- HTM
【文件预览】:
style-scope-master
----postcss.js(6KB)
----eslint.json(6KB)
----sample.js(1KB)
----posthtml.js(3KB)
----README.md(3KB)
----.gitignore(13B)
----package.json(1KB)