This commit is contained in:
Mark Otto 2018-07-15 23:46:24 -07:00
Родитель 1145c88f5a
Коммит 2fb7c24d71
2 изменённых файлов: 992 добавлений и 1574 удалений

2555
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5,6 +5,7 @@
"style": "style.css",
"sass": "style.scss",
"scripts": {
"start": "npm run css && npm run custom && open default/index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"css": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 default/default.scss default/default.css",
"custom": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 custom/custom.scss custom/custom.css"
@ -12,12 +13,12 @@
"author": "mdo",
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.1.0",
"autoprefixer": "^8.6.5",
"bootstrap": "4.1.2",
"node-sass": "^4.7.2",
"popper.js": "^1.14.0",
"postcss-cli": "^5.0.0",
"stylelint": "^9.1.3",
"node-sass": "^4.9.2",
"popper.js": "^1.14.3",
"postcss-cli": "^5.0.1",
"stylelint": "^9.3.0",
"stylelint-config-recommended-scss": "^3.1.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",