In the ongoing saga of learning React and TypeScript while simultaneously troubleshooting the different versions of developer edition, I have a question.
In Experience Builder Developer Edition 1.11 I was able to import modular css.
import styles from "./my-styles.module.css";
Pretty basic stuff, I thought.
But when I try in ExB edition 1.16, styles is undefined?
Am I missing something obvious? Does developer edition no longer import modular css?
Thanks!