anikethsaha/mern

[Feature]: adding CSS options like Postcss and CSS in JS

Open

#107 opened on Oct 5, 2019

 (23 comments) (0 reactions) (0 assignees)JavaScript (45 forks)auto 404
enhancementfeature_requestgood first issuehacktoberfesthelp wantedup-for-grabs

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

CSS IN JS

  • Emotion
  • Styled-Component by @wincentrtz
  • aphrodite
  • linaria
  • 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 using mern.json config 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 with mern.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 the hello component and add the required dependencies you need.

Contributor guide