-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
All we need is to document two styling options:
- Import a ready-to-use compiled CSS
reactui.css
. - Import source Sass files from
src/scss
.
All Sass endpoints should be compiled to CSS, minified (but keep the unminified version too), and placed in dist
:
foundation(.min).css
helpers(.min).css
theme(.min).css
components(.min).css
src
can then be excluded from publishing. Sass source files remain intact.
Suggested Webpack plugin (maybe it's no longer the right choice): https://webpack.js.org/plugins/mini-css-extract-plugin/#minimal-example
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
✅ Done