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.
 
 
 

6 rader
197 B

  1. import styles from "../styles/example.module.sass";
  2. import styles2 from "../styles/example.module.css";
  3. import styles3 from "../styles/example.module.less";
  4. console.log(styles, styles2, styles3);