Skip to content

Commit a075a9d

Browse files
author
vasia
committed
fix after lint
1 parent 5ced9c0 commit a075a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compilers/postcss-compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const postcss = require('postcss');
1+
const postcss = require('postcss')
22
const postcssrc = require('postcss-load-config')
33
const ctx = { parser: true, map: 'inline' }
44
const { plugins } = postcssrc.sync(ctx)

0 commit comments

Comments
 (0)