Skip to content

Instantly share code, notes, and snippets.

@carlosliu
Forked from firepol/bootstrap_ms.css
Last active April 29, 2016 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosliu/314098045344c728bc97a12893080af0 to your computer and use it in GitHub Desktop.
Save carlosliu/314098045344c728bc97a12893080af0 to your computer and use it in GitHub Desktop.
bootstrap sass version of 'col-ms-*' grid
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: $screen-xs-min) and (max-width: $screen-xs-max) {
@include make-grid(ms);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment