Sha256: 5cc19450e971d58643073d3eb108b7fa75c972da3929733c456614dc4f0d4a51
Contents?: true
Size: 881 Bytes
Versions: 51
Compression:
Stored size: 881 Bytes
Contents
// Use "!optional" flag of silent extend is allowed to fail // example: "@extend %minimal !optional" //* Generic global UI objects */ //* ------------------------- */ %clearfix { @include clearfix; } %hide_text { @include hide_text; } %mobile_hide { @media #{$mobile} { display: none; visibility: hidden; } } %standard_block_spacing { @include standard_block_spacing; } %standard_hr { @include standard_hr; } %standard_rounded_borders { @include standard_rounded_border; } %box_sizing { @include box_sizing; } // Standardized uses for box and text shadows // //* text shadows */ //* ------------ */ %primary_text_shadow { @include primary_text_shadow; } %disabled_text_shadow { @include disabled_text_shadow; } //* box shadows */ //* ----------- */ %primary_box_shadow { @include primary_box_shadow; } %disabled_box_shadow { @include disabled_box_shadow; }
Version data entries
51 entries across 51 versions & 1 rubygems