css-loader icon indicating copy to clipboard operation
css-loader copied to clipboard

Support @value in url and @import

Open alexander-akait opened this issue 6 years ago • 1 comments

  • 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 avatar Jun 04 '19 22:06 alexander-akait

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

alexander-akait avatar Jul 23 '20 16:07 alexander-akait