Blake Stephens
Blake Stephens
I installed this today, and I really like it! However, I keep getting errors like these. What additional debug information can I provide to help resolve this issue? ``` Unexpected...
A demo of what a theme implementation might look like and the surface of what it could be used to do. # Do NOT Merge
### Checklist * [x] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/) * [x] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included * [ ] At least one test case is included for...
### Checklist * [x] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/) * [x] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included * [ ] At least one test case is included for...
### Recomendation for Styling This change relocates the masking code into simple CSS and LESS variables (easier for a theme/skin to set) and repositions the "state" classes to be on...
### Checklist * [x] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/) * [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included * [ ] At least one test case is included...
### Checklist * [x] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/) * [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included * [ ] At least one test case is included...
As part of performance optimization, an alternate approach to supporting the shadow is to use `box-shadow` instead of `filter: drop-shadow()`. This migrates all of the focus mixins to use this...