Skip to content

Instantly share code, notes, and snippets.

@Tenderfeel
Created August 4, 2014 08:25
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/cb654c915dc08a73c1ea to your computer and use it in GitHub Desktop.
Save Tenderfeel/cb654c915dc08a73c1ea to your computer and use it in GitHub Desktop.
align utility (stylus)
// Align
//
// インライン要素に有効。ブロック要素にはag-flexつかうよろし
//
// .align_c - center
// .align_l - left
// .align_r - right
//
// Markup:
// <p class="{$modifiers}">center</p>
//
// Styleguide 3.1
//
.align_c
text-align center !important
.align_l
text-align left !important
.align_r
text-align right !important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment