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
We need to load CSS files from @design/library globally, i.e. without CSS modules. Unfortunately, PostCSS doesn't support something like this:
:global { import url('@oacore/design/lib/index.css') }
Therefore we need to do it on WebPack level. But there was a problem when @oacore/design was symlinked because regular expression does not match.
Reported by @Joozty in #19
The text was updated successfully, but these errors were encountered:
@Joozty would this config solve the problem?
Sorry, something went wrong.
I think we are fine with what we have now.
Please, reopen if this is not fixed.
viktor-yakubiv
No branches or pull requests
We need to load CSS files from @design/library globally, i.e. without CSS modules. Unfortunately, PostCSS doesn't support something like this:
Therefore we need to do it on WebPack level. But there was a problem when @oacore/design was symlinked because regular expression does not match.
Reported by @Joozty in #19
The text was updated successfully, but these errors were encountered: