是否可以创建一个仅包含git中提供的CSS文件的节点模块,我可以通过package.json中的依赖项调用该文件
的package.json
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.html",
"author": "",
"license": "ISC",
"isLocal": "true",
"devDependencies": {
"core-css": "git+ssh://git@git.myproject:porject/core-css.git",
"node-sass": "^3.6.0",
"webpack": "^1.13.0"
}