mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 13:56:46 +00:00
Removes the overflow container and errant ns
This commit is contained in:
parent
ae267591ee
commit
9ec3be2d91
@ -3,17 +3,12 @@
|
||||
UTILITIES
|
||||
|
||||
Media Query Extensions:
|
||||
-ns = small
|
||||
-s = small
|
||||
-m = medium
|
||||
-l = large
|
||||
|
||||
*/
|
||||
|
||||
/* Equivalent to .overflow-y-scroll */
|
||||
.overflow-container {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.center {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
@ -23,12 +18,12 @@
|
||||
.ml-auto { margin-left: auto; }
|
||||
|
||||
@media (--breakpoint-small){
|
||||
.center-ns {
|
||||
.center-s {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
.mr-auto-ns { margin-right: auto; }
|
||||
.ml-auto-ns { margin-left: auto; }
|
||||
.mr-auto-s { margin-right: auto; }
|
||||
.ml-auto-s { margin-left: auto; }
|
||||
}
|
||||
|
||||
@media (--breakpoint-medium){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user