technojam-frontend
technojam-frontend copied to clipboard
Generic CSS
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.
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.
Can I do that?
@EnechukwuChibuike sure
@EnechukwuChibuike should I assign it to you?
@EnechukwuChibuike should I assign it to you?
Yes
Hey, I would like to work on it. I was thinking of implementing the solution with css-modules. That way the scope will be limited to the component instead of having a global effect.