We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e687aa2 commit e63e073Copy full SHA for e63e073
postcss.config.js
@@ -0,0 +1,9 @@
1
+'use strict';
2
+
3
+const atImport = require('postcss-import');
4
5
+module.exports = {
6
+ plugins: [
7
+ atImport()
8
+ ]
9
+};
0 commit comments