Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): add heading styles (#77)
According to this file structure... ``` |-- semantic/ | |-- src/ | |-- elements/ | |-- _headings.scss | |-- ... |-- utilities-class/ | |-- src/ | |-- components/ | |-- _typography.scss | |-- ... ``` I think that styles related to headings in the `_typography.scss` partial should be removed in order to avoid style duplication (#75).
- Loading branch information