UNPKG

gulp-cssimport

Version:

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

40 lines (39 loc) 951 B
{ "name": "gulp-cssimport", "version": "3.1.0", "description": "Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.", "main": "gulp-cssimport.js", "scripts": { "test": "cd test && node index.js" }, "repository": { "type": "git", "url": "https://github.com/unlight/gulp-cssimport.git" }, "keywords": [ "css", "gulpplugin", "import" ], "dependencies": { "collect-stream": "^1.0.0", "deep-extend": "^0.4.0", "gulp-util": "*", "http-https": "^1.0.0", "lodash.trim": "^4.4.0", "magic-string": "0.15.2", "minimatch": "3.0.2", "pify": "^2.3.0", "through2": "^2.0.1", "vinyl-sourcemaps-apply": "^0.2.1" }, "devDependencies": { "gulp": "3", "gulp-bump": "2.2.0", "gulp-eslint": "3.0.1", "gulp-load-plugins": "1.2.4", "gulp-sourcemaps": "*", "tape": "4.6.0" }, "license": "Xnet" }