Skip to content

Commit e63e073

Browse files
committed
Configure postcss
1 parent e687aa2 commit e63e073

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

postcss.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)