Skip to content

Commit

Permalink
fix: remove syntax error in postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Oct 25, 2019
1 parent e389d66 commit 021b0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ const POSSIBLE_ERRORS = {
};

module.exports = {
rules: { ...baseConfig.rules, ...POSSIBLE_ERRORS },
rules: { ...POSSIBLE_ERRORS },
};

0 comments on commit 021b0fc

Please sign in to comment.