Open rgdgs opened 3 months ago
Instead of trying to import and compile the SASS file as a workaround I imported plyr/dist/plyr.css file and it works just fine.
Same issue. Getting warnings on "sass": "^1.77.8",
Sass announced there will be some upcoming breaking changes to the syntax in Mixed Declarations
Using the version of the sass package (1.77.8) there are deprecation warnings by sass. The previous sass version 1.77.6 worked fine.
Here is the temporary solution: npm i sass@1.77.6 --save-exact
Hoping plyr gets an update soon.