-
Notifications
You must be signed in to change notification settings - Fork 167
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
App styles not working after updating to version 2.0.4 #1115
Comments
Hi @ChrisCraig68, It seems this is only happening to the clean build. I'll have a look when I get time. Thanks |
Thanks @junaidrsd |
@ChrisCraig68 @junaidrsd I have the same issue, went from 2.0.1 to 2.0.4. Reverting back to 2.0.1 works for now. |
@OliverJEvans Thanks that worked for me. |
I see the same thing. Not sure why this issue got closed, the bug still remains. I'd leave this open until this gets fixed by @junaidrsd 's pull request. |
fix #1115 default style bug on clean build
@junaidrsd, could you please reopen this issue? |
@mikezks I've tested once again with all possibilities and styles are working for me. Can you check by deleting output folder. It should work |
@junaidrsd, thanks for your reply. It seems to be related to the npm version. In the environment I tried to setup the styleguide today a npm 3.x.x version is allowed only. This seems to be the reason for the wrong styles. I tested it on another PC right now (with npm 5.4.2) and - as you said - everything works fine. Sorry for this confusion, but at least it may be helpful for others as well. The issue can of course be closed again. |
@junaidrsd, in contrast to what I wrote yesterday I do have the styles issue with npm 5.4.2 as well. It seems to be connected to the browser. This bug does not occur in IE, edge, Firefox, but in Chrome only. I tested with Chrome Steps to reproduce:
|
I think I found a solution resp. workaround: Chrome does not like this code block:
But loading it with your |
Thanks @mikezks for reporting problems, unfortunately I'm occupied with other things. If you have found a solution just create a PR I'll merge it. |
@junaidrsd Here is a pull request that fixes the issue #1130. |
Hi I have just updated from 0.3.47 to 2.0.4 but the styles within 'styleguide-app.css' are incomplete.
It is causing styleguide elements such as the design tool to have no styles attached. I have tried setting the 'includeDefaultStyles' to both true and false but no luck.
The text was updated successfully, but these errors were encountered: