fix sass rendering for macbook m1 machines (#19840)

* fix sass rendering for macbook m1 machines

* fix build
This commit is contained in:
Gabriel Castillo 2021-09-13 11:33:25 -07:00 committed by GitHub
parent 36f870a7e9
commit ba0ad16816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 1342 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,6 @@
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.4",
"humanize-duration-ts": "^2.1.1",
"node-sass": "^5.0.0",
"prettier": "^2.4.0",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
@ -46,6 +45,7 @@
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"sass": "^1.39.2",
"superstruct": "^0.15.2",
"typescript": "^4.4.3"
},