Interface SassifyproAutoprefixerOption

Hierarchy

Properties

add?: boolean

should Autoprefixer add prefixes.

cascade?: boolean

should Autoprefixer use Visual Cascade, if CSS is uncompressed

env?: string

environment for Browserslist

flexbox?: boolean | "no-2009"

should Autoprefixer add prefixes for flexbox properties

grid?: boolean | GridValue

should Autoprefixer add IE 10-11 prefixes for Grid Layout properties

ignoreUnknownVersions?: boolean

do not raise error on unknown browser version in Browserslist config.

overrideBrowserslist?: string | string[]

list of queries for target browsers. Try to not use it. The best practice is to use .browserslistrc config or browserslist key in package.json to share target browsers with Babel, ESLint and Stylelint

remove?: boolean

should Autoprefixer [remove outdated] prefixes

stats?: Stats

custom usage statistics for > 10% in my stats browsers query

supports?: boolean

should Autoprefixer add prefixes for

Supports

parameters.

Created by CodeAuthor1 Twitter