Код: Выделить всё
import { css } from 'lit';
const theme = {
primary: '#fff'
}
export const baseCss = css`
:host {
--primary: ${theme.primary}
}
`
Код: Выделить всё
Argument of type 'string' is not assignable to parameter of type 'number | CSSResultGroup'.
Это из-за внедрения кода? Потому что unsafeCSS, похоже, работает.
Подробнее здесь: https://stackoverflow.com/questions/757 ... l-function
Мобильная версия