Closed juwonjeong closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.25%. Comparing base (
c8490da
) to head (21fd44d
). Report is 1 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Let's add a changelog for this.
@MikyungKim, I added the changelog.
Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
Checklist
Issue Resolved / Feature Added
When spotlight module is transpiled, .less file under the styles folder does not transpiled to the .css file. Because app developer can import @enact/spotlight/styles/mixins.less file to use mixins in their code. However, in SpotlightRootDecorator.js code import debug.less directly and it cause less dependency issue in non-enact app.
I created the file which import styles/debug.less in the SpotlightRootDecorator folder to make .less file transpiled to the .css
Resolution
Create debug.less file in the SpotlightRootDecorator folder and make SpotlightRootDecorator.js to use this file.
Additional Considerations
Links
WRQ-246
Comments