cleaned, switched from stylus to sass

This commit is contained in:
2019-07-19 16:21:46 +02:00
parent dd40e24467
commit 01e4d99537
16 changed files with 874 additions and 161 deletions
+15
View File
@@ -0,0 +1,15 @@
.full-width{
width:100%;
}
.center-content{
display: flex;
justify-content: center;
align-items: center;
}
*:focus{
outline: 1px dotted red;
}
-10
View File
@@ -1,10 +0,0 @@
.full-width
width 100%
.center-content
display flex
justify-content center
align-items center
*:focus
outline: 1px dotted red;