UNPKG

gulp-cssimport

Version:

Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.

27 lines 437 B
module.exports = { "env": { "node": true }, "globals": { "Promise": true }, "extends": "eslint:recommended", "rules": { "indent": [ 2, "tab" ], "linebreak-style": [ 2, "unix" ], "quotes": [ 2, "double" ], "semi": [ 2, "always" ] } };