anikethsaha/mern

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

开放

#107 创建于 2019年10月5日

 (23 条评论) (0 个反应) (0 位负责人)JavaScript (45 个派生)auto 404
enhancementfeature_requestgood first issuehacktoberfesthelp wantedup-for-grabs

仓库指标

星标
 (99 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南