fanforce-plugin-factory 1.6.0.rc5 → 1.6.0.rc6
Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,8 @@ class Haml::Compiler
|
|
23
23
|
foundation5: {
|
24
24
|
tags: {},
|
25
25
|
classes: [
|
26
|
-
{regexp: 'col-width(\d+)', class: 'small-12 medium-{{1}} column'}
|
26
|
+
{regexp: 'col-width(\d+)', class: 'small-12 medium-{{1}} column'},
|
27
|
+
{regexp: 'form-row', class: 'row'}
|
27
28
|
]
|
28
29
|
},
|
29
30
|
bootstrap3: {
|