-
When I import a *.scss file Parcel automatically connects the parsed css to the DOM. I also tried => import * as styles from "./test.module.scss"; with no luck. |
Beta Was this translation helpful? Give feedback.
Answered by
verhulstd
Oct 18, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
verhulstd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import cssText from "bundle-text:./filename.scss"; // this works !!!