Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rename dark mode prop, remove test file
  • Loading branch information
arpadgabor committed Jan 4, 2021
commit a10f2c26bc42c227776d79f98c55ca623e916e98
3 changes: 1 addition & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface Config {
*
* [Documentation](https://tailwindcss.com/docs/dark-mode)
*/
darkMode?: 'media' | 'class'
dark?: 'media' | 'class'

/**
* Configure what PurgeCSS removes when building for production.
Expand Down Expand Up @@ -35,7 +35,6 @@ export interface Config {

/** Use to disable core plugins. */
corePlugins?: Record<CorePluginNames, boolean>
plugins?: any[]
}

interface Theme {
Expand Down
35 changes: 0 additions & 35 deletions tailwind.js

This file was deleted.