csscomb-atom icon indicating copy to clipboard operation
csscomb-atom copied to clipboard

Template literals

Open anoblet opened this issue 5 years ago • 0 comments

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;
  }
`;

anoblet avatar Nov 23 '19 17:11 anoblet