technojam/technojam-frontend

Generic CSS

Offen

#263 geöffnet am 02.10.2020

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (94 Forks)auto 404
Hacktoberfestenhancement

Repository-Metriken

Stars
 (35 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide