0.6.1 • Published 11 years ago

dgraph-css-import v0.6.1

Weekly downloads
3
License
-
Repository
-
Last release
11 years ago

dgraph-css-import

Transform for dgraph which extract dependencies from CSS by analyzing its @import declarations and then resolving it using Node module resolving mechanism. Can be used along with css-pack to produce bundles of CSS files along with dependencies.

% npm install dgraph-css-import dgraph css-pack deps-sort
% dgraph --transform dgraph-css-import ./main.css \
    | deps-sort
    | css-pack
    > ./bundle.css
0.6.1

11 years ago

0.6.0

11 years ago

0.5.0

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago