Skip to content
Snippets Groups Projects
Commit 929c5ce7 authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #3278003: Add sub-module for media-library templates

parent cfa980bf
Branches
Tags 1.0.1
1 merge request!4Issue #3278003: Add sub-module for media-library templates
Showing
with 2584 additions and 2132 deletions
files:
include: 'scss/**/*.s+(a|c)ss'
ignore: ['bower_components/**/*.s+(a|c)ss', 'scss/vendor/*.scss', 'scss/core/_normalize.scss']
ignore: ['bower_components/**/*.s+(a|c)ss', 'node_modules/**/*.s+(a|c)ss']
options:
formatter: stylish
merge-default-rules: false
......
......@@ -8,13 +8,15 @@
"css:build": "npm run css:compile",
"css:watch": "nodemon -e scss -x \"npm run css:build\" --ignore dist",
"watch": "nodemon -e scss -x \"npm run build\" --ignore dist",
"build": "npm run css:build"
"build": "npm run css:build",
"lint": "sass-lint -c ./.sass-lint.yml '**/*.scss' -v -q"
},
"dependencies": {
"autoprefixer": "^10.4.5",
"node-sass": "^7.0.0",
"node-sass-magic-importer": "^5.3.0",
"nodemon": "^2.0.15",
"postcss-cli": "^9.1.0"
"postcss-cli": "^9.1.0",
"sass-lint": "^1.13.1"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment