New stuff

This commit is contained in:
Stephan Hagedorn 2017-08-22 16:50:09 +02:00
parent db96a298fb
commit f97f76ee3d
30 changed files with 1463 additions and 1146 deletions

View file

@ -12,7 +12,7 @@
}
.wip {
@extend %wip;
&:before, &:after {
&::before, &::after {
content: "";
display: block;
height: 48px;
@ -20,4 +20,4 @@
}
.wip_txt {
@extend %wip;
}
}