We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<template> <style include="shared-styles"></style> <span>Text</span> </template>
shared-styles.html
src/main/webapp/frontend/styles
<dom-module id="shared-styles"> <template> <style> span { color: red; } </style> </template> </dom-module>
Text in editor is not red.
Text in editor is red.
The style is applied if the path is src/main/webapp/styles instead.
src/main/webapp/styles
IntelliJ, Designer 3.0.0.beta4, macOS
The text was updated successfully, but these errors were encountered:
qtdzz
No branches or pull requests
Steps to reproduce
shared-styles.html
insrc/main/webapp/frontend/styles
with contents:Actual behavior
Text in editor is not red.
Expected behavior
Text in editor is red.
Scenarios
Notes
The style is applied if the path is
src/main/webapp/styles
instead.IDE, Designer and OS version
IntelliJ, Designer 3.0.0.beta4, macOS
The text was updated successfully, but these errors were encountered: