sbt-autoprefixer:sbt-web 插件,使用 Autoprefixer 向 CSS 添加特定于供应商的前缀

时间:2021-05-31 07:54:52
【文件属性】:
文件名称:sbt-autoprefixer:sbt-web 插件,使用 Autoprefixer 向 CSS 添加特定于供应商的前缀
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-31 07:54:52
Scala sbt-autoprefixer 插件,它使用对 CSS 进行后处理,并通过向规则添加供应商前缀。 要使用 Github 的最新版本,请将以下内容添加到project/plugins.sbt中: lazy val root = project.in(file( " . " )).dependsOn(sbtAutoprefixer) lazy val sbtAutoprefixer = uri( " git://github.com/matthewrennie/sbt-autoprefixer " ) 您项目的构建文件还需要启用 sbt-web 插件。 例如使用 build.sbt: lazy val root = (project in file( " . " )).enablePlugins( SbtWeb ) 声明资产管道的执行顺序: pipeli
【文件预览】:
sbt-autoprefixer-master
----project()
--------build.properties(19B)
--------plugins.sbt(90B)
----src()
--------sbt-test()
--------main()
----LICENSE(591B)
----build.sbt(914B)
----sbt-autoprefixer-tester()
--------project()
--------src()
--------build.sbt(197B)
--------package.json(56B)
----README.md(1KB)
----.gitignore(213B)

网友评论