-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ready-to-use CSS to distribution package #197
Comments
adamkudrna
changed the title
Deal with SCSS endpoints for usage
Replace SCSS endpoints with ready-to-use CSS
Nov 13, 2020
adamkudrna
changed the title
Replace SCSS endpoints with ready-to-use CSS
Add ready-to-use CSS to distribution package
May 3, 2021
The mini-css-extract-plugin still seems as the right choice, but it needs Webpack 5 to work (#358). |
I will work on it along with #373 |
Once #440 gets merged the files will be available in This issue then needs to:
|
adamkudrna
assigned adamkudrna and bedrich-schindler and unassigned mbohal and adamkudrna
Aug 7, 2023
According to @mbohal, description is not up-to-date and need to be updated, see message in Slack. |
adamkudrna
added a commit
that referenced
this issue
Sep 18, 2023
adamkudrna
added
documentation
Improvements or additions to documentation
and removed
feature
labels
Sep 18, 2023
adamkudrna
added a commit
that referenced
this issue
Sep 20, 2023
adamkudrna
added a commit
that referenced
this issue
Sep 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All we need is to document two styling options:
reactui.css
.src/scss
.All Sass endpoints should be compiled to CSS, minified (but keep the unminified version too), and placed indist
: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-exampleThe text was updated successfully, but these errors were encountered: