Palm-Tree-CSS / palm-tree-css

🌴 Minimalist. Modern. Simple. 🌴 An open source CSS library.
https://palm-tree-css.vercel.app/
MIT License
17 stars 4 forks source link

feat(frontend): add heading styles #77

Closed ehmenzala closed 4 months ago

ehmenzala commented 4 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).

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
palm-tree-css ✅ Ready (Inspect) Visit Preview Apr 29, 2024 5:32pm
adonyssantos commented 4 months ago

@ehmenzala good to merge