csscomb.js
csscomb.js copied to clipboard
Template literals
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;
}
`;
Did you ever find a solution to this @anoblet? I've been looking all over for such a feature!
@imjasonmiller I haven't, sorry.