Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- import styles from "../styles/example.module.sass";
- import styles2 from "../styles/example.module.css";
- import styles3 from "../styles/example.module.less";
-
- console.log(styles, styles2, styles3);
|