AxaFrance / react-toolkit

Flexible components html + css + react using BEM convention. Maybe, you can call it "Design System" !
https://axafrance.github.io/design-system/
MIT License
97 stars 62 forks source link

Grid and Reboot should be in core #93

Open youf-olivier opened 5 years ago

youf-olivier commented 5 years ago

In order to use grid and reset, we have to import them from all :

import '@axa-fr/react-toolkit-all/dist/style/bootstrap/grid.css'; import '@axa-fr/react-toolkit-all/dist/style/bootstrap/reboot.css';

But if we want to using only few packages, we don't want to install the 'all' package.

arnaudforaison commented 3 years ago

Agree with you. A mono npm module with tree shaking is the key. What do you think ?

arnaudforaison commented 3 years ago

Must be done as the same time of #803