Skip to content

Commit

Permalink
Updated tailwind css to version 0.7.0 (nuxt#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
bart authored and aldarund committed Nov 21, 2018
1 parent 80c134e commit 4bd509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-prettier": "2.6.2",
"prettier": "1.14.3"<% } %><% if (ui === 'tailwind') { %>,
"autoprefixer": "^8.6.4",
"tailwindcss": "~0.6.6"<% } else if (ui === 'vuetify') { %>,
"tailwindcss": "^0.7.0"<% } else if (ui === 'vuetify') { %>,
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"<% } %>
}
Expand Down

0 comments on commit 4bd509b

Please sign in to comment.