chingu-voyage4 / Bears-Team-18

Voyage-4
0 stars 1 forks source link

CSS solution #13

Closed Jarrku closed 6 years ago

Jarrku commented 6 years ago

I personally like the idea of CSS-in-JS solutions like styled-components. But we can also settle on something more traditional like SASS/LESS or CSS Modules.

I think the main benefit of styled components is that you generally don't have a lot of inheritance and its very clear what the entire component looks like. with everything included into one file.

Thoughts?

LydiaVuj commented 6 years ago

i am up for styled components. we are using few new things so its best to simplify where we can. Meaning lets focus more on the functionality and back end then the styling. IMO

Jarrku commented 6 years ago

@LydiaVuj So is that a yes or no for styled components?

LydiaVuj commented 6 years ago

yes yes :)

BenGitter commented 6 years ago

I am fine with styled-components.

Jarrku commented 6 years ago

Ok i'll add it to the bootstrap then next weekend :)