feat: clean up apps and add publish
All checks were successful
Release / build_test (pull_request) Successful in 51s
All checks were successful
Release / build_test (pull_request) Successful in 51s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { unsafeCSS } from 'lit';
|
||||
|
||||
export function variable(variableName: string, defaultValue?: string) {
|
||||
export function variable(variableName: `--${string}`, defaultValue?: string) {
|
||||
return unsafeCSS(`var(${variableName}${defaultValue ? `, ${defaultValue}` : ''})`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user