You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put next css into any element style: @media (max-width: 600px) { .hide-on-small-only{display:none !important;}}
note last two curly brackets followed one by one.
When there is a space between them all just fine.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
Description
Polymer lint doesn't properly recognize minified css expressions
Versions & Environment
Polymer CLI: 0.18.1
Steps to Reproduce
Put next css into any element style:
@media (max-width: 600px) { .hide-on-small-only{display:none !important;}}
note last two curly brackets followed one by one.
When there is a space between them all just fine.
The text was updated successfully, but these errors were encountered: