Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_float.scss « mixins « bootstrap « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b43116fa6cb6693cfe093c3b8e5ded326d3a318c (plain)
1
2
3
4
5
6
7
8
9
@mixin float-left {
  float: left !important;
}
@mixin float-right {
  float: right !important;
}
@mixin float-none {
  float: none !important;
}