mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Replace deprecated node-sass with sass (#161813)
## Summary https://sass-lang.com/blog/libsass-is-deprecated/ Most of the changes related to https://sass-lang.com/documentation/breaking-changes/slash-div/ --------- Co-authored-by: Tiago Costa <tiago.costa@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
d7b99a5877
commit
87d5d6be26
36 changed files with 165 additions and 390 deletions
|
@ -150,8 +150,6 @@ export async function installYarnDeps(log, opts = undefined) {
|
|||
offline: opts?.offline,
|
||||
quiet: opts?.quiet,
|
||||
env: {
|
||||
SASS_BINARY_SITE:
|
||||
'https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-sass',
|
||||
RE2_DOWNLOAD_MIRROR:
|
||||
'https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-re2',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue