We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517958a commit 41dcabdCopy full SHA for 41dcabd
src/features.js
@@ -6,6 +6,9 @@ export default {
6
* ******************
7
*/
8
9
+ // https://npmjs.com/package/saladcss-bem
10
+ bem: (options) => require("saladcss-bem")(options),
11
+
12
// https://npmjs.com/package/saladcss-partial-import
13
partialImport: (options) => require("saladcss-partial-import")(options),
14
@@ -18,9 +21,6 @@ export default {
18
21
// https://npmjs.com/package/postcss-utils
19
22
utils: (options) => require("postcss-utils")(options),
20
23
- // https://npmjs.com/package/saladcss-bem
- bem: (options) => require("saladcss-bem")(options),
-
24
// https://npmjs.com/package/postcss-calc
25
calc: (options) => require("postcss-calc")(options),
26
0 commit comments