From b988c9d86ba33a6f9b630ae27b0a89ce1a458812 Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Mon, 13 Aug 2018 10:10:52 -0500 Subject: [PATCH] Add list of known CSS preprocessors --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3df1543130..2335d2dd18 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ This is the Svelte compiler, which is primarily intended for authors of tooling * [parcel-plugin-svelte](https://github.com/DeMoorJasper/parcel-plugin-svelte) - Parcel build plugin * [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform +### CSS Preprocessors + +* [Less](https://github.com/ls-age/svelte-preprocess-less) +* [modular-css](https://github.com/tivac/modular-css/tree/master/packages/svelte) +* [PostCSS](https://github.com/TehShrike/svelte-preprocess-postcss) +* [Sass](https://github.com/ls-age/svelte-preprocess-sass) + ### Additional tools * [svelte-dev-store](https://github.com/GarethOates/svelte-dev-store) - Use Redux tools to visualise Svelte store