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

@@ -38,6 +38,12 @@ table
@include text_code();
}
.header-example
{
color: #999;
font-style: italic;
}
}
tbody
@@ -112,6 +118,11 @@ table
{
font-weight: bold;
span
{
color: red;
}
&:after
{
font-size: 10px;