-
Notifications
You must be signed in to change notification settings - Fork 167
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
Use parsed includeDefaultStyles instead of direct input #1130
Conversation
@@ -254,15 +254,6 @@ function filterFiles(files, filter) { | |||
} | |||
|
|||
module.exports.generate = function(options) { | |||
try { | |||
if (options.includeDefaultStyles) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point options.includeDefaultStyles
hasn't gone through common.sanitizeOptions()
so the default includeDefaultStyles
is false
.
Great job, @kasparsd ! |
Is there a way to get this merged and published to NPM? |
Could we please get this merged in? |
@junaidrsd Totally understand. Sure, I would love to help keep it updated and working. |
@kasparsd Thank you. Great to hear that you want to contribute. I've invited you as a collaborator. |
Ready for code review.
Fixes #1128 and #1115.