salesforce / lwc-test

LWC plugins and utilities for testing
MIT License
43 stars 29 forks source link

css `@import` not resolving with jest #266

Open jmsjtu opened 1 month ago

jmsjtu commented 1 month ago

Unable to resolve @import using namespace/name syntax in jest.

EX:

@import "c/cssLibrary";

See sharing CSS style rules for example usages.

It seems to work when there is a .css file extension.

@import "c/cssLibrary.css";