Merge pull request #961 from tailwindcss/more-precise-percentage-widths

Increase precision of percentage widths
This commit is contained in:
Adam Wathan 2019-06-10 20:15:07 -04:00 committed by GitHub
commit cdffd086d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 154 additions and 154 deletions

View File

@ -7362,11 +7362,11 @@ video {
}
.w-1\/3 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.w-2\/3 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.w-1\/4 {
@ -7398,11 +7398,11 @@ video {
}
.w-1\/6 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.w-2\/6 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.w-3\/6 {
@ -7410,19 +7410,19 @@ video {
}
.w-4\/6 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.w-5\/6 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.w-1\/12 {
width: 8.33333% !important;
width: 8.333333% !important;
}
.w-2\/12 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.w-3\/12 {
@ -7430,11 +7430,11 @@ video {
}
.w-4\/12 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.w-5\/12 {
width: 41.66667% !important;
width: 41.666667% !important;
}
.w-6\/12 {
@ -7442,11 +7442,11 @@ video {
}
.w-7\/12 {
width: 58.33333% !important;
width: 58.333333% !important;
}
.w-8\/12 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.w-9\/12 {
@ -7454,11 +7454,11 @@ video {
}
.w-10\/12 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.w-11\/12 {
width: 91.66667% !important;
width: 91.666667% !important;
}
.w-full {
@ -14263,11 +14263,11 @@ video {
}
.sm\:w-1\/3 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.sm\:w-2\/3 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.sm\:w-1\/4 {
@ -14299,11 +14299,11 @@ video {
}
.sm\:w-1\/6 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.sm\:w-2\/6 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.sm\:w-3\/6 {
@ -14311,19 +14311,19 @@ video {
}
.sm\:w-4\/6 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.sm\:w-5\/6 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.sm\:w-1\/12 {
width: 8.33333% !important;
width: 8.333333% !important;
}
.sm\:w-2\/12 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.sm\:w-3\/12 {
@ -14331,11 +14331,11 @@ video {
}
.sm\:w-4\/12 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.sm\:w-5\/12 {
width: 41.66667% !important;
width: 41.666667% !important;
}
.sm\:w-6\/12 {
@ -14343,11 +14343,11 @@ video {
}
.sm\:w-7\/12 {
width: 58.33333% !important;
width: 58.333333% !important;
}
.sm\:w-8\/12 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.sm\:w-9\/12 {
@ -14355,11 +14355,11 @@ video {
}
.sm\:w-10\/12 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.sm\:w-11\/12 {
width: 91.66667% !important;
width: 91.666667% !important;
}
.sm\:w-full {
@ -21165,11 +21165,11 @@ video {
}
.md\:w-1\/3 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.md\:w-2\/3 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.md\:w-1\/4 {
@ -21201,11 +21201,11 @@ video {
}
.md\:w-1\/6 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.md\:w-2\/6 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.md\:w-3\/6 {
@ -21213,19 +21213,19 @@ video {
}
.md\:w-4\/6 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.md\:w-5\/6 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.md\:w-1\/12 {
width: 8.33333% !important;
width: 8.333333% !important;
}
.md\:w-2\/12 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.md\:w-3\/12 {
@ -21233,11 +21233,11 @@ video {
}
.md\:w-4\/12 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.md\:w-5\/12 {
width: 41.66667% !important;
width: 41.666667% !important;
}
.md\:w-6\/12 {
@ -21245,11 +21245,11 @@ video {
}
.md\:w-7\/12 {
width: 58.33333% !important;
width: 58.333333% !important;
}
.md\:w-8\/12 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.md\:w-9\/12 {
@ -21257,11 +21257,11 @@ video {
}
.md\:w-10\/12 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.md\:w-11\/12 {
width: 91.66667% !important;
width: 91.666667% !important;
}
.md\:w-full {
@ -28067,11 +28067,11 @@ video {
}
.lg\:w-1\/3 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.lg\:w-2\/3 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.lg\:w-1\/4 {
@ -28103,11 +28103,11 @@ video {
}
.lg\:w-1\/6 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.lg\:w-2\/6 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.lg\:w-3\/6 {
@ -28115,19 +28115,19 @@ video {
}
.lg\:w-4\/6 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.lg\:w-5\/6 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.lg\:w-1\/12 {
width: 8.33333% !important;
width: 8.333333% !important;
}
.lg\:w-2\/12 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.lg\:w-3\/12 {
@ -28135,11 +28135,11 @@ video {
}
.lg\:w-4\/12 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.lg\:w-5\/12 {
width: 41.66667% !important;
width: 41.666667% !important;
}
.lg\:w-6\/12 {
@ -28147,11 +28147,11 @@ video {
}
.lg\:w-7\/12 {
width: 58.33333% !important;
width: 58.333333% !important;
}
.lg\:w-8\/12 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.lg\:w-9\/12 {
@ -28159,11 +28159,11 @@ video {
}
.lg\:w-10\/12 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.lg\:w-11\/12 {
width: 91.66667% !important;
width: 91.666667% !important;
}
.lg\:w-full {
@ -34969,11 +34969,11 @@ video {
}
.xl\:w-1\/3 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.xl\:w-2\/3 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.xl\:w-1\/4 {
@ -35005,11 +35005,11 @@ video {
}
.xl\:w-1\/6 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.xl\:w-2\/6 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.xl\:w-3\/6 {
@ -35017,19 +35017,19 @@ video {
}
.xl\:w-4\/6 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.xl\:w-5\/6 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.xl\:w-1\/12 {
width: 8.33333% !important;
width: 8.333333% !important;
}
.xl\:w-2\/12 {
width: 16.66667% !important;
width: 16.666667% !important;
}
.xl\:w-3\/12 {
@ -35037,11 +35037,11 @@ video {
}
.xl\:w-4\/12 {
width: 33.33333% !important;
width: 33.333333% !important;
}
.xl\:w-5\/12 {
width: 41.66667% !important;
width: 41.666667% !important;
}
.xl\:w-6\/12 {
@ -35049,11 +35049,11 @@ video {
}
.xl\:w-7\/12 {
width: 58.33333% !important;
width: 58.333333% !important;
}
.xl\:w-8\/12 {
width: 66.66667% !important;
width: 66.666667% !important;
}
.xl\:w-9\/12 {
@ -35061,11 +35061,11 @@ video {
}
.xl\:w-10\/12 {
width: 83.33333% !important;
width: 83.333333% !important;
}
.xl\:w-11\/12 {
width: 91.66667% !important;
width: 91.666667% !important;
}
.xl\:w-full {

View File

@ -7362,11 +7362,11 @@ video {
}
.w-1\/3 {
width: 33.33333%;
width: 33.333333%;
}
.w-2\/3 {
width: 66.66667%;
width: 66.666667%;
}
.w-1\/4 {
@ -7398,11 +7398,11 @@ video {
}
.w-1\/6 {
width: 16.66667%;
width: 16.666667%;
}
.w-2\/6 {
width: 33.33333%;
width: 33.333333%;
}
.w-3\/6 {
@ -7410,19 +7410,19 @@ video {
}
.w-4\/6 {
width: 66.66667%;
width: 66.666667%;
}
.w-5\/6 {
width: 83.33333%;
width: 83.333333%;
}
.w-1\/12 {
width: 8.33333%;
width: 8.333333%;
}
.w-2\/12 {
width: 16.66667%;
width: 16.666667%;
}
.w-3\/12 {
@ -7430,11 +7430,11 @@ video {
}
.w-4\/12 {
width: 33.33333%;
width: 33.333333%;
}
.w-5\/12 {
width: 41.66667%;
width: 41.666667%;
}
.w-6\/12 {
@ -7442,11 +7442,11 @@ video {
}
.w-7\/12 {
width: 58.33333%;
width: 58.333333%;
}
.w-8\/12 {
width: 66.66667%;
width: 66.666667%;
}
.w-9\/12 {
@ -7454,11 +7454,11 @@ video {
}
.w-10\/12 {
width: 83.33333%;
width: 83.333333%;
}
.w-11\/12 {
width: 91.66667%;
width: 91.666667%;
}
.w-full {
@ -14263,11 +14263,11 @@ video {
}
.sm\:w-1\/3 {
width: 33.33333%;
width: 33.333333%;
}
.sm\:w-2\/3 {
width: 66.66667%;
width: 66.666667%;
}
.sm\:w-1\/4 {
@ -14299,11 +14299,11 @@ video {
}
.sm\:w-1\/6 {
width: 16.66667%;
width: 16.666667%;
}
.sm\:w-2\/6 {
width: 33.33333%;
width: 33.333333%;
}
.sm\:w-3\/6 {
@ -14311,19 +14311,19 @@ video {
}
.sm\:w-4\/6 {
width: 66.66667%;
width: 66.666667%;
}
.sm\:w-5\/6 {
width: 83.33333%;
width: 83.333333%;
}
.sm\:w-1\/12 {
width: 8.33333%;
width: 8.333333%;
}
.sm\:w-2\/12 {
width: 16.66667%;
width: 16.666667%;
}
.sm\:w-3\/12 {
@ -14331,11 +14331,11 @@ video {
}
.sm\:w-4\/12 {
width: 33.33333%;
width: 33.333333%;
}
.sm\:w-5\/12 {
width: 41.66667%;
width: 41.666667%;
}
.sm\:w-6\/12 {
@ -14343,11 +14343,11 @@ video {
}
.sm\:w-7\/12 {
width: 58.33333%;
width: 58.333333%;
}
.sm\:w-8\/12 {
width: 66.66667%;
width: 66.666667%;
}
.sm\:w-9\/12 {
@ -14355,11 +14355,11 @@ video {
}
.sm\:w-10\/12 {
width: 83.33333%;
width: 83.333333%;
}
.sm\:w-11\/12 {
width: 91.66667%;
width: 91.666667%;
}
.sm\:w-full {
@ -21165,11 +21165,11 @@ video {
}
.md\:w-1\/3 {
width: 33.33333%;
width: 33.333333%;
}
.md\:w-2\/3 {
width: 66.66667%;
width: 66.666667%;
}
.md\:w-1\/4 {
@ -21201,11 +21201,11 @@ video {
}
.md\:w-1\/6 {
width: 16.66667%;
width: 16.666667%;
}
.md\:w-2\/6 {
width: 33.33333%;
width: 33.333333%;
}
.md\:w-3\/6 {
@ -21213,19 +21213,19 @@ video {
}
.md\:w-4\/6 {
width: 66.66667%;
width: 66.666667%;
}
.md\:w-5\/6 {
width: 83.33333%;
width: 83.333333%;
}
.md\:w-1\/12 {
width: 8.33333%;
width: 8.333333%;
}
.md\:w-2\/12 {
width: 16.66667%;
width: 16.666667%;
}
.md\:w-3\/12 {
@ -21233,11 +21233,11 @@ video {
}
.md\:w-4\/12 {
width: 33.33333%;
width: 33.333333%;
}
.md\:w-5\/12 {
width: 41.66667%;
width: 41.666667%;
}
.md\:w-6\/12 {
@ -21245,11 +21245,11 @@ video {
}
.md\:w-7\/12 {
width: 58.33333%;
width: 58.333333%;
}
.md\:w-8\/12 {
width: 66.66667%;
width: 66.666667%;
}
.md\:w-9\/12 {
@ -21257,11 +21257,11 @@ video {
}
.md\:w-10\/12 {
width: 83.33333%;
width: 83.333333%;
}
.md\:w-11\/12 {
width: 91.66667%;
width: 91.666667%;
}
.md\:w-full {
@ -28067,11 +28067,11 @@ video {
}
.lg\:w-1\/3 {
width: 33.33333%;
width: 33.333333%;
}
.lg\:w-2\/3 {
width: 66.66667%;
width: 66.666667%;
}
.lg\:w-1\/4 {
@ -28103,11 +28103,11 @@ video {
}
.lg\:w-1\/6 {
width: 16.66667%;
width: 16.666667%;
}
.lg\:w-2\/6 {
width: 33.33333%;
width: 33.333333%;
}
.lg\:w-3\/6 {
@ -28115,19 +28115,19 @@ video {
}
.lg\:w-4\/6 {
width: 66.66667%;
width: 66.666667%;
}
.lg\:w-5\/6 {
width: 83.33333%;
width: 83.333333%;
}
.lg\:w-1\/12 {
width: 8.33333%;
width: 8.333333%;
}
.lg\:w-2\/12 {
width: 16.66667%;
width: 16.666667%;
}
.lg\:w-3\/12 {
@ -28135,11 +28135,11 @@ video {
}
.lg\:w-4\/12 {
width: 33.33333%;
width: 33.333333%;
}
.lg\:w-5\/12 {
width: 41.66667%;
width: 41.666667%;
}
.lg\:w-6\/12 {
@ -28147,11 +28147,11 @@ video {
}
.lg\:w-7\/12 {
width: 58.33333%;
width: 58.333333%;
}
.lg\:w-8\/12 {
width: 66.66667%;
width: 66.666667%;
}
.lg\:w-9\/12 {
@ -28159,11 +28159,11 @@ video {
}
.lg\:w-10\/12 {
width: 83.33333%;
width: 83.333333%;
}
.lg\:w-11\/12 {
width: 91.66667%;
width: 91.666667%;
}
.lg\:w-full {
@ -34969,11 +34969,11 @@ video {
}
.xl\:w-1\/3 {
width: 33.33333%;
width: 33.333333%;
}
.xl\:w-2\/3 {
width: 66.66667%;
width: 66.666667%;
}
.xl\:w-1\/4 {
@ -35005,11 +35005,11 @@ video {
}
.xl\:w-1\/6 {
width: 16.66667%;
width: 16.666667%;
}
.xl\:w-2\/6 {
width: 33.33333%;
width: 33.333333%;
}
.xl\:w-3\/6 {
@ -35017,19 +35017,19 @@ video {
}
.xl\:w-4\/6 {
width: 66.66667%;
width: 66.666667%;
}
.xl\:w-5\/6 {
width: 83.33333%;
width: 83.333333%;
}
.xl\:w-1\/12 {
width: 8.33333%;
width: 8.333333%;
}
.xl\:w-2\/12 {
width: 16.66667%;
width: 16.666667%;
}
.xl\:w-3\/12 {
@ -35037,11 +35037,11 @@ video {
}
.xl\:w-4\/12 {
width: 33.33333%;
width: 33.333333%;
}
.xl\:w-5\/12 {
width: 41.66667%;
width: 41.666667%;
}
.xl\:w-6\/12 {
@ -35049,11 +35049,11 @@ video {
}
.xl\:w-7\/12 {
width: 58.33333%;
width: 58.333333%;
}
.xl\:w-8\/12 {
width: 66.66667%;
width: 66.666667%;
}
.xl\:w-9\/12 {
@ -35061,11 +35061,11 @@ video {
}
.xl\:w-10\/12 {
width: 83.33333%;
width: 83.333333%;
}
.xl\:w-11\/12 {
width: 91.66667%;
width: 91.666667%;
}
.xl\:w-full {

View File

@ -379,8 +379,8 @@ module.exports = {
auto: 'auto',
...theme('spacing'),
'1/2': '50%',
'1/3': '33.33333%',
'2/3': '66.66667%',
'1/3': '33.333333%',
'2/3': '66.666667%',
'1/4': '25%',
'2/4': '50%',
'3/4': '75%',
@ -388,22 +388,22 @@ module.exports = {
'2/5': '40%',
'3/5': '60%',
'4/5': '80%',
'1/6': '16.66667%',
'2/6': '33.33333%',
'1/6': '16.666667%',
'2/6': '33.333333%',
'3/6': '50%',
'4/6': '66.66667%',
'5/6': '83.33333%',
'1/12': '8.33333%',
'2/12': '16.66667%',
'4/6': '66.666667%',
'5/6': '83.333333%',
'1/12': '8.333333%',
'2/12': '16.666667%',
'3/12': '25%',
'4/12': '33.33333%',
'5/12': '41.66667%',
'4/12': '33.333333%',
'5/12': '41.666667%',
'6/12': '50%',
'7/12': '58.33333%',
'8/12': '66.66667%',
'7/12': '58.333333%',
'8/12': '66.666667%',
'9/12': '75%',
'10/12': '83.33333%',
'11/12': '91.66667%',
'10/12': '83.333333%',
'11/12': '91.666667%',
full: '100%',
screen: '100vw',
}),