_pulls.scss 96 B

123456
  1. @mixin pull-left {
  2. float: left !important;
  3. }
  4. @mixin pull-right {
  5. float: right !important;
  6. }