-
Notifications
You must be signed in to change notification settings - Fork 26
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 loader complain, expected ":", got "." #36
Comments
please check the webpack recipe https://github.com/raulghm/Font-Awesome-Stylus/tree/master/recipes/webpack-2 |
Wondering if the above fix actually worked for anyone. I still get this error using:
It is trying to load the font-awesome-stylus.js file when imported into a stylus file so it dies trying to parse it. The recipe does not work for me.
|
The recipe didn't work, perhaps because I'm using Webpack 3? Nevertheless, I have no way of telling what to do about that… |
Try |
I am trying to import to replace font-awesome scss
@import '~font-awesome-stylus'
The text was updated successfully, but these errors were encountered: