UNPKG

skeleton-stylus

Version:

The (un)official stylus Version of Skeleton (2.0.4): A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development

21 lines (16 loc) 362 B
// Utilities //–––––––––––––––––––––––––––––––––––––––––––––––––– .u-full-width { width: 100%; box-sizing: border-box; } .u-max-full-width { max-width: 100%; box-sizing: border-box; } .u-pull-right { float: right; } .u-pull-left { float: left; }