-
Notifications
You must be signed in to change notification settings - Fork 4
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
Webpack build issue #2
Comments
I believe the CSS should be changed to include the package where the image is, because this package does not have it. Eg: background: url("~semantic-ui-css/themes/default/assets/images/flags.png") no-repeat -108px -1976px; |
@xiaohanyu Please share your webpack config to make this work. |
@mic159 will try... |
@xiaohanyu any luck? |
@mic159 I'm working on the new version of https://semantic-ui-forest.com, after that, I'll fix some bugs of this forest-themes-css repo, and then make a big release. The new release will contain 20+ new themes imported from bootswatch 4, and also will provide support for webpack, unpkg cdn, etc... Need some time... |
I am trying to add
forest-themes-css/dist/bootswatch/semantic.yeti.min.css
to my webpack build,but it tells me that the flag.png and fonts are missing, because only the CSS files are in the package.
I have both
semantic-ui-css
andforest-themes-css
installed, so how can I get it to look insemantic-ui-css
for those files?The text was updated successfully, but these errors were encountered: