Skip to content

Commit

Permalink
fix cjsConfigFile constant
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Feb 4, 2021
1 parent afccfe8 commit 4157d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Expand Up @@ -3,7 +3,7 @@ import path from 'path'
export const cli = 'tailwind'
export const defaultConfigFile = './tailwind.config.js'
export const defaultPostCssConfigFile = './postcss.config.js'
export const cjsConfigFile = './tailwind.config.js'
export const cjsConfigFile = './tailwind.config.cjs'
export const cjsPostCssConfigFile = './postcss.config.cjs'

export const supportedConfigFiles = [cjsConfigFile, defaultConfigFile]
Expand Down

0 comments on commit 4157d52

Please sign in to comment.