/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/postcss-modules-plugins/import.modules.css
21 строка
188 B
Alexander Akait
fix(css): many css modules bugs (#20129)
18 ноя 2025, 13:57
Не верифицирован
18 ноя 2025, 13:57
077417f
Код
Авторство
О чём код?
:import("./c.modules.css") { value: deep-nested-c; } .abc { color: red; } .__foo { color: red; } .some-value { color: red; } .otherClass { color: red; } :export { abcd: value }