/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-modules-export-conflicts/neighbor.module.css
4 строки
247 B
Alexander Akait
feat(css): class wins the JS export on cross-kind conflicts in CSS modules (#21538)
29 июл 2026, 12:29
Не верифицирован
29 июл 2026, 12:29
605cf7d
Код
Авторство
О чём код?
/* Cross-module `@value from` lookups must resolve to the class winner even when the demoted cross-kind entry was declared first in the source. */ @value var-then-class from "./style.module.css"; @value class-vs-grid from "./style.module.css";