dgraph-css-import

0.6.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dgraph-css-import

Weekly Downloads

17

Version

0.6.1

License

MIT

Last publish

Collaborators

  • andreypopp