technojam/technojam-frontend

Generic CSS

Aperta

#263 aperta il 2 ott 2020

 (5 commenti) (0 reazioni) (0 assegnatari)JavaScript (94 fork)auto 404
Hacktoberfestenhancement

Metriche repository

Star
 (35 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

description some CSS used in pages are common. Currently, CSS present in components is inline.

solution Inside "../src/Components/Styles" folder Create a separate CSS file for each component. with name _component.css import the CSS file in the component. replace inline CSS with generic classes.

alternatives you can apply your creativity just ping us what solution you are doing.

Guida contributor