mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Dup tailwind dependencies into docs, remove extra cssnext plugin
This commit is contained in:
parent
882f391bd6
commit
94be330cde
@ -17,7 +17,8 @@
|
||||
"less": "^2.7.2",
|
||||
"less-loader": "^4.0.5",
|
||||
"lodash": "^4.17.4",
|
||||
"postcss-cssnext": "^3.0.2"
|
||||
"postcss-cssnext": "^3.0.2",
|
||||
"stylefmt": "^6.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%"
|
||||
|
||||
@ -15,7 +15,6 @@ mix.less('source/_assets/less/main.less', 'source/css')
|
||||
.options({
|
||||
postCss: [
|
||||
require('./../src/tailwind.js')(),
|
||||
require('postcss-cssnext')()
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user