-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed an issue with the build system that was producing subtly broken builds.
- Loading branch information
Showing
19 changed files
with
5,513 additions
and
5,791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# WARNING: The `defaults` query must be explicitly spelled out or various | ||
# plugins—e.g., `@babel/preset-env`—will not properly process the aggregate | ||
# query. | ||
|
||
> 1% or last 3 versions or last 10 Chrome versions or last 10 Firefox versions or IE >= 9 or Opera >= 12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# JavaScript | ||
**/*.js | ||
|
||
# Vendored | ||
vendor/ | ||
|
||
# Development | ||
build/ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"extends" : [ | ||
"stylelint-config-standard" | ||
], | ||
"reportNeedlessDisables" : true, | ||
"rules" : { | ||
"at-rule-no-unknown" : [true, { "ignoreAtRules": ["define-mixin", "mixin"] }], | ||
"at-rule-empty-line-before" : null, | ||
"comment-empty-line-before" : null, | ||
"indentation" : "tab", | ||
"linebreaks" : "unix", | ||
"max-empty-lines" : 2, | ||
"no-descending-specificity" : null, | ||
"rule-empty-line-before" : null, | ||
"selector-class-pattern" : "^([a-z][a-z0-9]*)(-[a-z0-9]+)*$" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"editor.insertSpaces": false, | ||
"css.validate": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.