Skip to content
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

not using options object #22

Open
maxcbc opened this issue Feb 26, 2016 · 0 comments
Open

not using options object #22

maxcbc opened this issue Feb 26, 2016 · 0 comments

Comments

@maxcbc
Copy link

maxcbc commented Feb 26, 2016

Hi,

I'm passing some custom options to the comber pipe likeaso;
.pipe(csscomb(sassConfig.comb))
however gulp-csscomb doesn't use my custom object.
I have remedied this by editing css comb directly at line 62 and changing it from:

var comb = new Comb(config || 'csscomb');
to
var comb = new Comb(config || options || 'csscomb');

Edit: have submitted pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant