chore: use `dart-sass` (#69)

https://sass-lang.com/dart-sass
This commit is contained in:
Daniel Roe 2020-10-19 11:29:52 +01:00 committed by GitHub
parent 09476134ee
commit d7f82cc6b0
1 changed files with 1 additions and 1 deletions

View File

@ -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'