mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
7 lines
299 B
JavaScript
7 lines
299 B
JavaScript
import path from 'path'
|
|
|
|
export const cli = 'tailwind'
|
|
export const defaultConfigFile = './tailwind.config.js'
|
|
export const defaultConfigStubFile = path.resolve(__dirname, '../stubs/defaultConfig.stub.js')
|
|
export const simpleConfigStubFile = path.resolve(__dirname, '../stubs/simpleConfig.stub.js')
|