csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.28k stars 460 forks source link

Template literals #626

Open anoblet opened 4 years ago

anoblet commented 4 years ago

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 commented 4 years ago

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

anoblet commented 4 years ago

@imjasonmiller I haven't, sorry.