Skip to content

Commit

Permalink
Update PostCSS and adjust error message. Fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
moonglum committed Jan 21, 2019
1 parent 68d25aa commit 48bba4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://www.faucet-pipeline.org",
"dependencies": {
"faucet-pipeline-core": "^1.0.0",
"postcss": "~7.0.11",
"postcss": "~7.0.13",
"postcss-import": "~12.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/test_error/expected.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body:before {
content: "\26a0 CSS Error: src/index.css:3:1: Unexpected }";
content: "\26a0 CSS Error: src/index.css:2:2: Unknown word";
font-weight: bold;
display: block;
border: 5px solid red;
Expand Down

0 comments on commit 48bba4b

Please sign in to comment.