-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathautoprefixer.node_cli.txt
27 lines (20 loc) · 1.3 KB
/
autoprefixer.node_cli.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
┏━━━━━━━━━━━━━━━━━━┓
┃ AUTOPREFIXER ┃
┗━━━━━━━━━━━━━━━━━━┛
autoprefixer [FILE] #Modifies CSS files (6.3.5) to:
# - add browser-extensions, according to CanIUse database and browserslist
# - remove the ones that are not needed anymore.
#Can turn off with /* autoprefixer: off|on */ before
#Should be used after other PostCSS plugins (if any)
--browsers BROWSERS #See browserslist
--output FILE #Can be - for stdout
--dir DIR #
--[no-]map #Generate source map. Can use previous maps.
--[no-]inline-map #
--[no-map-]annotation FILE #
--[no-]sources-content #
--clean #Remove all prefixes
CONF.add #BOOL (def: true): add browser-extensions
--no-remove #Do not remove prefixes not needed anymore
--no-cascade #No vertical aligning
AUTOPREFIXER-CORE(CONF) #PostCSS PLUGIN