/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/basic-initial-only/style.css
5 строк
143 B
alexander.akait
feat: added `url` and `import` options for CSS
01 ноя 2024, 18:43
01 ноя 2024, 18:43
5e09d0e
Код
Авторство
О чём код?
@import url(https://test.cases/path/../../../../configCases/css/import/external.css); @import "style-imported.css"; body { background: red; }