webpack-contrib / sass-loader

Compiles Sass to CSS
MIT License
3.9k stars 428 forks source link

fix: remove incorrect parameter documentation of `sassOptions` function #1227

Closed loilo closed 1 month ago

loilo commented 1 month ago

Fixes the incorrect content parameter in the documentation of the sassOptions function, closes #1226

linux-foundation-easycla[bot] commented 1 month ago

CLA Signed


The committers listed above are authorized under a signed CLA.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.18%. Comparing base (31789cc) to head (47f459b). Report is 18 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1227 +/- ## ========================================== - Coverage 94.44% 94.18% -0.26% ========================================== Files 3 3 Lines 360 413 +53 Branches 132 156 +24 ========================================== + Hits 340 389 +49 - Misses 18 22 +4 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alexander-akait commented 1 month ago

Thank you