forked from peteboere/css-crush
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlugins.ini
More file actions
38 lines (27 loc) · 900 Bytes
/
Plugins.ini
File metadata and controls
38 lines (27 loc) · 900 Bytes
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
28
29
30
31
32
33
34
35
36
37
;----------------------------------------------------------------
;
; Enable or disable plugins to suit your needs.
;
; See plugin docs for details: https://github.com/peteboere/css-crush/wiki/Plugins
;
;----------------------------------------------------------------
; Property sorting
; plugins[] = property-sorter
; min-height shim for IE < 7
; plugins[] = ie-min-height
; inline-block shim for IE < 8
; plugins[] = ie-inline-block
; clip property shim for IE < 8
; plugins[] = ie-clip
; IE filter shorthand
; plugins[] = ie-filter
; Opacity for IE < 9 (uses filter)
; plugins[] = ie-opacity
; HSL shim - converts HSL values to hex codes
; plugins[] = hsl-to-hex
; Non-standard composite pseudo classes
plugins[] = hocus-pocus
; CSS3 'initial' keyword shim
plugins[] = initial
; Transforms correctly-spelt Queen's English into valid CSS (http://spiffingcss.com)
; plugins[] = spiffing