strip-css-comments:从CSS中删除注释

时间:2021-05-26 08:52:30
【文件属性】:
文件名称:strip-css-comments:从CSS中删除注释
文件大小:27KB
文件格式:ZIP
更新时间:2021-05-26 08:52:30
CSS 条形css评论 从CSS中删除注释 也可以作为 / / 插件使用。 用法 $ npm install strip-css-comments 用法 const stripCssComments = require ( 'strip-css-comments' ) ; // By default important comments `/*!` are preserved stripCssComments ( '/*! */ body { /* unicorns */color: hotpink; }' ) ; //=> '/*! */ body { color: hotpink; }' // `preserve: false` will strip all comments including `/*!` stripCssComments
【文件预览】:
strip-css-comments-main
----.gitignore(23B)
----.github()
--------workflows()
--------funding.yml(91B)
----fixture.css(130KB)
----.gitattributes(19B)
----bench.js(397B)
----package.json(748B)
----index.test-d.ts(708B)
----readme.md(2KB)
----index.js(2KB)
----index.d.ts(2KB)
----test.js(6KB)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)

网友评论