Sha256: f3461be54fd7b8f6a59257e3be2cc34ed57bd918761708a1e80b1d03d5f5a0b1
Contents?: true
Size: 639 Bytes
Versions: 12
Compression:
Stored size: 639 Bytes
Contents
// Foundation for Sites by ZURB // foundation.zurb.com // Licensed under MIT Open Source //// /// @group forms //// /// Global spacing for form elements. /// @type Number $form-spacing: rem-calc(16) !default; @import 'text', 'checkbox', 'label', 'help-text', 'input-group', 'fieldset', 'select', 'error'; @mixin foundation-forms { @include foundation-form-text; @include foundation-form-checkbox; @include foundation-form-label; @include foundation-form-helptext; @include foundation-form-prepostfix; @include foundation-form-fieldset; @include foundation-form-select; @include foundation-form-error; }
Version data entries
12 entries across 12 versions & 2 rubygems