mirror of
https://github.com/primer/css.git
synced 2024-11-25 07:33:41 +03:00
deprecate single-column and table-column
This commit is contained in:
parent
b809f91e8e
commit
eb4f417f0d
@ -45,21 +45,6 @@
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
// Single column hack
|
||||
.single-column {
|
||||
padding-right: $grid-gutter;
|
||||
padding-left: $grid-gutter;
|
||||
}
|
||||
|
||||
// Equal width columns via table sorcery.
|
||||
.table-column {
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
padding-right: $grid-gutter;
|
||||
padding-left: $grid-gutter;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
// Centers content horizontally. Can be used inside or outside the grid.
|
||||
.centered {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user