]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update customizer config
authorKevin Ball <kmball11@gmail.com>
Tue, 27 Jun 2017 00:22:43 +0000 (17:22 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 27 Jun 2017 00:22:43 +0000 (17:22 -0700)
customizer/complete.json
customizer/config.yml
customizer/essential.json

index fcc9760f024ab2c0548df60233d91aefdaa4e83a..6f5d00cf3ff2c21127298a722e188c207d4e92db 100644 (file)
@@ -1,6 +1,6 @@
 {
   "modules": [
-    "grid",
+    "xy_grid",
     "typography",
     "button",
     "forms",
index 43112a5f28e7f8f102bb7d91be1f43adf6ce3bbf..0fb9223e69e0f30c4a0f872b1d08141fcd1d9704 100644 (file)
@@ -3,6 +3,9 @@
 #   - sass: Name of the CSS export. 'grid' becomes '@include foundation-grid;'
 #   - js: Name of the JavaScript file. 'accordion' becomes 'foundation.accordion.js'
 
+xy_grid:
+  sass: xy-grid-classes
+
 grid:
   sass: grid
 
@@ -103,6 +106,9 @@ progress_bar:
 progress_element:
   sass: progress-element
 
+prototyping_helpers:
+  sass: prototype-classes
+
 responsive_embed:
   sass: responsive-embed
 
@@ -119,6 +125,9 @@ slider:
   sass: slider
   js: slider
 
+smooth_scroll:
+  js: smoothScroll
+
 sticky:
   sass: sticky
   js: sticky
index 05ed36302db6c5b6e41802c886a6f0a2b49addc0..ac830accc4e331ddd241b88396701bfc1817c103 100644 (file)
@@ -1,7 +1,7 @@
 {
   "modules": [
     "typography",
-    "grid",
+    "xy_grid",
     "forms",
     "button",
     "callout",