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

Create title components (h1-h6) #75

Closed adonyssantos closed 6 months ago

adonyssantos commented 7 months ago

Add styles to the <h1>, <h2>, <h3>, <h4>, <h5>and <h6> tags.

ehmenzala commented 7 months ago
|-- semantic/
|   |-- src/
|       |-- elements/
|           |-- _headings.scss
|           |-- ...
|-- utilities-class/
|   |-- src/
|       |-- components/
|           |-- _typography.scss
|           |-- ...

I was checking this issue and I found that the headings' styles were already defined in the _typography.scss partial (Inside utilities-class package). This confused me because in the semantic/ package it is a partial called _headings.scss. Where should the headings' styles belong?

adonyssantos commented 7 months ago
|-- semantic/
|   |-- src/
|       |-- elements/
|           |-- _headings.scss
|           |-- ...
|-- utilities-class/
|   |-- src/
|       |-- components/
|           |-- _typography.scss
|           |-- ...

I was checking this issue and I found that the headings' styles were already defined in the _typography.scss partial (Inside utilities-class package). This confused me because in the semantic/ package it is a partial called _headings.scss. Where should the headings' styles belong?

@ehmenzala this feature should be in the _headings.scss file in the @palm-tree-css/semantic module

adonyssantos commented 6 months ago

This will be worked on #92