sveltejs / svelte-preprocess

A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
MIT License
1.73k stars 147 forks source link

docs: Update documentation about Sass options #564

Closed alecglassford closed 1 year ago

alecglassford commented 1 year ago

Fixes #563: The doc had incorrect/outdated information about the renderSync option). The update notes that renderSync is always used as of svelte-preprocess 5.0.0.

While addressing this, I also added a more specific cross reference link for users to see which options can be passed: https://sass-lang.com/documentation/js-api/interfaces/LegacyStringOptions

I also removed the table, since that formatting now longer seemed useful, and made other minor wording adjustments to this section.

Before submitting the PR, please make sure you do the following

Tests

kaisermann commented 1 year ago

Hey @alecglassford πŸ‘‹ thanks for catching that! πŸŽ‰