Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Template strings / Ticks causes missing styles #35

Open
rammoozz opened this issue Dec 1, 2018 · 0 comments
Open

Template strings / Ticks causes missing styles #35

rammoozz opened this issue Dec 1, 2018 · 0 comments

Comments

@rammoozz
Copy link

rammoozz commented Dec 1, 2018

Given the following

<Foo props={`"B B" "A C"`}/>

The styles being applied are not applied

Upon investigating...I was able the following is being applied:

    grid-template-areas: &quot;
    B B&quot: ;
    &quot: ;
    A C&quot: ;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant