improvement: Move inline styles to SCSS instead (#5578)
* fix: convert propStyle to propClass
This commit is contained in:
@@ -65,7 +65,19 @@
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
background-color: #ffeeee;
|
||||
|
||||
color: red;
|
||||
|
||||
margin: 1em;
|
||||
|
||||
@include text_code();
|
||||
|
||||
b
|
||||
{
|
||||
text-transform: capitalize;
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user