Я пытаюсь развернуть в firebase, но получаю следующую ошибку:
> yarn build && firebase deploy --only hosting:dev
yarn run v1.22.0 $ react-scripts build Creating an optimized production build... Failed to compile.
./src/components/numbers/Numbers.css ParserError: Syntax Error at line: 1, column 18
error Command failed with exit code 1.
Файл css в строке 1, столбец 18 пуст, хотя:
.number {
--rotation: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
text-align: center;
transform: rotate(var(--rotation)); }
В чем может быть проблема? Был бы счастлив, если бы кто-то мог помочь.