Currently the CSS of React components in dime-ui is not modularized and has not been prefixed(will likely ave cross platform issues). I will use css-modules to achieve fully modularization and PostCSS plugins including autoprefixer, cssnext(might be optional), cssnano and sanitize.css to support all modern browsers and IE 10+.
Very likely to drop Bootstrap 4 since it is still in alpha. New framework such as Sematic-UI might be a better candidate since it has better react support.
Currently the CSS of React components in dime-ui is not modularized and has not been prefixed(will likely ave cross platform issues). I will use css-modules to achieve fully modularization and PostCSS plugins including
autoprefixer
,cssnext
(might be optional),cssnano
and sanitize.css to support all modern browsers and IE 10+.Very likely to drop Bootstrap 4 since it is still in alpha. New framework such as Sematic-UI might be a better candidate since it has better react support.