文件名称:postcss-font-family-system-ui:PostCSS插件来转换W3C CSS字体系列
文件大小:694KB
文件格式:ZIP
更新时间:2024-06-02 08:00:42
css postcss font-family postcss-plugins system-ui
postcss-font-family-system-ui 允许您遵循规范在CSS中使用system-ui 。 body { font : 100 % / 1.5 system-ui; } /* becomes */ body { font : 100 % / 1.5 system-ui , -apple-system , Segoe UI , Roboto , Noto Sans , Ubuntu , Cantarell , Helvetica Neue; } 用法 将到您的构建工具中: npm install postcss postcss-font-family-system-ui --save-dev CSS 将添加到您的构建工具中: npm install postcss --save-dev 使用作为插件: import postcss from "g
【文件预览】:
postcss-font-family-system-ui-main
----.github()
--------FUNDING.yml(641B)
--------workflows()
----.rollup.mjs(334B)
----yarn.lock(138KB)
----scripts()
--------get-dev-deps.js(191B)
--------package.json(25B)
----lib()
--------get-system-ui-family.mjs(2KB)
----babel.config.json(141B)
----CONTRIBUTING.md(2KB)
----.yarnrc.yml(365B)
----.yarnrc(42B)
----test()
--------basic.css(368B)
--------custom-properties.css(214B)
--------basic.browser.chrome_60.not_preserve.expect.css(362B)
--------basic.browser.chrome_60.expect.css(368B)
--------basic.browser.edged_version.expect.css(368B)
--------basic.family.expect.css(540B)
--------custom-properties.expect.css(451B)
--------basic.expect.css(810B)
--------basic.browser.whole_coverage.expect.css(930B)
--------basic.not_preserve.expect.css(744B)
----LICENSE.md(7KB)
----README.md(4KB)
----index.mjs(2KB)
----renovate.json(91B)
----.editorconfig(226B)
----.gitignore(125B)
----.yarn()
--------plugins()
--------releases()
----CHANGELOG.md(5KB)
----.tape.cjs(1KB)
----package.json(3KB)