Skip to main content
Module

x/frugal/docs/dep/frugal/styled.ts>css

A frugal web framework
Go to Latest
function css
import { css } from "https://deno.land/x/frugal@0.2.1/docs/dep/frugal/styled.ts";

Rules and KeyFrames aware tagged template :

  • Rules interpolations are replaced with their selectors
  • KeyFrames interpolations are replaced with their names

Parameters

template: TemplateStringsArray
...interpolations: Interpolable[]

Returns

string