Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 216bae2

Browse files
committed
Use latest Tailwind
1 parent faf2249 commit 216bae2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"postcss": "^6.0.19",
1313
"postcss-loader": "^2.1.1",
1414
"style-loader": "^0.20.3",
15-
"tailwindcss": "^0.5.1",
15+
"tailwindcss": ">=0.6.5",
1616
"webpack": "^4.1.1",
1717
"webpack-cli": "^2.0.12",
1818
"webpack-dev-server": "^3.1.1"

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -1718,6 +1718,10 @@ [email protected]:
17181718
version "2.1.0"
17191719
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd"
17201720

1721+
css.escape@^1.5.1:
1722+
version "1.5.1"
1723+
resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
1724+
17211725
cssesc@^0.1.0:
17221726
version "0.1.0"
17231727
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
@@ -5754,13 +5758,14 @@ symbol-observable@^1.1.0:
57545758
version "1.2.0"
57555759
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
57565760

5757-
tailwindcss@^0.5.1:
5758-
version "0.5.3"
5759-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-0.5.3.tgz#5444f85ab5e68a37c2bf13bc4ac097a7ee05321d"
5761+
tailwindcss@>=0.6.5:
5762+
version "0.6.5"
5763+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-0.6.5.tgz#f692f875c373721d65ccecba5eb16fa949bcbb97"
57605764
dependencies:
57615765
commander "^2.11.0"
5766+
css.escape "^1.5.1"
57625767
fs-extra "^4.0.2"
5763-
lodash "^4.17.4"
5768+
lodash "^4.17.5"
57645769
perfectionist "^2.4.0"
57655770
postcss "^6.0.9"
57665771
postcss-functions "^3.0.0"

0 commit comments

Comments
 (0)