-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support postcss process options #551
Conversation
Travis tests have failedHey @tivac, Node.js: 8npm test -- --verbose --ci
TravisBuddy Request Identifier: 64b914b0-1f95-11e9-8849-9b4b2b790172 |
Codecov Report
@@ Coverage Diff @@
## master #551 +/- ##
=======================================
Coverage 98.92% 98.92%
=======================================
Files 46 46
Lines 1026 1026
Branches 157 157
=======================================
Hits 1015 1015
Misses 11 11
Continue to review full report at Codecov.
|
Description
Adds support for passing any of the
.process()
options directly to the underlyingpostcss
instance.Motivation and Context
Fixes #550
How Has This Been Tested?
Added a test using sugarss to ensure it would be parsed & output correctly.
Types of changes
Checklist: