]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correcting order of fieldset border properties 4439/head
authorAlana <abothun@meredith.com>
Thu, 13 Feb 2014 19:53:26 +0000 (13:53 -0600)
committerAlana <abothun@meredith.com>
Thu, 13 Feb 2014 19:53:26 +0000 (13:53 -0600)
scss/foundation/components/_forms.scss

index 71a51258adcb0b3cad0ae466fd6fb696a91271a5..3a674071dd26dc94ccbe8daa233859f3ddadf789 100644 (file)
@@ -248,7 +248,7 @@ $select-bg-color: #fafafa !default;
 
 // We use this mixin to style fieldsets
 @mixin fieldset {
-  border: $fieldset-border-style $fieldset-border-width $fieldset-border-color;
+  border: $fieldset-border-width $fieldset-border-style $fieldset-border-color;
   padding: $fieldset-padding;
   margin: $fieldset-margin;