Skip to content

Instantly share code, notes, and snippets.

@gdumitrescu
Created December 5, 2013 19:46
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 gdumitrescu/7812573 to your computer and use it in GitHub Desktop.
Save gdumitrescu/7812573 to your computer and use it in GitHub Desktop.
Collection of placeholders - dependencies: compass-placeholders (1.0.0.rc.4)
// Collection of placeholders
%bold
@extend %font-weight-bold
%capitalize
@extend %text-transform-capitalize
%centered
margin: 0 auto
position: relative
text-align: center
%hidden
visibility: hidden
%hide
@extend %display-none
%italic
@extend %font-style-italic
%lowercase
@extend %text-transform-lowercase
%no-style
@extend %font-style-normal
%no-weight
@extend %font-weight-normal
%reset
@extend %no-border
@extend %no-margin
@extend %no-padding
%uppercase
@extend %text-transform-uppercase
%show
@extend %display-block
%visible
visibility: visible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment