mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Move the CLI to a different file
This commit is contained in:
parent
c1b57db972
commit
d1f345fafc
@ -4,7 +4,7 @@
|
||||
"description": "A utility-first CSS framework for rapid UI development.",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"tailwind": "lib/index.js"
|
||||
"tailwind": "lib/cli.js"
|
||||
},
|
||||
"contributors": [
|
||||
"Adam Wathan <adam.wathan@gmail.com>",
|
||||
|
||||
@ -6,7 +6,7 @@ import path from 'path'
|
||||
import postcss from 'postcss'
|
||||
import defaultConfig from './defaultConfig'
|
||||
import program from 'commander'
|
||||
import tailwind from './tailwind'
|
||||
import tailwind from '..'
|
||||
|
||||
let splitFileName = filename => {
|
||||
return filename.split('.')
|
||||
Loading…
x
Reference in New Issue
Block a user