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: b30cf14688149dca16e030aefa5d813f0bc0cbec (plain)
1
2
3
4
5
6
@mixin float-left {
  float: left !important;
}
@mixin float-right {
  float: right !important;
}