From d7f82cc6b0fb24947e56344c496199e2b5ca145b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 19 Oct 2020 11:29:52 +0100 Subject: [PATCH] chore: use `dart-sass` (#69) https://sass-lang.com/dart-sass --- packages/nuxt3/src/config/config/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt3/src/config/config/build.ts b/packages/nuxt3/src/config/config/build.ts index 8ce0c9cbea..c04bbb3f2a 100644 --- a/packages/nuxt3/src/config/config/build.ts +++ b/packages/nuxt3/src/config/config/build.ts @@ -6,7 +6,7 @@ import type { Options as AutoprefixerOptions } from 'autoprefixer' import type { Options as FileLoaderOptions } from 'file-loader' import type { Options as HtmlMinifierOptions } from 'html-minifier' import type * as Less from 'less' -import type { Options as SassOptions } from 'node-sass' +import type { Options as SassOptions } from 'sass' import type { Plugin as PostcssPlugin } from 'postcss' import type { Options as PugOptions } from 'pug' import type { TerserPluginOptions } from 'terser-webpack-plugin'