]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Move form error variables from Forms page to Abide page in docs #7022
authorGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 20:21:30 +0000 (12:21 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 20:21:30 +0000 (12:21 -0800)
docs/pages/abide.md
docs/pages/forms.md

index 73a8072334f6685e504574623f611bd7722a058a..8a92daffffe1433ab2d2847df4e3ce413b3304d3 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: Abide
 description: Abide is an form validation library that extends the HTML5 validation API with custom validators.
+sass: scss/forms/_error.scss
 js: js/foundation.abide.js
 tags:
   - forms
index cd842ddcd039a990516939c8ff21783e5147dca0..b1950e7b5f92ee478c0d45b96d3766046a07045f 100644 (file)
@@ -1,7 +1,9 @@
 ---
 title: Forms
 description: We set out to create an easy, powerful and versatile form layout system. A combination of form styles and the Foundation grid means you can do almost anything.
-sass: scss/forms/*.scss
+sass:
+  - scss/forms/*.scss
+  - '!scss/forms/_error.scss'
 tags:
   - input
   - select