mirror of https://github.com/statping/statping
scss
parent
12275f7522
commit
6132fe68f1
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"extends": "stylelint-config-sass-guidelines"
|
||||||
|
}
|
|
@ -77,6 +77,9 @@
|
||||||
"node-sass": "^4.13.1",
|
"node-sass": "^4.13.1",
|
||||||
"optimize-css-assets-webpack-plugin": "~5.0",
|
"optimize-css-assets-webpack-plugin": "~5.0",
|
||||||
"sass-loader": "^8.0.2",
|
"sass-loader": "^8.0.2",
|
||||||
|
"stylelint": "^13.2.1",
|
||||||
|
"stylelint-config-sass-guidelines": "^7.0.0",
|
||||||
|
"stylelint-config-standard": "^20.0.0",
|
||||||
"uglifyjs-webpack-plugin": "~1.2",
|
"uglifyjs-webpack-plugin": "~1.2",
|
||||||
"vue-loader": "~15.6",
|
"vue-loader": "~15.6",
|
||||||
"vue-style-loader": "~4.1",
|
"vue-style-loader": "~4.1",
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import 'variables';
|
||||||
|
|
||||||
HTML,BODY {
|
HTML,BODY {
|
||||||
background-color: $background-color;
|
background-color: $background-color;
|
||||||
}
|
}
|
||||||
|
@ -691,5 +693,3 @@ HTML,BODY {
|
||||||
transform: translateX(10px);
|
transform: translateX(10px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import 'mobile';
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
@import 'variables';
|
|
||||||
@import 'base';
|
@import 'base';
|
||||||
@import 'mobile';
|
@import 'mobile';
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import 'variables';
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|
||||||
HTML,BODY {
|
HTML,BODY {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue