Skip to content

Commit

Permalink
Fix dev PostCSS import
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 19, 2019
1 parent 7f3b2b6 commit 025d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module.exports = {
]
}

let devPath = join(__dirname, '../postcss')
let devPath = join(__dirname, '../postcss/lib/postcss.js')
if (existsSync(devPath)) {
let devPostcss = require(devPath)
module.exports.tests.splice(1, 0, {
Expand Down

0 comments on commit 025d436

Please sign in to comment.