-
Notifications
You must be signed in to change notification settings - Fork 142
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
Remove embedded normalize #23
Comments
Yes it could do it as a peer dependency, feel free to submit a patch. |
@fanchyfanch the path is correct, you can try to compile it with What we could do is use the tilda |
Actually, I'm loading gutenberg as a dependency in my project from SASS:
And when I compile my project with Webpack Encore, it throws an error "unable to find normalize.css". I had to make an intermediary file to work as the "gutenberg.scss" entrypoint and to load every sub-files, including normalize.css like:
|
@fanchyfanch A new version was published (v0.6.0) |
Instead of embedding normalize gutenberg should probably say it's required in the documentation then users could use a newer version of normalize
The text was updated successfully, but these errors were encountered: