Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add all margin-auto utilities
  • Loading branch information
reinink committed Nov 4, 2017
commit c550cd1b7c2afebe3c31e7ab78c9b96d58b9418b
85 changes: 85 additions & 0 deletions __tests__/fixtures/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -2982,10 +2982,18 @@ button,
margin: 1px;
}

.mt-auto {
margin-top: auto;
}

.mr-auto {
margin-right: auto;
}

.mb-auto {
margin-bottom: auto;
}

.ml-auto {
margin-left: auto;
}
Expand All @@ -2995,6 +3003,15 @@ button,
margin-right: auto;
}

.my-auto {
margin-top: auto;
margin-bottom: auto;
}

.m-auto {
margin: auto;
}

.-mt-0 {
margin-top: 0;
}
Expand Down Expand Up @@ -5925,10 +5942,18 @@ button,
margin: 1px;
}

.sm\:mt-auto {
margin-top: auto;
}

.sm\:mr-auto {
margin-right: auto;
}

.sm\:mb-auto {
margin-bottom: auto;
}

.sm\:ml-auto {
margin-left: auto;
}
Expand All @@ -5938,6 +5963,15 @@ button,
margin-right: auto;
}

.sm\:my-auto {
margin-top: auto;
margin-bottom: auto;
}

.sm\:m-auto {
margin: auto;
}

.sm\:-mt-0 {
margin-top: 0;
}
Expand Down Expand Up @@ -8869,10 +8903,18 @@ button,
margin: 1px;
}

.md\:mt-auto {
margin-top: auto;
}

.md\:mr-auto {
margin-right: auto;
}

.md\:mb-auto {
margin-bottom: auto;
}

.md\:ml-auto {
margin-left: auto;
}
Expand All @@ -8882,6 +8924,15 @@ button,
margin-right: auto;
}

.md\:my-auto {
margin-top: auto;
margin-bottom: auto;
}

.md\:m-auto {
margin: auto;
}

.md\:-mt-0 {
margin-top: 0;
}
Expand Down Expand Up @@ -11813,10 +11864,18 @@ button,
margin: 1px;
}

.lg\:mt-auto {
margin-top: auto;
}

.lg\:mr-auto {
margin-right: auto;
}

.lg\:mb-auto {
margin-bottom: auto;
}

.lg\:ml-auto {
margin-left: auto;
}
Expand All @@ -11826,6 +11885,15 @@ button,
margin-right: auto;
}

.lg\:my-auto {
margin-top: auto;
margin-bottom: auto;
}

.lg\:m-auto {
margin: auto;
}

.lg\:-mt-0 {
margin-top: 0;
}
Expand Down Expand Up @@ -14757,10 +14825,18 @@ button,
margin: 1px;
}

.xl\:mt-auto {
margin-top: auto;
}

.xl\:mr-auto {
margin-right: auto;
}

.xl\:mb-auto {
margin-bottom: auto;
}

.xl\:ml-auto {
margin-left: auto;
}
Expand All @@ -14770,6 +14846,15 @@ button,
margin-right: auto;
}

.xl\:my-auto {
margin-top: auto;
margin-bottom: auto;
}

.xl\:m-auto {
margin: auto;
}

.xl\:-mt-0 {
margin-top: 0;
}
Expand Down
12 changes: 0 additions & 12 deletions dist/preflight.css

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

2 changes: 1 addition & 1 deletion dist/preflight.css.map

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions dist/tailwind.css

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

2 changes: 1 addition & 1 deletion dist/tailwind.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tailwind.min.css

Large diffs are not rendered by default.

Loading