Skip to content

Commit

Permalink
Enhancement: Update tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 19, 2017
1 parent 44c1835 commit fab934a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,6 +16,6 @@
"normalize.css": "^7.0.0",
"purgecss-webpack-plugin": "^0.13.0",
"suitcss-base": "^4.0.0",
"tailwindcss": "^0.1.2"
"tailwindcss": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion tailwind.js
Expand Up @@ -24,7 +24,7 @@ View the full documentation at https://tailwindcss.com.
|
*/

var defaultConfig = require('tailwindcss').defaultConfig()
var defaultConfig = require('tailwindcss/defaultConfig')();


/*
Expand Down

0 comments on commit fab934a

Please sign in to comment.