Skip to content

not using options object #22

@maxcbc

Description

@maxcbc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions