From 30bacfc2b6559b8428d44c01e612e343021e6be7 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Thu, 30 Jul 2020 09:03:27 +0900 Subject: [PATCH] Use official `postcss-scss` types (#4879) The `postcss-scss` package has own types already. https://github.com/postcss/postcss-scss/blob/2.1.1/lib/scss-syntax.d.ts --- types/global.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/global.d.ts b/types/global.d.ts index a2a6a6a39c..57e1654f4c 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -4,5 +4,4 @@ declare module 'import-lazy'; declare module 'postcss-html'; declare module 'postcss-less'; declare module 'postcss-sass'; -declare module 'postcss-scss'; declare module 'sugarss';