Skip to main content
Module

x/pouch/deps.ts>css

Collection of Web Components
Latest
function css
import { css } from "https://deno.land/x/pouch@v0.0.8/deps.ts";

The css tag function parses template literals which can contain expressions of the type string or HTMLTemplateElement.

Parameters

strings: TemplateStringsArray
...values: (string | HTMLTemplateElement | HTMLTemplateElement[])[]

Returns

HTMLTemplateElement[]