/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-loader/component-name.module.css
37 строк
321 B
Alexander Akait
test: add missing CSS test cases inspired by css-loader and mini-css-extract-plugin (#20914)
05 май 2026, 20:57
Не верифицирован
05 май 2026, 20:57
959e210
Код
Авторство
О чём код?
.Button { color: red; } .MyButton { color: green; } .PrimaryButton { composes: Button; background: blue; } .Container { display: flex; } .Header { font-size: 24px; } .HeaderTitle { composes: Header; font-weight: bold; } .UPPER { color: black; } .lowercase { color: white; } .mixedCase { color: gray; }