Skip to content

Commit

Permalink
Add from: undefined to hide warnings from PostCSS
Browse files Browse the repository at this point in the history
fixes issue: SparkPost#86
  • Loading branch information
lucasgranberg authored Jan 25, 2019
1 parent 9c600cb commit 6129ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/heml-styles/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function hemlstyles (contents, options = {}) {
mergeLonghand(),
discardEmpty()
])
.process(contents, { parser: safeParser })
.process(contents, { parser: safeParser, from: undefined })
}

export default hemlstyles

0 comments on commit 6129ce6

Please sign in to comment.