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
ensure existing spaces in attribute selector are valid
If you inject existing spaces in the attribute selector, then invalid
CSS was generated. Lightning CSS itself throws it out, but if you are in
an environment where Lightning CSS doesn't run then invalid CSS exists
in your final CSS file.
This fixes that by ensuring that the spaces around the `=` don't cause
any issues.
0 commit comments