Skip to content

Commit

Permalink
Remove justify-auto and place-items-auto
Browse files Browse the repository at this point in the history
These CSS values don't even exist.
  • Loading branch information
adamwathan committed Apr 3, 2021
1 parent d76c6a9 commit 9e705db
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 204 deletions.
48 changes: 0 additions & 48 deletions __tests__/fixtures/tailwind-output-flagged.css
Original file line number Diff line number Diff line change
Expand Up @@ -10892,10 +10892,6 @@ video {
flex-wrap: nowrap;
}

.place-items-auto {
place-items: auto;
}

.place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -11024,10 +11020,6 @@ video {
align-self: stretch;
}

.justify-items-auto {
justify-items: auto;
}

.justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -39504,10 +39496,6 @@ video {
flex-wrap: nowrap;
}

.sm\:place-items-auto {
place-items: auto;
}

.sm\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -39636,10 +39624,6 @@ video {
align-self: stretch;
}

.sm\:justify-items-auto {
justify-items: auto;
}

.sm\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -68073,10 +68057,6 @@ video {
flex-wrap: nowrap;
}

.md\:place-items-auto {
place-items: auto;
}

.md\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -68205,10 +68185,6 @@ video {
align-self: stretch;
}

.md\:justify-items-auto {
justify-items: auto;
}

.md\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -96642,10 +96618,6 @@ video {
flex-wrap: nowrap;
}

.lg\:place-items-auto {
place-items: auto;
}

.lg\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -96774,10 +96746,6 @@ video {
align-self: stretch;
}

.lg\:justify-items-auto {
justify-items: auto;
}

.lg\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -125211,10 +125179,6 @@ video {
flex-wrap: nowrap;
}

.xl\:place-items-auto {
place-items: auto;
}

.xl\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -125343,10 +125307,6 @@ video {
align-self: stretch;
}

.xl\:justify-items-auto {
justify-items: auto;
}

.xl\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -153780,10 +153740,6 @@ video {
flex-wrap: nowrap;
}

.\32xl\:place-items-auto {
place-items: auto;
}

.\32xl\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -153912,10 +153868,6 @@ video {
align-self: stretch;
}

.\32xl\:justify-items-auto {
justify-items: auto;
}

.\32xl\:justify-items-start {
justify-items: start;
}
Expand Down
48 changes: 0 additions & 48 deletions __tests__/fixtures/tailwind-output-important.css
Original file line number Diff line number Diff line change
Expand Up @@ -10892,10 +10892,6 @@ video {
flex-wrap: nowrap !important;
}

.place-items-auto {
place-items: auto !important;
}

.place-items-start {
place-items: start !important;
}
Expand Down Expand Up @@ -11024,10 +11020,6 @@ video {
align-self: stretch !important;
}

.justify-items-auto {
justify-items: auto !important;
}

.justify-items-start {
justify-items: start !important;
}
Expand Down Expand Up @@ -39504,10 +39496,6 @@ video {
flex-wrap: nowrap !important;
}

.sm\:place-items-auto {
place-items: auto !important;
}

.sm\:place-items-start {
place-items: start !important;
}
Expand Down Expand Up @@ -39636,10 +39624,6 @@ video {
align-self: stretch !important;
}

.sm\:justify-items-auto {
justify-items: auto !important;
}

.sm\:justify-items-start {
justify-items: start !important;
}
Expand Down Expand Up @@ -68073,10 +68057,6 @@ video {
flex-wrap: nowrap !important;
}

.md\:place-items-auto {
place-items: auto !important;
}

.md\:place-items-start {
place-items: start !important;
}
Expand Down Expand Up @@ -68205,10 +68185,6 @@ video {
align-self: stretch !important;
}

.md\:justify-items-auto {
justify-items: auto !important;
}

.md\:justify-items-start {
justify-items: start !important;
}
Expand Down Expand Up @@ -96642,10 +96618,6 @@ video {
flex-wrap: nowrap !important;
}

.lg\:place-items-auto {
place-items: auto !important;
}

.lg\:place-items-start {
place-items: start !important;
}
Expand Down Expand Up @@ -96774,10 +96746,6 @@ video {
align-self: stretch !important;
}

.lg\:justify-items-auto {
justify-items: auto !important;
}

.lg\:justify-items-start {
justify-items: start !important;
}
Expand Down Expand Up @@ -125211,10 +125179,6 @@ video {
flex-wrap: nowrap !important;
}

.xl\:place-items-auto {
place-items: auto !important;
}

.xl\:place-items-start {
place-items: start !important;
}
Expand Down Expand Up @@ -125343,10 +125307,6 @@ video {
align-self: stretch !important;
}

.xl\:justify-items-auto {
justify-items: auto !important;
}

.xl\:justify-items-start {
justify-items: start !important;
}
Expand Down Expand Up @@ -153780,10 +153740,6 @@ video {
flex-wrap: nowrap !important;
}

.\32xl\:place-items-auto {
place-items: auto !important;
}

.\32xl\:place-items-start {
place-items: start !important;
}
Expand Down Expand Up @@ -153912,10 +153868,6 @@ video {
align-self: stretch !important;
}

.\32xl\:justify-items-auto {
justify-items: auto !important;
}

.\32xl\:justify-items-start {
justify-items: start !important;
}
Expand Down
48 changes: 0 additions & 48 deletions __tests__/fixtures/tailwind-output-no-color-opacity.css
Original file line number Diff line number Diff line change
Expand Up @@ -9330,10 +9330,6 @@ video {
flex-wrap: nowrap;
}

.place-items-auto {
place-items: auto;
}

.place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -9462,10 +9458,6 @@ video {
align-self: stretch;
}

.justify-items-auto {
justify-items: auto;
}

.justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -35386,10 +35378,6 @@ video {
flex-wrap: nowrap;
}

.sm\:place-items-auto {
place-items: auto;
}

.sm\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -35518,10 +35506,6 @@ video {
align-self: stretch;
}

.sm\:justify-items-auto {
justify-items: auto;
}

.sm\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -61399,10 +61383,6 @@ video {
flex-wrap: nowrap;
}

.md\:place-items-auto {
place-items: auto;
}

.md\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -61531,10 +61511,6 @@ video {
align-self: stretch;
}

.md\:justify-items-auto {
justify-items: auto;
}

.md\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -87412,10 +87388,6 @@ video {
flex-wrap: nowrap;
}

.lg\:place-items-auto {
place-items: auto;
}

.lg\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -87544,10 +87516,6 @@ video {
align-self: stretch;
}

.lg\:justify-items-auto {
justify-items: auto;
}

.lg\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -113425,10 +113393,6 @@ video {
flex-wrap: nowrap;
}

.xl\:place-items-auto {
place-items: auto;
}

.xl\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -113557,10 +113521,6 @@ video {
align-self: stretch;
}

.xl\:justify-items-auto {
justify-items: auto;
}

.xl\:justify-items-start {
justify-items: start;
}
Expand Down Expand Up @@ -139438,10 +139398,6 @@ video {
flex-wrap: nowrap;
}

.\32xl\:place-items-auto {
place-items: auto;
}

.\32xl\:place-items-start {
place-items: start;
}
Expand Down Expand Up @@ -139570,10 +139526,6 @@ video {
align-self: stretch;
}

.\32xl\:justify-items-auto {
justify-items: auto;
}

.\32xl\:justify-items-start {
justify-items: start;
}
Expand Down
Loading

0 comments on commit 9e705db

Please sign in to comment.