diff --git a/types/config.d.ts b/types/config.d.ts index d3dd1c451e7e..b1612d031609 100644 --- a/types/config.d.ts +++ b/types/config.d.ts @@ -76,8 +76,6 @@ type ScreensConfig = string[] | KeyValuePair // Theme related config interface ThemeConfig { - extend: Partial> - /** Responsiveness */ screens: ResolvableTo @@ -317,7 +315,7 @@ interface OptionalConfig { future: Partial experimental: Partial darkMode: Partial - theme: Partial + theme: Partial }> corePlugins: Partial plugins: Partial /** Custom */