We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this setup using gulp but styleguide_helper_elements.css file is not loading.
It looks like the path in index.html is wrong.
<script type="text/ng-template" id="userStyles.html"> <style> @import url('/styleguide.css'); @import url('/styleguide_pseudo_styles.css'); @import url('/css/styleguide_helper_elements.css'); </style> </script>
looking for file in /css folder but file is in the same path as the other 2 css files above
The text was updated successfully, but these errors were encountered:
duplicate of #716
Sorry, something went wrong.
Load "styleguide_helper_elements.css" from correct path. Fix SC5#799
0e840d8
a0d060b
No branches or pull requests
I have this setup using gulp but styleguide_helper_elements.css file is not loading.
It looks like the path in index.html is wrong.
looking for file in /css folder but file is in the same path as the other 2 css files above
The text was updated successfully, but these errors were encountered: