Skip to content

Commit

Permalink
Minimizing Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
AljanScholtens committed May 30, 2018
1 parent e15a6a3 commit b396e2f
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions src/assets/stylesheets/utilities.css
Expand Up @@ -2,27 +2,25 @@
#UTILITIES-GLOBAL #UTILITIES-GLOBAL
\*------------------------------------*/ \*------------------------------------*/


.u-display-none { display: none !important; } .u-d-n { display: none !important; }


.u-visibility-hidden { visibility: hidden !important; } .u-v-h { visibility: hidden !important; }


.u-text-align-left { text-align: left; } .u-ta-l { text-align: left; }


.u-text-align-right { text-align: right; } .u-ta-r { text-align: right; }


.u-text-align-center { text-align: center; } .u-ta-c { text-align: center; }


.u-float-left { float: left; } .u-f-l { float: left; }


.u-float-right { float: right; } .u-f-r { float: right; }


.u-spacing { .u-td-lt { text-decoration: line-through; }

.u-mb-40_b20 {


@media (--breakpoint-20) { @media (--breakpoint-20) {
margin-bottom: calc(var(--space-default) * 2); margin-bottom: var(--space-40);
} }
} }

.u-line-through {
text-decoration: line-through;
}

0 comments on commit b396e2f

Please sign in to comment.