/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-loader/classes.module.css
12 строк
219 B
Alexander Akait
feat: new features for CSS modules
24 мар 2026, 15:34
Не верифицирован
24 мар 2026, 15:34
72598ef
Код
Авторство
О чём код?
/* Tests from css-loader */ /* should work with the `default` class and with named export */ .default { background: red } /* should work with the `module` class and with named export */ .module { background: red }