Questions tagged [autoprefixer]

Parse CSS and add vendor prefixes to CSS rules using values from Can I Use.

Parse CSS and add vendor prefixes to CSS rules using values from Can I Use.

321 questions
0
votes
1 answer

less-plugin-autoprefix plugin with Gulp showing error

The less-plugin-autoprefixer plugin README says that, to use the plugin, you include this in your gulpfile.js: var LessPluginAutoPrefix = require('less-plugin-autoprefix'), autoprefixPlugin = new LessPluginAutoPrefix({browsers: ["last 2…
Himmel
  • 3,629
  • 6
  • 40
  • 77
0
votes
1 answer

Grunt autoprefixer error when using @extent in scss file

Error: Running "autoprefixer:dist" (autoprefixer) task File .tmp/styles/documentation.css created. Warning: Can't parse CSS: Missing property value at line 66:21 in .tmp/styles/main.css Use --force to continue. Line 66 points to the following…
Pedro Dusso
  • 2,100
  • 9
  • 34
  • 64
0
votes
1 answer

Using Grunt for Sass and Autoprefixer. Need help to set up my config file

I'm trying to setup my gruntconfig.js and while the tasks are running without errors on terminal, Autoprefixer and Grunt's Watch are not working at all. Am I doing something wrong? BTW can I run Saas and Autoprefixer together? module.exports =…
0
votes
0 answers

Compile CSS for multiple browsers with Compass and Autoprefixer with different settings

I'd like to output / compile CSS for multiple browsers with Compass and Autoprefixer, but using different settings for each file. E.g. chrome.css Chrome > 4 firefox.css Firefox > 20 safari.css Safari > 6 And so on. The reason for this is to serve…
David B
  • 54
  • 4
0
votes
1 answer

Difference between autoprefixer used in bootstrap and the grunt-autoprefixer from gruntjs plugin page

Why doesn't bootstrap use grunt-autoprefixer ? Why do they use the other one? What are their differences? And which one should I use for my own projects? /Confused
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
0
votes
0 answers

Use Autoprefixer with symfony2 and assetic on windows

I have come to discover the superb Autoprefixer tool that adds all css prefixes to your css. Nice! See it here : https://github.com/postcss/autoprefixer I also discoverd there was a symfony bundle to make it work under assetic. See it here :…
Sébastien
  • 5,263
  • 11
  • 55
  • 116
0
votes
1 answer

How to use the compass transition mixins with a translateX property and autoprefixer?

Problem: Compass and my sass varible $property isn't working properly and I dont want to use $property: all. Question: How do I set the property value so that my compass mixin will properly transition the $property: translateX? notes: I have a…
Armeen Moon
  • 18,061
  • 35
  • 120
  • 233
0
votes
1 answer

Compass & Autoprefixer Gem install

Using this guide, I was still unable to install auto-prefixer using gem with compass: https://github.com/postcss/autoprefixer#compass gem install autoprefixer-rails and add post-compile hook to config.rb: require…
Webber
  • 941
  • 11
  • 26
0
votes
1 answer

GruntJS: Autoprefixer loops through all CSS files

Okay, so I can understand that I have set my autoprefixer to watch all CSS files within my directory, for which my problem is most likely coming from. I'm just having difficulties working out how to solve it. This is how my watch function…
Joshua Waheed
  • 277
  • 4
  • 16
0
votes
1 answer

How to run the CSS Autoprefixer WebJar using SBT?

I am working on a Play framework project where I will be using both LESS and Autoprefixer. My goal is to get these to run in sequence so that when I compile my code, it will run LESS and then run autoprefixer. I am trying to set this up through SBT,…
randak
  • 1,941
  • 1
  • 12
  • 22
0
votes
1 answer

what does this mean in grunt regarding autoprefixer plugin?

I have installed a number of plugins in grunt but I am receiving this message: "local Npm module "grunt-autoprefixer" not found. Is it installed?" I checked my node- modules folder and there is no autoprefixer file in there, but there are files for…
tingytong
  • 57
  • 1
  • 10
-1
votes
1 answer

Why opera browser does not render my website css correctly?

Hi I have my portfolio looks awful on opera, everything is messed up like there is no CSS on it and I want to know why that happens. Note: I used an autoprefixer that adds prefixes for all browsers (https://autoprefixer.github.io/) I have added…
-1
votes
1 answer

Client side warning (6:29521)

I am working on a React project. I use ReactBootstrap on my project. Whenever I run the project using npm start the terminal shows the warning: WARNING in ./node_modules/bootstrap/dist/css/bootstrap.min.css…
-1
votes
1 answer

error Autoprefixer sublime text 3. How to solve this problem?

error: Autoprefixer Error: Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating I performed this command, but…
Andry Mos
  • 1
  • 3
-1
votes
1 answer

Using autoprefixer in node-sass

I've been stuck in the error I encounter when I try to use autoprefixer to prefix my css. Below is my package.json file. Screenshot { "name": "natours", "version": "1.0.0", "description": "Landing page for natours", "main": "index.js", …
1 2 3
21
22