Slide 30
Slide 30 text
@import “_config";
h2 {
font-size: 24px;
color: #70462E;
}
strong {
color: #70462E;
font-weight: bold;
}
em {
font-style: italic;
font-weight: bold;
}
editor-style.scss styles.scss
@import “_config";
@import "components/_content";
components/
_content.scss
.content {
@import "../editor-style.scss";
}