Skip to content
New issue

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 literals #626

Open
anoblet opened this issue Nov 23, 2019 · 2 comments
Open

Template literals #626

anoblet opened this issue Nov 23, 2019 · 2 comments

Comments

@anoblet
Copy link

anoblet commented Nov 23, 2019

Is there any plan to support css in template literals?

Example:

import { css } from "lit-element";

export default css`
  button {
    display: flex;
    flex: 1;
    cursor: pointer;
    background: initial;
    border: 0;
    color: inherit;
  }
`;
@imjasonmiller
Copy link

Did you ever find a solution to this @anoblet? I've been looking all over for such a feature!

@anoblet
Copy link
Author

anoblet commented Feb 21, 2020

@imjasonmiller I haven't, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants