You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo works in the sandbox and the issue seems to lie with postcss-custom-properties, but I'm posting this issue as reference for others who may run into the same problem.
The text was updated successfully, but these errors were encountered:
Is this a bug report?
Yes, bug report.
Did you try recovering your dependencies?
Yes.
Which terms did you search for in User Guide?
This issue is similar, but outdated.
Environment
Environment:
OS: macOS High Sierra 10.13.6
Node: 10.8.0
Yarn: 1.9.4
npm: 6.2.0
Watchman: 4.9.0
Xcode: Xcode 10.0 Build version 10A255
Android Studio: 3.0 AI-171.4408382
Packages: (wanted => installed)
react: ^16.5.2 => 16.5.2
react-dom: ^16.5.2 => 16.5.2
react-scripts: 2.0.4 => 2.0.4
Steps to Reproduce
npx create-react-app css-bug && cd css-bug
App.css
yarn start
More details in this issue.
Expected Behavior
I expected to use multiple CSS variables with fallbacks without build errors.
Actual Behavior
It throws an error
Unclosed bracket
Reproducible Demo
This demo works in the sandbox and the issue seems to lie with
postcss-custom-properties
, but I'm posting this issue as reference for others who may run into the same problem.The text was updated successfully, but these errors were encountered: