HIIT / dime-ui

User Interface build for DiMe sever
MIT License
23 stars 2 forks source link

Integration of React components' CSS and Bootstrap Sass #1

Closed chenhunghan closed 8 years ago

chenhunghan commented 8 years ago

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.