UNPKG

4.57 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6/* eslint-disable max-len */
7exports.default = {
8 /**
9 * REMINDER:
10 * ******************
11 * order is important
12 * ******************
13 */
14 // https://npmjs.com/package/postcss-custom-properties
15 customProperties: function customProperties(options) {
16 return require("postcss-custom-properties")(options);
17 },
18
19 // https://npmjs.com/package/postcss-apply
20 applyRule: function applyRule(options) {
21 return require("postcss-apply")(options);
22 },
23
24 // https://npmjs.com/package/postcss-calc
25 calc: function calc(options) {
26 return require("postcss-calc")(options);
27 },
28
29 // https://npmjs.com/package/postcss-nesting
30 nesting: function nesting(options) {
31 return require("postcss-nesting")(options);
32 },
33
34 // https://npmjs.com/package/postcss-custom-media
35 customMedia: function customMedia(options) {
36 return require("postcss-custom-media")(options);
37 },
38
39 // https://npmjs.com/package/postcss-media-minmax
40 mediaQueriesRange: function mediaQueriesRange(options) {
41 return require("postcss-media-minmax")(options);
42 },
43
44 // https://npmjs.com/package/postcss-custom-selectors
45 customSelectors: function customSelectors(options) {
46 return require("postcss-custom-selectors")(options);
47 },
48
49 // https://npmjs.com/package/postcss-attribute-case-insensitive
50 attributeCaseInsensitive: function attributeCaseInsensitive(options) {
51 return require("postcss-attribute-case-insensitive")(options);
52 },
53
54 // https://npmjs.com/package/postcss-color-rebeccapurple
55 colorRebeccapurple: function colorRebeccapurple(options) {
56 return require("postcss-color-rebeccapurple")(options);
57 },
58
59 // https://npmjs.com/package/postcss-color-hwb
60 colorHwb: function colorHwb(options) {
61 return require("postcss-color-hwb")(options);
62 },
63
64 // https://npmjs.com/package/postcss-color-hsl
65 colorHsl: function colorHsl(options) {
66 return require("postcss-color-hsl")(options);
67 },
68
69 // https://npmjs.com/package/postcss-color-rgb
70 colorRgb: function colorRgb(options) {
71 return require("postcss-color-rgb")(options);
72 },
73
74 // https://npmjs.com/package/postcss-color-gray
75 colorGray: function colorGray(options) {
76 return require("postcss-color-gray")(options);
77 },
78
79 // https://npmjs.com/package/postcss-color-hex-alpha
80 colorHexAlpha: function colorHexAlpha(options) {
81 return require("postcss-color-hex-alpha")(options);
82 },
83
84 // https://npmjs.com/package/postcss-color-function
85 colorFunction: function colorFunction(options) {
86 return require("postcss-color-function")(options);
87 },
88
89 // https://npmjs.com/package/postcss-font-family-system-ui
90 fontFamilySystemUi: function fontFamilySystemUi(options) {
91 return require("postcss-font-family-system-ui")(options);
92 },
93
94 // https://npmjs.com/package/postcss-font-variant
95 fontVariant: function fontVariant(options) {
96 return require("postcss-font-variant")(options);
97 },
98
99 // https://npmjs.com/package/pleeease-filters
100 filter: function filter(options) {
101 return require("pleeease-filters")(options);
102 },
103
104 // https://npmjs.com/package/postcss-initial
105 initial: function initial(options) {
106 return require("postcss-initial")(options);
107 },
108
109 // https://npmjs.com/package/pixrem
110 rem: function rem(options) {
111 return require("pixrem")(options);
112 },
113
114 // https://npmjs.com/package/postcss-pseudoelements
115 pseudoElements: function pseudoElements(options) {
116 return require("postcss-pseudoelements")(options);
117 },
118
119 // https://npmjs.com/package/postcss-selector-matches
120 pseudoClassMatches: function pseudoClassMatches(options) {
121 return require("postcss-selector-matches")(options);
122 },
123
124 // https://npmjs.com/package/postcss-selector-not
125 pseudoClassNot: function pseudoClassNot(options) {
126 return require("postcss-selector-not")(options);
127 },
128
129 // https://npmjs.com/package/postcss-pseudo-class-any-link
130 pseudoClassAnyLink: function pseudoClassAnyLink(options) {
131 return require("postcss-pseudo-class-any-link")(options);
132 },
133
134 // https://npmjs.com/package/postcss-color-rgba-fallback
135 colorRgba: function colorRgba(options) {
136 return require("postcss-color-rgba-fallback")(options);
137 },
138
139 // https://www.npmjs.com/package/postcss-replace-overflow-wrap
140 overflowWrap: function overflowWrap(options) {
141 return require("postcss-replace-overflow-wrap")(options);
142 },
143
144 // https://npmjs.com/package/autoprefixer
145 autoprefixer: function autoprefixer(options) {
146 return require("autoprefixer")(options);
147 }
148};
\No newline at end of file