问题标签 [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.
twitter-bootstrap - Netbeans 中的引导 SASS 和 Autoprefixer
我在 NetBeans Web 项目中使用了 Bootstrap 的 SASS 官方端口。
现在,Bootstrap 站点声明“如果您从其 Less/Sass 源代码编译 Bootstrap 并且不使用我们的 Gruntfile,您需要自己将 Autoprefixer 集成到您的构建过程中。” https://github.com/postcss/autoprefixer
我不知道如何/是否可以在 NetBeans 中做到这一点。
我计算了在 NetBeans 中编译 SASS Bootstrap 文件时在原始预编译的 Bootstrap 版本 bootstrap.css 和创建的 css-version 中找到的实例“webkit”的数量。数字是 92 对 76。因此,SASS 版本中仍然有很多前缀,但不是全部。
所以,我的问题是,假设我确实想要所有原始前缀添加:
我可以在 NetBeans 中使用 Autoprefixer,我该怎么做,或者我是否被迫在我自己的 SASS 编译的 css 文件上从外部 NetBeans 执行此操作?
谢谢。
ruby-on-rails - How do I use bootstrap-sass's autoprefixer?
I have a Rails app where I’m using the bootstrap-sass gem which lists autoprefixer-rails as a dependency.
I don’t quite understand how to get Autoprefixer to prefix my app’s CSS. Do I need some asset config? Will it prefix compiled Sass in dev while in asset debug mode?
According to autoprefixer-rails’s docs, I just have to clear my cache and write CSS... None of my compiled Sass has any prefixes, but Bootstrap’s CSS does.
Any help/explanations would be appreciated.
voltrb - 使用带有 Volt 的 autoprefixer
有没有办法在 Volt 应用程序中设置自动前缀?
node.js - Gulp-autoprefixer 抛出 ReferenceError: Promise is not defined
我尝试让 gulp 编译我的 sass,然后使用 autoprefixit 进行编译,gulp-autoprefixer
但出现错误。
我正在尝试运行它Gulpfile.js
并且我正在使用:
和 NPM 版本1.3.10
当我跑步时,gulp test
我得到了这个:
我真的不知道我做错了什么。当我使用 sass 或纯 css 时不起作用。我认为与我的文件有关。
laravel - Laravel 长生不老药和自动前缀
所以我看到 elixir 不会自动使用 autoprefixer。这是我的 gulp 文件的外观:
但它仍然没有发布自动前缀。我没有大吃一惊的错误。当我运行gulp watch
.scss 文件时,它不会更新。我所有的 sass 文件都位于 resources/sass 下
谢谢你的帮助!
我什至尝试过:
node.js - 找不到自动前缀命令
我在使用Autoprefixer 时遇到问题, 我尝试使用以下方法安装:
我尝试只在我的项目中安装它:
但似乎没有任何帮助。每次我收到错误时:
我正在使用 OSX Yosemite、node v4.1.1 和 npm v3.3.4。
请注意,我并没有尝试将 Autoprefixer 用于 Gulp 或 Grunt,而是尝试进行设置,它将作为 npm 脚本运行(如此处所述)。
如果您需要任何其他信息,请询问,我会提供所需的任何东西。这令人沮丧,我花了 2 个小时试图修复它,但没有任何运气。
感谢所有聪明的答案!
gruntjs - 使用新版本的 autoprefixer 循环 grunt-watch
直到最近,我一直在成功地使用与此类似的 gruntfile。然而,在我最新的项目中,grunt watch 不断循环——有时是 4 次,有时是 15 次左右才停止——我不知道如何更改 gruntfile 以使其再次正常工作。
当前依赖项:
css - grunt-postcss autoprefixer 没有为背景添加 -webkit-linear-gradient
我刚开始使用 grunt-postcss autoprefixer 来帮助我解决浏览器兼容性问题,但我注意到它并不总是有效。
具体来说,我的页面的一些元素使用:
为了简单起见,颜色发生了变化。这在 Chrome 中运行良好,但在 Safari 中运行良好。Safari 需要:
您可以通过访问我的小提琴(https://jsfiddle.net/vz6gjety/1/)使用 chrome 然后使用 safari 来检查这一点。
但是,grunt-postcss autoprefixer 没有捕捉到这一点,也没有添加前缀。这是我可以使用数据库的限制吗?我会发布到那里我能找到的东西,但我还没有足够的声誉。
css - 我可以在 Polymer 中使用 CSS 预处理器吗?
使用 Polymer,我只需添加<style>
标签即可在元素定义中包含我的 CSS 样式。我想做的是为这些样式添加一个预处理器。像https://autoprefixer.github.io/这样的东西会很棒。
有没有办法在没有外部 CSS 文件的情况下这样做?
node.js - Autoprefixer 不会添加或删除前缀
我的 gulpfile 中有以下内容,并且 CSS 被编译,但没有添加或删除前缀。我究竟做错了什么?