main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | import crossFade from 'inline-style-prefixer/lib/plugins/crossFade';
|
---|
2 | import imageSet from 'inline-style-prefixer/lib/plugins/imageSet';
|
---|
3 | import sizing from 'inline-style-prefixer/lib/plugins/sizing';
|
---|
4 | import transition from 'inline-style-prefixer/lib/plugins/transition';
|
---|
5 | var w = ['Webkit'];
|
---|
6 | var m = ['Moz'];
|
---|
7 | var ms = ['ms'];
|
---|
8 | var wm = ['Webkit', 'Moz'];
|
---|
9 | var wms = ['Webkit', 'ms'];
|
---|
10 | var wmms = ['Webkit', 'Moz', 'ms'];
|
---|
11 |
|
---|
12 | export default {
|
---|
13 | plugins: [crossFade, imageSet, sizing, transition],
|
---|
14 | prefixMap: {
|
---|
15 | textEmphasisPosition: w,
|
---|
16 | textEmphasis: w,
|
---|
17 | textEmphasisStyle: w,
|
---|
18 | textEmphasisColor: w,
|
---|
19 | boxDecorationBreak: w,
|
---|
20 | maskImage: w,
|
---|
21 | maskMode: w,
|
---|
22 | maskRepeat: w,
|
---|
23 | maskPosition: w,
|
---|
24 | maskClip: w,
|
---|
25 | maskOrigin: w,
|
---|
26 | maskSize: w,
|
---|
27 | maskComposite: w,
|
---|
28 | mask: w,
|
---|
29 | maskBorderSource: w,
|
---|
30 | maskBorderMode: w,
|
---|
31 | maskBorderSlice: w,
|
---|
32 | maskBorderWidth: w,
|
---|
33 | maskBorderOutset: w,
|
---|
34 | maskBorderRepeat: w,
|
---|
35 | maskBorder: w,
|
---|
36 | maskType: w,
|
---|
37 | appearance: w,
|
---|
38 | userSelect: w,
|
---|
39 | backdropFilter: w,
|
---|
40 | clipPath: w,
|
---|
41 | hyphens: w,
|
---|
42 | textOrientation: w,
|
---|
43 | tabSize: m,
|
---|
44 | fontKerning: w,
|
---|
45 | textSizeAdjust: w,
|
---|
46 | textDecorationStyle: w,
|
---|
47 | textDecorationSkip: w,
|
---|
48 | textDecorationLine: w,
|
---|
49 | textDecorationColor: w
|
---|
50 | }
|
---|
51 | }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.