improvement: Move inline styles to SCSS instead (#5578)

* fix: convert propStyle to propClass
This commit is contained in:
tomdegoede
2020-06-11 01:39:48 +02:00
committed by GitHub
parent 67627d7587
commit fc3ed30f3d
30 changed files with 282 additions and 70 deletions

View File

@@ -65,7 +65,19 @@
border-radius: 4px;
background-color: #ffeeee;
color: red;
margin: 1em;
@include text_code();
b
{
text-transform: capitalize;
margin-right: 1em;
}
}
}