Devric / gulp-dss

Parses commented css blocks through DSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a dss parser task

You can add additional dss parsers eg:

dss({
    parsers : {
        'parserName' : function(i,line,block,file) {
            return line
        },
        'template' : function(i,line,block,file) {
            return line
        },
    }
})

About

Parses commented css blocks through DSS


Languages

Language:JavaScript 100.0%