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
-1
votes
1 answer

Can I just shove all my CSS through an online prefixer?

Basically, I have finished the CSS for a site at work, but I've never used a prefixer before. Can I just stick the whole lot (about 900 lines) through an online prefixer E.G. https://autoprefixer.github.io/ ? Or will this cause issues? Would I be…
WillOSW
  • 107
  • 1
  • 8
-1
votes
1 answer

I have already configure autoprefixer in webpack2 in my Vue2 project,But It doesn`t work!Who can help me

I have already configure autoprefixer in webpack2 in my Vue2 project,But It doesnt work in iOS8.3 Dingtalk app.In Simulator Dingtalk App,my webApp dont add -webkit- in all flex and all less style is ignore.But i create a ios project with wkwebview…
iOSer
  • 11
-1
votes
3 answers

gulp sass sourcemaps and autoprefixer not working

I am unable to get the autoprefixer working with gulp sass. Here is my gulpfile.js: 'use strict'; var gulp = require('gulp'); var sass = require('gulp-sass'); var sourcemaps = require('gulp-sourcemaps'); var autoprefixer =…
Peter
  • 10,492
  • 21
  • 82
  • 132
-1
votes
2 answers

Is there a tool that generates "Linear Gradient" for other browsers?

I have this linear gradient for mozilla: background-image: -moz-linear-gradient(center top, #bbb, #ccc 30%, #ccc 70%, #bbb); is there a tool that generates this linear gradient but for other browser ? (webkit, IE, opera ecc) ?? Thanks a lot and…
Borja
  • 3,359
  • 7
  • 33
  • 66
-1
votes
2 answers

Gulp autoprefixer not working with gulp compass

I'm not sure where I'm going wrong here, but autoprefixer isn't working. My Gulp: var config = require('../config') if(!config.tasks.css) return var gulp = require('gulp') var browserSync = require('browser-sync') var sourcemaps =…
Union find
  • 7,759
  • 13
  • 60
  • 111
-2
votes
2 answers

Autoprefixer CLI promise is not defined

I am working on a project where I mainly use CSS (SASS) and just a few js. I found out about Autoprefixer a couple days ago and tried to use it by CLI. But each time I get the same error, "promise is not defined". I tried to fix this problem, but I…
Wallow
  • 31
  • 4
1 2 3
21
22