Skip to content

Instantly share code, notes, and snippets.

@Tenderfeel
Created August 4, 2014 08:29
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 Tenderfeel/519d29e4a11a9079b5b8 to your computer and use it in GitHub Desktop.
Save Tenderfeel/519d29e4a11a9079b5b8 to your computer and use it in GitHub Desktop.
pull utitily(stylus)
// Float
//
// floatの操作
//
// .pull_l - left
// .pull_r - right
// .pull_c - clear
//
// Markup:
// <img class="{$modifiers}" width="80" height="80">
//
// Styleguide 3.4
.pull_l
float left !important
.pull_r
float right !important
.pull_c
clear both !important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment