Skip to content
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

Support @value in url and @import #953

Open
alexander-akait opened this issue Jun 4, 2019 · 1 comment
Open

Support @value in url and @import #953

alexander-akait opened this issue Jun 4, 2019 · 1 comment

Comments

@alexander-akait
Copy link
Member

  • Operating System: linux
  • Node Version: 10
  • NPM Version: 6
  • webpack Version: 4
  • css-loader Version: 2

Feature Proposal

@value v-url: url('./test.img')

a {
  background: v-url;
}

Same for @import

Feature Use Case

Above

@alexander-akait
Copy link
Member Author

Partial fixed, url() is supported, @import partial supported (only if @value import-url: url('./imported.css');), @value from other file is not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant