[Feature]: adding CSS options like Postcss and CSS in JS
#107 opened on Oct 5, 2019
Repository metrics
- Stars
- (99 stars)
- PR merge metrics
- (PR metrics pending)
Description
As this project is on a way towards becoming more flexible and customizable. Its pretty good to give the user an option to use any of the modern + classical styling options Planning to have styling options using the following libraries
- Modern CSS using
Postcss - CSS Modules (
Postcss-css-moduleorcss-loader) by @wincentrtz
CSS IN JS
EmotionStyled-Componentby @wincentrtzaphroditelinaria- any other if you want to add Classical Styling Make a way for usual styling using stylesheet and linking it to the html can be done too
Can add all or any or none 😁
Note, as of
v1, these features will be implemented as addons which can be added usingmern.jsonconfig file, to support the implementation of these addons, after you make changes in your fork, I will be submitting a PR in your fork with the support of making it configurable withmern.json, so please do let me know once you are done with your changes. Try to avoid making changes in the core part of the project and keep it as minimal as possible. like if it's a CSS-in-JS library addition, make changes in thehellocomponent and add the required dependencies you need.