react-toolkit icon indicating copy to clipboard operation
react-toolkit copied to clipboard

Grid and Reboot should be in core

Open youf-olivier opened this issue 6 years ago • 2 comments

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.

youf-olivier avatar Feb 25 '19 13:02 youf-olivier

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

arnaudforaison avatar Oct 11 '20 07:10 arnaudforaison

Must be done as the same time of #803

arnaudforaison avatar Jan 21 '21 17:01 arnaudforaison