问题标签 [autoprefixer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
8030 浏览

less - 使用less/concat/autoprefixer/minifycss 吞咽源地图?

是否可以生成具有所有这些转换的源映射?

使用的库:

我知道less可以生成源映射,我认为 gulp-concat 不支持它们,autoprefixer应该保留它们,而 minify-css/ clean-css似乎没有提及源映射。我运气不好?

0 投票
2 回答
1396 浏览

javascript - autoprefixer 针对“最近 2 个版本”的浏览器是什么?

尽管在浏览器下使用“最后 2 个版本”发出咕噜声,但运行自动前缀任务。这是针对哪些浏览器?我假设这意味着所有浏览器的最后 2 个版本,但我在 CSS 输出中看不到任何 -moz 前缀。

0 投票
1 回答
5080 浏览

javascript - How do I target IE9 and above with grunt autoprefixer?

How do I target IE9 and above with grunt autoprefixer? Can I do something like the following:

0 投票
0 回答
805 浏览

autoprefixer - autoprefixer and compass using command line

In my project I am using compass (only goodies, no grid and components) + bootstrap.

Now I decided to add: Autoprefixer with compass

The first step goes fine.

gem install --http-proxy http://:8080 autoprefixer-rails

after that I added these lines to the very last of config.rb; require 'autoprefixer-rails'

Here is compilation result:

I tried to modify runtimes.rb as in https://stackoverflow.com/a/14119187/1255274, but still it fails. I am not able to find any help on google .. Do anyone has an idea of what can be going wrong?

Or anyone can recommend me some other approach if I am on the wrong path all the way...

Thanks

0 投票
1 回答
1199 浏览

css - Sublime Text 创建 SASS - Autoprefixer - 无需 Grunt 即可保存的 CSS 链

看完克里斯科耶的

http://www.youtube.com/watch?v=M7W5unPM_b4&list=UUADyUOnhyEoQqrw_RrsGleA

我想知道 - 是否可以在构建 CSS 文件且没有 Grunt 后立即自动运行 Autoprefixer Sublime 插件?我需要在 Sublime 中配置什么以及如何配置?

理想的链条是:

在 SASS 保存时构建压缩的“style-unprefixed.css” - 运行 Autoprefixer - 创建压缩的“style.css”

0 投票
1 回答
1383 浏览

gruntjs - 这在关于 autoprefixer 插件的咕噜声中意味着什么?

我已经在 grunt 中安装了一些插件,但我收到了这条消息:

“找不到本地 Npm 模块“grunt-autoprefixer”。它安装了吗?

我检查了我的 node-modules 文件夹,里面没有自动前缀文件,但有我所有其他插件的文件。这是问题吗?如果是这样,我该如何解决这个问题?我必须重新安装插件吗?

我是初学者,所以任何简单的答案都将不胜感激。(把它弄糊涂!大声笑)。

0 投票
1 回答
1191 浏览

javascript - 部分前缀 CSS 的自动前缀

我需要在服务器上操作 CSS 文件,我最近发现了Autoprefixer库。

我的问题是 - 我的 css 文件的前缀取决于所使用的浏览器。例如。我的CSS代码是这样的 -

Autoprefixer 在这里不起作用,需要 css

生成

有什么方法可以用我的原始 CSS(前缀属性而不是非前缀属性)实现相同的结果?或者除了 Autoprefixer 之外,还有其他库可以帮助我实现同样的目标吗?

0 投票
2 回答
896 浏览

php - 如示例中所示,自动前缀 PHP 无法正常工作

我使用composer安装了“autoPrefixer PHP”并尝试了github页面( https://github.com/vladkens/autoprefixer-php)中显示的示例。非常简单的例子

只是输出 $css 不变。但是,如果我使用自定义参数初始化 autprefixer 对象,它会输出正确的前缀 css。

还使用示例中所示的参数初始化对象,给出“未知浏览器要求'ie8'”错误

那么我的安装有什么问题呢?其实我并没有手动做任何事情,只是由composer安装的。

0 投票
1 回答
390 浏览

playframework-2.0 - 如何使用 SBT 运行 CSS Autoprefixer WebJar?

我正在开发一个 Play 框架项目,我将同时使用LESSAutoprefixer。我的目标是让这些按顺序运行,这样当我编译我的代码时,它将运行 LESS,然后运行 ​​autoprefixer。我正在尝试通过 SBT 进行设置,但我发现很少有文档可以帮助我。

有两个潜在的 Autoprefixer 项目可供使用 - 一个是 WebJar,另一个是sbt-autoprefixer。包含 WebJar 不会破坏构建,但它也不会做任何前缀。另一个库的版本与我的代码不兼容,我更愿意使用 WebJar,而不是在我的代码中包含 git: URI 作为依赖项。

为了让 Autoprefixer 的 WebJar 版本正常工作,我需要做什么?WebJar 上没有我可以找到的文档。

0 投票
3 回答
8456 浏览

mozilla - gulp autoprefixer 不添加 moz 前缀

我在我的项目中使用带有 autoprefixer 的 gulp,我必须像这样使用背景渐变:

但输出是:

我怎么了?

Gulpfile.js 的一部分

我正在使用 gulp-autoprefixer

即使我设置

输出仍然: