jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

Deprecation warning with `sass 1.62.0` #1143

Open vnvyvu opened 1 year ago

vnvyvu commented 1 year ago
Deprecation Warning on line 10, column 56 of node_modules/react-widgets/scss/popup.scss: 
!default should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
   ╷
10 │ $box-shadow-up: 0 0.5em 1em rgba(#000, 0.175) !default !default;
   │                                                        ^^^^^^^^
   ╵
KennethVrb commented 11 months ago

Same issue for me

philipwhiuk commented 11 months ago

Fixed in https://github.com/jquense/react-widgets/pull/1147 @jquense can you do a release for this?