andreypopp / dgraph-stylus

Stylus source transform and dependency extractor for using with dgraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dgraph-stylus

Stylus transform for dgraph.

% npm install -g dgraph dgraph-stylus css-pack
% dgraph --transform dgraph-stylus ./styles.styl \
    | css-pack \
    > ./styles.css

About

Stylus source transform and dependency extractor for using with dgraph

License:MIT License


Languages

Language:JavaScript 99.8%Language:CSS 0.2%