1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02:00

Update styles for Ruby Sass compat

This commit is contained in:
Gleb Mazovetskiy
2014-12-16 20:29:47 +00:00
parent 0d96695f5e
commit c0c16edc41
6 changed files with 14 additions and 6 deletions

6
scss/mixins/_pulls.scss Normal file
View File

@@ -0,0 +1,6 @@
@mixin pull-left {
float: left !important;
}
@mixin pull-right {
float: right !important;
}