Closed Jarrku closed 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
@LydiaVuj So is that a yes or no for styled components?
yes yes :)
I am fine with styled-components.
Ok i'll add it to the bootstrap then next weekend :)
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?