Skip to content

Commit 705bc1b

Browse files
committed
Merge branch 'release/v6.7.4'
2 parents 1f072b6 + d19604e commit 705bc1b

File tree

212 files changed

+2638
-2459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+2638
-2459
lines changed

.eslintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"rules": {
2323
"block-scoped-var": 2,
24-
"camelcase": 2,
24+
"camelcase": 1,
2525
"comma-style": [2, "last"],
2626
"curly": [0, "all"],
2727
"dot-notation": [
@@ -32,15 +32,15 @@
3232
],
3333
"eqeqeq": [2, "allow-null"],
3434
"guard-for-in": 2,
35-
"new-cap": 2,
35+
"new-cap": 0,
3636
"no-bitwise": 2,
3737
"no-caller": 2,
3838
"no-cond-assign": [2, "except-parens"],
3939
"no-debugger": 2,
4040
"no-empty": 2,
4141
"no-eval": 2,
4242
"no-extend-native": 2,
43-
"no-extra-parens": 1,
43+
"no-extra-parens": 0,
4444
"no-irregular-whitespace": 2,
4545
"no-iterator": 2,
4646
"no-loop-func": 2,

.sass-lint.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ rules:
1919
- 1
2020
- convention: '0'
2121

22+
# Turning this off since it break if/else statements
2223
brace-style:
23-
- 1
24+
- 0
2425
- style: stroustrup
2526
- allow-single-line: true
2627

@@ -34,7 +35,7 @@ rules:
3435
leading-underscore: false
3536

3637
empty-line-between-blocks:
37-
- 1
38+
- 0
3839
- ignore-single-line-rulesets: true
3940

4041
extends-before-declarations: 1
@@ -113,8 +114,8 @@ rules:
113114

114115
no-qualifying-elements:
115116
- 1
116-
- allow-element-with-attribute: false
117-
allow-element-with-class: false
117+
- allow-element-with-attribute: true
118+
allow-element-with-class: true
118119
allow-element-with-id: false
119120

120121
no-trailing-zero: 1
@@ -131,8 +132,9 @@ rules:
131132
- 1
132133
- convention: '([a-z0-9]+-?)+'
133134

135+
# Disabling this for now. Remembering some arbitrary custom sort order is not sustainable
134136
property-sort-order:
135-
- 1
137+
- 0
136138
-
137139
ignore-custom-properties: true
138140
order:
@@ -362,7 +364,7 @@ rules:
362364
- 'speak'
363365

364366
quotes:
365-
- 1
367+
- 0
366368
- style: single
367369

368370
shorthand-values: 1

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation-sites",
3-
"version": "6.7.3",
3+
"version": "6.7.4",
44
"description": "The most advanced responsive front-end framework in the world.",
55
"homepage": "https://get.foundation/sites",
66
"license": "MIT",

dist/css/foundation-float.css

Lines changed: 72 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/foundation-float.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/foundation-float.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/foundation-float.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)