Files
html-css-practice-two/src/styles/bases/_base.scss
T
2023-07-24 09:22:51 +07:00

16 lines
165 B
SCSS

.no-underline {
text-decoration: none;
}
.primary-text {
color: $primary-color;
}
.secondary-text {
color: $secondary-color;
}
* {
line-height: normal;
}