Skip to content

Commit

Permalink
Merge pull request #1708 from sparkdesignsystem/staging
Browse files Browse the repository at this point in the history
Publish for 8/21/19
  • Loading branch information
Amber Febbraro authored Aug 21, 2019
2 parents 4810414 + 778813e commit cafcbc9
Show file tree
Hide file tree
Showing 117 changed files with 25,403 additions and 22,242 deletions.
5 changes: 4 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A clear and concise description of what this PR does.

### Associated Issue
Issue Number that this PR is closing out.
Fixes (Issue Number that this PR is closing out)

## Please check off completed items as you work.
If a checklist item or section does not apply to your PR
Expand Down Expand Up @@ -34,6 +34,9 @@ then please remove it.
- [ ] Microsoft Edge
- [ ] Apple Safari
- [ ] Apple Safari (Mobile)

### Manual Testing Plan
- [ ] Update excel sheet with component changes

### Design Review
- [ ] Design reviewed and approved
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.10.0
v10.16.1
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ rules:
- 'after-dollar-variable'
'scss/dollar-variable-no-missing-interpolation': true
'scss/dollar-variable-pattern':
- '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$'
- '^(sprk)(-[\w]+)+$'

# Placeholders
'scss/percent-placeholder-pattern':
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ addons:

language: node_js
node_js:
- "8.10.0"
- "10.16.1"

services:
- xvfb

services:
- xvfb
Expand Down
Loading

0 comments on commit cafcbc9

Please sign in to comment.