Skip to content

Commit

Permalink
Update tailwindCSS to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Jun 11, 2019
1 parent 1cf2bff commit daabfec
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
28 changes: 14 additions & 14 deletions __tests__/fixtures/outputs/tailwind/width.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ module.exports = {
w0: {width: 0},
w1: {width: 4},
w10: {width: 40},
w10_12: {width: '83.33333%'},
w11_12: {width: '91.66667%'},
w10_12: {width: '83.333333%'},
w11_12: {width: '91.666667%'},
w12: {width: 48},
w16: {width: 64},
w1_12: {width: '8.33333%'},
w1_12: {width: '8.333333%'},
w1_2: {width: '50%'},
w1_3: {width: '33.33333%'},
w1_3: {width: '33.333333%'},
w1_4: {width: '25%'},
w1_5: {width: '20%'},
w1_6: {width: '16.66667%'},
w1_6: {width: '16.666667%'},
w2: {width: 8},
w20: {width: 80},
w24: {width: 96},
w2_12: {width: '16.66667%'},
w2_3: {width: '66.66667%'},
w2_12: {width: '16.666667%'},
w2_3: {width: '66.666667%'},
w2_4: {width: '50%'},
w2_5: {width: '40%'},
w2_6: {width: '33.33333%'},
w2_6: {width: '33.333333%'},
w3: {width: 12},
w32: {width: 128},
w3_12: {width: '25%'},
Expand All @@ -29,19 +29,19 @@ module.exports = {
w4: {width: 16},
w40: {width: 160},
w48: {width: 192},
w4_12: {width: '33.33333%'},
w4_12: {width: '33.333333%'},
w4_5: {width: '80%'},
w4_6: {width: '66.66667%'},
w4_6: {width: '66.666667%'},
w5: {width: 20},
w56: {width: 224},
w5_12: {width: '41.66667%'},
w5_6: {width: '83.33333%'},
w5_12: {width: '41.666667%'},
w5_6: {width: '83.333333%'},
w6: {width: 24},
w64: {width: 256},
w6_12: {width: '50%'},
w7_12: {width: '58.33333%'},
w7_12: {width: '58.333333%'},
w8: {width: 32},
w8_12: {width: '66.66667%'},
w8_12: {width: '66.666667%'},
w9_12: {width: '75%'},
wAuto: {width: 'auto'},
wFull: {width: '100%'},
Expand Down
57 changes: 29 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tailwindcss",
"version": "1.0.5",
"version": "1.0.6",
"keywords": [
"react",
"native",
Expand All @@ -21,7 +21,7 @@
"react": "^16.8.6"
},
"dependencies": {
"tailwindcss": "^1.0.3"
"tailwindcss": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand Down

0 comments on commit daabfec

Please sign in to comment.