Skip to content

Commit

Permalink
Merge pull request #7 from uglow/fix/fix-multi-style-element-support
Browse files Browse the repository at this point in the history
fix(component): add support for switching multiple link or style elements that match
  • Loading branch information
uglow authored Jun 27, 2018
2 parents a10071a + a238241 commit 02f3f51
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 16 deletions.
3 changes: 3 additions & 0 deletions config/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ function mergeConfig(mergeOptions) {
'dark': [
'./modules/testHarness/styles/dark.styl'
],
'dark2': [
'./modules/testHarness/styles/dark2.styl'
],
'component': [
'./modules/stylesheetSwitcher/stylesheetSwitcher.html'
]
Expand Down
2 changes: 2 additions & 0 deletions confit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ generator-confit:
- ./modules/testHarness/styles/light.styl
dark:
- ./modules/testHarness/styles/dark.styl
dark2:
- ./modules/testHarness/styles/dark2.styl
component:
- ./modules/stylesheetSwitcher/stylesheetSwitcher.html
serverDev:
Expand Down
2 changes: 1 addition & 1 deletion dist/js/component.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/component.es5.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 02f3f51

Please sign in to comment.