ejs-grammar icon indicating copy to clipboard operation
ejs-grammar copied to clipboard

Element Inline style attribute showing as error

Open EmanSza opened this issue 1 year ago • 3 comments

Steps to reproduce:

Using EJS inside of a inline style atrribute shows as a lint error. Does not affect code

    <div class="title">
        <p style="color: <%= iconColor %>"><%= title %></p>
    </div>

image

Expected result:

Have the lint not detect a "problem" with it.

EmanSza avatar Oct 08 '23 19:10 EmanSza