Use prettier to format style code

This commit is contained in:
redhoodsu
2018-06-18 17:56:12 +08:00
parent 29d9d75d39
commit c05b4403fb
20 changed files with 1444 additions and 1306 deletions

View File

@@ -1,28 +1,27 @@
@import "../style/variable";
@import "../style/mixin";
@import '../style/variable';
@import '../style/mixin';
.dev-tools {
position: absolute;
width: 100%;
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: #fff;
z-index: 500;
display: none;
opacity: 0;
transition: opacity $anim-duration;
.tools {
@include overflow-auto();
height: 100%;
left: 0;
bottom: 0;
background: #fff;
z-index: 500;
display: none;
opacity: 0;
transition: opacity $anim-duration;
.tools {
@include overflow-auto();
height: 100%;
width: 100%;
position: relative;
.tool {
@include absolute();
overflow: hidden;
display: none;
background: #f8f9fa;
}
width: 100%;
position: relative;
.tool {
@include absolute();
overflow: hidden;
display: none;
background: #f8f9fa;
}
}
}