/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/import-css-stylesheet/basic.css
20 строк
224 B
Xiao
feat(css): added css-style-sheet to exportType for CSSStyleSheet return (#20104)
12 ноя 2025, 12:14
Не верифицирован
12 ноя 2025, 12:14
102e1a4
Код
Авторство
О чём код?
@import url("./imported.css"); .test { color: red; background: blue; & .child { color: green; } } .another { font-size: 16px; } .with-image { background-image: url("./test.png"); width: 100px; height: 100px; }