Skip to main content
Module

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

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

Base class for a css rules

Constructors

new
Rules(className: string, properties: string)

Properties

className: string

the className of this rule

properties: string

the css of this rule

selector: string

the selector of this rule (derived from className)

Methods

generates the string css of the rule