Closed ehmenzala closed 7 months ago
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).
_typography.scss
The latest updates on your projects. Learn more about Vercel for Git ↗︎
@ehmenzala good to merge
According to this file structure...
I think that styles related to headings in the
_typography.scss
' partial should be removed in order to avoid style duplication (#75).