/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/reexport/button.module.css
12 строк
302 B
Alexander Akait
fix: CSS modules deep reexport
03 апр 2026, 22:03
Не верифицирован
03 апр 2026, 22:03
91aa5da
Код
Авторство
О чём код?
.base { composes: display-flex align-center padding-box from "./atoms.module.css"; composes: interactive from "./atoms.module.css"; border: 1px solid #ccc; border-radius: 8px; } :import("./button-reexport.module.css") { __local_base__: base-reexport; } :export { base-reexport: __local_base__ }