styles

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2025 License: MIT Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyStyle

func ApplyStyle(styleTheme *theme.Theme, props ...ApplyProp) map[StyleVariant]Props

func ExtractCSSFromStyle

func ExtractCSSFromStyle(variantClassMap map[string][]string, variantPropsMap map[string]map[string]string) []string

Types

type ApplyProp

type ApplyProp func(s *Style) StyleProp

func Absolute

func Absolute() ApplyProp

func Accent

func Accent(val value.Value) ApplyProp

func AccentAmber

func AccentAmber(scale int) ApplyProp

func AccentAmberAlpha

func AccentAmberAlpha(scale int) ApplyProp

func AccentAmberDark

func AccentAmberDark(scale int) ApplyProp

func AccentAmberDarkAlpha

func AccentAmberDarkAlpha(scale int) ApplyProp

func AccentBlack

func AccentBlack() ApplyProp

func AccentBlackAlpha

func AccentBlackAlpha(scale int) ApplyProp

func AccentBlue

func AccentBlue(scale int) ApplyProp

func AccentBlueAlpha

func AccentBlueAlpha(scale int) ApplyProp

func AccentBlueDark

func AccentBlueDark(scale int) ApplyProp

func AccentBlueDarkAlpha

func AccentBlueDarkAlpha(scale int) ApplyProp

func AccentBronze

func AccentBronze(scale int) ApplyProp

func AccentBronzeAlpha

func AccentBronzeAlpha(scale int) ApplyProp

func AccentBronzeDark

func AccentBronzeDark(scale int) ApplyProp

func AccentBronzeDarkAlpha

func AccentBronzeDarkAlpha(scale int) ApplyProp

func AccentBrown

func AccentBrown(scale int) ApplyProp

func AccentBrownAlpha

func AccentBrownAlpha(scale int) ApplyProp

func AccentBrownDark

func AccentBrownDark(scale int) ApplyProp

func AccentBrownDarkAlpha

func AccentBrownDarkAlpha(scale int) ApplyProp

func AccentCrimson

func AccentCrimson(scale int) ApplyProp

func AccentCrimsonAlpha

func AccentCrimsonAlpha(scale int) ApplyProp

func AccentCrimsonDark

func AccentCrimsonDark(scale int) ApplyProp

func AccentCrimsonDarkAlpha

func AccentCrimsonDarkAlpha(scale int) ApplyProp

func AccentCurrent

func AccentCurrent() ApplyProp

func AccentCyan

func AccentCyan(scale int) ApplyProp

func AccentCyanAlpha

func AccentCyanAlpha(scale int) ApplyProp

func AccentCyanDark

func AccentCyanDark(scale int) ApplyProp

func AccentCyanDarkAlpha

func AccentCyanDarkAlpha(scale int) ApplyProp

func AccentGold

func AccentGold(scale int) ApplyProp

func AccentGoldAlpha

func AccentGoldAlpha(scale int) ApplyProp

func AccentGoldDark

func AccentGoldDark(scale int) ApplyProp

func AccentGoldDarkAlpha

func AccentGoldDarkAlpha(scale int) ApplyProp

func AccentGrass

func AccentGrass(scale int) ApplyProp

func AccentGrassAlpha

func AccentGrassAlpha(scale int) ApplyProp

func AccentGrassDark

func AccentGrassDark(scale int) ApplyProp

func AccentGrassDarkAlpha

func AccentGrassDarkAlpha(scale int) ApplyProp

func AccentGray

func AccentGray(scale int) ApplyProp

func AccentGrayAlpha

func AccentGrayAlpha(scale int) ApplyProp

func AccentGrayDark

func AccentGrayDark(scale int) ApplyProp

func AccentGrayDarkAlpha

func AccentGrayDarkAlpha(scale int) ApplyProp

func AccentGreen

func AccentGreen(scale int) ApplyProp

func AccentGreenAlpha

func AccentGreenAlpha(scale int) ApplyProp

func AccentGreenDark

func AccentGreenDark(scale int) ApplyProp

func AccentGreenDarkAlpha

func AccentGreenDarkAlpha(scale int) ApplyProp

func AccentIndigo

func AccentIndigo(scale int) ApplyProp

func AccentIndigoAlpha

func AccentIndigoAlpha(scale int) ApplyProp

func AccentIndigoDark

func AccentIndigoDark(scale int) ApplyProp

func AccentIndigoDarkAlpha

func AccentIndigoDarkAlpha(scale int) ApplyProp

func AccentInherit

func AccentInherit() ApplyProp

func AccentIris

func AccentIris(scale int) ApplyProp

func AccentIrisAlpha

func AccentIrisAlpha(scale int) ApplyProp

func AccentIrisDark

func AccentIrisDark(scale int) ApplyProp

func AccentIrisDarkAlpha

func AccentIrisDarkAlpha(scale int) ApplyProp

func AccentJade

func AccentJade(scale int) ApplyProp

func AccentJadeAlpha

func AccentJadeAlpha(scale int) ApplyProp

func AccentJadeDark

func AccentJadeDark(scale int) ApplyProp

func AccentJadeDarkAlpha

func AccentJadeDarkAlpha(scale int) ApplyProp

func AccentLime

func AccentLime(scale int) ApplyProp

func AccentLimeAlpha

func AccentLimeAlpha(scale int) ApplyProp

func AccentLimeDark

func AccentLimeDark(scale int) ApplyProp

func AccentLimeDarkAlpha

func AccentLimeDarkAlpha(scale int) ApplyProp

func AccentMauve

func AccentMauve(scale int) ApplyProp

func AccentMauveAlpha

func AccentMauveAlpha(scale int) ApplyProp

func AccentMauveDark

func AccentMauveDark(scale int) ApplyProp

func AccentMauveDarkAlpha

func AccentMauveDarkAlpha(scale int) ApplyProp

func AccentMint

func AccentMint(scale int) ApplyProp

func AccentMintAlpha

func AccentMintAlpha(scale int) ApplyProp

func AccentMintDark

func AccentMintDark(scale int) ApplyProp

func AccentMintDarkAlpha

func AccentMintDarkAlpha(scale int) ApplyProp

func AccentOlive

func AccentOlive(scale int) ApplyProp

func AccentOliveAlpha

func AccentOliveAlpha(scale int) ApplyProp

func AccentOliveDark

func AccentOliveDark(scale int) ApplyProp

func AccentOliveDarkAlpha

func AccentOliveDarkAlpha(scale int) ApplyProp

func AccentOrange

func AccentOrange(scale int) ApplyProp

func AccentOrangeAlpha

func AccentOrangeAlpha(scale int) ApplyProp

func AccentOrangeDark

func AccentOrangeDark(scale int) ApplyProp

func AccentOrangeDarkAlpha

func AccentOrangeDarkAlpha(scale int) ApplyProp

func AccentPink

func AccentPink(scale int) ApplyProp

func AccentPinkAlpha

func AccentPinkAlpha(scale int) ApplyProp

func AccentPinkDark

func AccentPinkDark(scale int) ApplyProp

func AccentPinkDarkAlpha

func AccentPinkDarkAlpha(scale int) ApplyProp

func AccentPlum

func AccentPlum(scale int) ApplyProp

func AccentPlumAlpha

func AccentPlumAlpha(scale int) ApplyProp

func AccentPlumDark

func AccentPlumDark(scale int) ApplyProp

func AccentPlumDarkAlpha

func AccentPlumDarkAlpha(scale int) ApplyProp

func AccentPurple

func AccentPurple(scale int) ApplyProp

func AccentPurpleAlpha

func AccentPurpleAlpha(scale int) ApplyProp

func AccentPurpleDark

func AccentPurpleDark(scale int) ApplyProp

func AccentPurpleDarkAlpha

func AccentPurpleDarkAlpha(scale int) ApplyProp

func AccentRed

func AccentRed(scale int) ApplyProp

func AccentRedAlpha

func AccentRedAlpha(scale int) ApplyProp

func AccentRedDark

func AccentRedDark(scale int) ApplyProp

func AccentRedDarkAlpha

func AccentRedDarkAlpha(scale int) ApplyProp

func AccentRuby

func AccentRuby(scale int) ApplyProp

func AccentRubyAlpha

func AccentRubyAlpha(scale int) ApplyProp

func AccentRubyDark

func AccentRubyDark(scale int) ApplyProp

func AccentRubyDarkAlpha

func AccentRubyDarkAlpha(scale int) ApplyProp

func AccentSage

func AccentSage(scale int) ApplyProp

func AccentSageAlpha

func AccentSageAlpha(scale int) ApplyProp

func AccentSageDark

func AccentSageDark(scale int) ApplyProp

func AccentSageDarkAlpha

func AccentSageDarkAlpha(scale int) ApplyProp

func AccentSand

func AccentSand(scale int) ApplyProp

func AccentSandAlpha

func AccentSandAlpha(scale int) ApplyProp

func AccentSandDark

func AccentSandDark(scale int) ApplyProp

func AccentSandDarkAlpha

func AccentSandDarkAlpha(scale int) ApplyProp

func AccentSky

func AccentSky(scale int) ApplyProp

func AccentSkyAlpha

func AccentSkyAlpha(scale int) ApplyProp

func AccentSkyDark

func AccentSkyDark(scale int) ApplyProp

func AccentSkyDarkAlpha

func AccentSkyDarkAlpha(scale int) ApplyProp

func AccentSlate

func AccentSlate(scale int) ApplyProp

func AccentSlateAlpha

func AccentSlateAlpha(scale int) ApplyProp

func AccentSlateDark

func AccentSlateDark(scale int) ApplyProp

func AccentSlateDarkAlpha

func AccentSlateDarkAlpha(scale int) ApplyProp

func AccentTeal

func AccentTeal(scale int) ApplyProp

func AccentTealAlpha

func AccentTealAlpha(scale int) ApplyProp

func AccentTealDark

func AccentTealDark(scale int) ApplyProp

func AccentTealDarkAlpha

func AccentTealDarkAlpha(scale int) ApplyProp

func AccentTomato

func AccentTomato(scale int) ApplyProp

func AccentTomatoAlpha

func AccentTomatoAlpha(scale int) ApplyProp

func AccentTomatoDark

func AccentTomatoDark(scale int) ApplyProp

func AccentTomatoDarkAlpha

func AccentTomatoDarkAlpha(scale int) ApplyProp

func AccentTransparent

func AccentTransparent() ApplyProp

func AccentViolet

func AccentViolet(scale int) ApplyProp

func AccentVioletAlpha

func AccentVioletAlpha(scale int) ApplyProp

func AccentVioletDark

func AccentVioletDark(scale int) ApplyProp

func AccentVioletDarkAlpha

func AccentVioletDarkAlpha(scale int) ApplyProp

func AccentWhite

func AccentWhite() ApplyProp

func AccentWhiteAlpha

func AccentWhiteAlpha(scale int) ApplyProp

func AccentYellow

func AccentYellow(scale int) ApplyProp

func AccentYellowAlpha

func AccentYellowAlpha(scale int) ApplyProp

func AccentYellowDark

func AccentYellowDark(scale int) ApplyProp

func AccentYellowDarkAlpha

func AccentYellowDarkAlpha(scale int) ApplyProp

func Active

func Active(props ...ApplyProp) ApplyProp

func After

func After(props ...ApplyProp) ApplyProp

func AlignBaseline

func AlignBaseline() ApplyProp

func AlignBottom

func AlignBottom() ApplyProp

func AlignBy

func AlignBy(val value.Value) ApplyProp

func AlignMiddle

func AlignMiddle() ApplyProp

func AlignSub

func AlignSub() ApplyProp

func AlignSuper

func AlignSuper() ApplyProp

func AlignTextBottom

func AlignTextBottom() ApplyProp

func AlignTextTop

func AlignTextTop() ApplyProp

func AlignTop

func AlignTop() ApplyProp

func AllDescendants

func AllDescendants(props ...ApplyProp) ApplyProp

func Animate

func Animate(val value.Value) ApplyProp

func AnimateBounce

func AnimateBounce() ApplyProp

func AnimateNone

func AnimateNone() ApplyProp

func AnimatePing

func AnimatePing() ApplyProp

func AnimatePulse

func AnimatePulse() ApplyProp

func AnimateSpin

func AnimateSpin() ApplyProp

func Antialiazed

func Antialiazed() ApplyProp

func AnyPointerCoarse

func AnyPointerCoarse(props ...ApplyProp) ApplyProp

func AnyPointerFine

func AnyPointerFine(props ...ApplyProp) ApplyProp

func AnyPointerNone

func AnyPointerNone(props ...ApplyProp) ApplyProp

func AppearanceAuto

func AppearanceAuto() ApplyProp

func AppearanceNone

func AppearanceNone() ApplyProp

func Aria

func Aria(props ...ApplyProp) ApplyProp

func AriaBusy

func AriaBusy(props ...ApplyProp) ApplyProp

func AriaChecked

func AriaChecked(props ...ApplyProp) ApplyProp

func AriaDisabled

func AriaDisabled(props ...ApplyProp) ApplyProp

func AriaExpanded

func AriaExpanded(props ...ApplyProp) ApplyProp

func AriaHidden

func AriaHidden(props ...ApplyProp) ApplyProp

func AriaPressed

func AriaPressed(props ...ApplyProp) ApplyProp

func AriaReadonly

func AriaReadonly(props ...ApplyProp) ApplyProp

func AriaRequired

func AriaRequired(props ...ApplyProp) ApplyProp

func AriaSelected

func AriaSelected(props ...ApplyProp) ApplyProp

func Aspect

func Aspect(ratio value.Value) ApplyProp

func AspectAuto

func AspectAuto() ApplyProp

func AspectSquare

func AspectSquare() ApplyProp

func AspectVideo

func AspectVideo() ApplyProp

func AutoColsAuto

func AutoColsAuto() ApplyProp

func AutoColsBy

func AutoColsBy(val value.Value) ApplyProp

func AutoColsFr

func AutoColsFr() ApplyProp

func AutoColsMax

func AutoColsMax() ApplyProp

func AutoColsMin

func AutoColsMin() ApplyProp

func AutoRowsAuto

func AutoRowsAuto() ApplyProp

func AutoRowsBy

func AutoRowsBy(val value.Value) ApplyProp

func AutoRowsFr

func AutoRowsFr() ApplyProp

func AutoRowsMax

func AutoRowsMax() ApplyProp

func AutoRowsMin

func AutoRowsMin() ApplyProp

func Autofill

func Autofill(props ...ApplyProp) ApplyProp

func Backdrop

func Backdrop(props ...ApplyProp) ApplyProp

func BackdropBlur

func BackdropBlur(val value.Value) ApplyProp

func BackdropBlur2xl

func BackdropBlur2xl() ApplyProp

func BackdropBlur3xl

func BackdropBlur3xl() ApplyProp

func BackdropBlurLg

func BackdropBlurLg() ApplyProp

func BackdropBlurMd

func BackdropBlurMd() ApplyProp

func BackdropBlurNone

func BackdropBlurNone() ApplyProp

func BackdropBlurSm

func BackdropBlurSm() ApplyProp

func BackdropBlurXl

func BackdropBlurXl() ApplyProp

func BackdropBlurXs

func BackdropBlurXs() ApplyProp

func BackdropBrightness

func BackdropBrightness(val any) ApplyProp

func BackdropContrast

func BackdropContrast(val any) ApplyProp

func BackdropFilter

func BackdropFilter(val value.Value) ApplyProp

func BackdropFilterNone

func BackdropFilterNone() ApplyProp

func BackdropGrayscale

func BackdropGrayscale(val ...any) ApplyProp

func BackdropHueRotate

func BackdropHueRotate(val any) ApplyProp

func BackdropInvert

func BackdropInvert(val ...any) ApplyProp

func BackdropSaturate

func BackdropSaturate(val any) ApplyProp

func BackdropSepia

func BackdropSepia(val ...any) ApplyProp

func BackfaceHidden

func BackfaceHidden() ApplyProp

func BackfaceVisible

func BackfaceVisible() ApplyProp

func Basis

func Basis(val value.Value) ApplyProp

func Basis2xl

func Basis2xl() ApplyProp

func Basis2xs

func Basis2xs() ApplyProp

func Basis3xl

func Basis3xl() ApplyProp

func Basis3xs

func Basis3xs() ApplyProp

func Basis4xl

func Basis4xl() ApplyProp

func Basis5xl

func Basis5xl() ApplyProp

func Basis6xl

func Basis6xl() ApplyProp

func Basis7xl

func Basis7xl() ApplyProp

func BasisAuto

func BasisAuto() ApplyProp

func BasisFraction

func BasisFraction(fraction float64) ApplyProp

func BasisFull

func BasisFull() ApplyProp

func BasisLg

func BasisLg() ApplyProp

func BasisMd

func BasisMd() ApplyProp

func BasisSm

func BasisSm() ApplyProp

func BasisXl

func BasisXl() ApplyProp

func BasisXs

func BasisXs() ApplyProp

func Before

func Before(props ...ApplyProp) ApplyProp

func Bg

func Bg(val value.Value) ApplyProp

func BgAmber

func BgAmber(scale int) ApplyProp

func BgAmberAlpha

func BgAmberAlpha(scale int) ApplyProp

func BgAmberDark

func BgAmberDark(scale int) ApplyProp

func BgAmberDarkAlpha

func BgAmberDarkAlpha(scale int) ApplyProp

func BgAuto

func BgAuto() ApplyProp

func BgBlack

func BgBlack() ApplyProp

func BgBlackAlpha

func BgBlackAlpha(scale int) ApplyProp

func BgBlendColor

func BgBlendColor() ApplyProp

func BgBlendColorBurn

func BgBlendColorBurn() ApplyProp

func BgBlendColorDodge

func BgBlendColorDodge() ApplyProp

func BgBlendDarken

func BgBlendDarken() ApplyProp

func BgBlendDifference

func BgBlendDifference() ApplyProp

func BgBlendExclusion

func BgBlendExclusion() ApplyProp

func BgBlendHardLight

func BgBlendHardLight() ApplyProp

func BgBlendHue

func BgBlendHue() ApplyProp

func BgBlendLighten

func BgBlendLighten() ApplyProp

func BgBlendLuminosity

func BgBlendLuminosity() ApplyProp

func BgBlendMultiply

func BgBlendMultiply() ApplyProp

func BgBlendNormal

func BgBlendNormal() ApplyProp

func BgBlendOverlay

func BgBlendOverlay() ApplyProp

func BgBlendSaturation

func BgBlendSaturation() ApplyProp

func BgBlendScreen

func BgBlendScreen() ApplyProp

func BgBlendSoftLight

func BgBlendSoftLight() ApplyProp

func BgBlue

func BgBlue(scale int) ApplyProp

func BgBlueAlpha

func BgBlueAlpha(scale int) ApplyProp

func BgBlueDark

func BgBlueDark(scale int) ApplyProp

func BgBlueDarkAlpha

func BgBlueDarkAlpha(scale int) ApplyProp

func BgBottom

func BgBottom() ApplyProp

func BgBottomLeft

func BgBottomLeft() ApplyProp

func BgBottomRight

func BgBottomRight() ApplyProp

func BgBronze

func BgBronze(scale int) ApplyProp

func BgBronzeAlpha

func BgBronzeAlpha(scale int) ApplyProp

func BgBronzeDark

func BgBronzeDark(scale int) ApplyProp

func BgBronzeDarkAlpha

func BgBronzeDarkAlpha(scale int) ApplyProp

func BgBrown

func BgBrown(scale int) ApplyProp

func BgBrownAlpha

func BgBrownAlpha(scale int) ApplyProp

func BgBrownDark

func BgBrownDark(scale int) ApplyProp

func BgBrownDarkAlpha

func BgBrownDarkAlpha(scale int) ApplyProp

func BgCenter

func BgCenter() ApplyProp

func BgClipBorder

func BgClipBorder() ApplyProp

func BgClipContent

func BgClipContent() ApplyProp

func BgClipPadding

func BgClipPadding() ApplyProp

func BgClipText

func BgClipText() ApplyProp

func BgColor

func BgColor(color value.Value) ApplyProp

func BgConic

func BgConic(val value.Value) ApplyProp

func BgContain

func BgContain() ApplyProp

func BgCover

func BgCover() ApplyProp

func BgCrimson

func BgCrimson(scale int) ApplyProp

func BgCrimsonAlpha

func BgCrimsonAlpha(scale int) ApplyProp

func BgCrimsonDark

func BgCrimsonDark(scale int) ApplyProp

func BgCrimsonDarkAlpha

func BgCrimsonDarkAlpha(scale int) ApplyProp

func BgCurrent

func BgCurrent() ApplyProp

func BgCyan

func BgCyan(scale int) ApplyProp

func BgCyanAlpha

func BgCyanAlpha(scale int) ApplyProp

func BgCyanDark

func BgCyanDark(scale int) ApplyProp

func BgCyanDarkAlpha

func BgCyanDarkAlpha(scale int) ApplyProp

func BgFixed

func BgFixed() ApplyProp

func BgGold

func BgGold(scale int) ApplyProp

func BgGoldAlpha

func BgGoldAlpha(scale int) ApplyProp

func BgGoldDark

func BgGoldDark(scale int) ApplyProp

func BgGoldDarkAlpha

func BgGoldDarkAlpha(scale int) ApplyProp

func BgGrass

func BgGrass(scale int) ApplyProp

func BgGrassAlpha

func BgGrassAlpha(scale int) ApplyProp

func BgGrassDark

func BgGrassDark(scale int) ApplyProp

func BgGrassDarkAlpha

func BgGrassDarkAlpha(scale int) ApplyProp

func BgGray

func BgGray(scale int) ApplyProp

func BgGrayAlpha

func BgGrayAlpha(scale int) ApplyProp

func BgGrayDark

func BgGrayDark(scale int) ApplyProp

func BgGrayDarkAlpha

func BgGrayDarkAlpha(scale int) ApplyProp

func BgGreen

func BgGreen(scale int) ApplyProp

func BgGreenAlpha

func BgGreenAlpha(scale int) ApplyProp

func BgGreenDark

func BgGreenDark(scale int) ApplyProp

func BgGreenDarkAlpha

func BgGreenDarkAlpha(scale int) ApplyProp

func BgIndigo

func BgIndigo(scale int) ApplyProp

func BgIndigoAlpha

func BgIndigoAlpha(scale int) ApplyProp

func BgIndigoDark

func BgIndigoDark(scale int) ApplyProp

func BgIndigoDarkAlpha

func BgIndigoDarkAlpha(scale int) ApplyProp

func BgInherit

func BgInherit() ApplyProp

func BgIris

func BgIris(scale int) ApplyProp

func BgIrisAlpha

func BgIrisAlpha(scale int) ApplyProp

func BgIrisDark

func BgIrisDark(scale int) ApplyProp

func BgIrisDarkAlpha

func BgIrisDarkAlpha(scale int) ApplyProp

func BgJade

func BgJade(scale int) ApplyProp

func BgJadeAlpha

func BgJadeAlpha(scale int) ApplyProp

func BgJadeDark

func BgJadeDark(scale int) ApplyProp

func BgJadeDarkAlpha

func BgJadeDarkAlpha(scale int) ApplyProp

func BgLeft

func BgLeft() ApplyProp

func BgLime

func BgLime(scale int) ApplyProp

func BgLimeAlpha

func BgLimeAlpha(scale int) ApplyProp

func BgLimeDark

func BgLimeDark(scale int) ApplyProp

func BgLimeDarkAlpha

func BgLimeDarkAlpha(scale int) ApplyProp

func BgLinear

func BgLinear(val value.Value) ApplyProp

func BgLinearToB

func BgLinearToB() ApplyProp

func BgLinearToBl

func BgLinearToBl() ApplyProp

func BgLinearToBr

func BgLinearToBr() ApplyProp

func BgLinearToL

func BgLinearToL() ApplyProp

func BgLinearToR

func BgLinearToR() ApplyProp

func BgLinearToT

func BgLinearToT() ApplyProp

func BgLinearToTl

func BgLinearToTl() ApplyProp

func BgLinearToTr

func BgLinearToTr() ApplyProp

func BgLocal

func BgLocal() ApplyProp

func BgMauve

func BgMauve(scale int) ApplyProp

func BgMauveAlpha

func BgMauveAlpha(scale int) ApplyProp

func BgMauveDark

func BgMauveDark(scale int) ApplyProp

func BgMauveDarkAlpha

func BgMauveDarkAlpha(scale int) ApplyProp

func BgMint

func BgMint(scale int) ApplyProp

func BgMintAlpha

func BgMintAlpha(scale int) ApplyProp

func BgMintDark

func BgMintDark(scale int) ApplyProp

func BgMintDarkAlpha

func BgMintDarkAlpha(scale int) ApplyProp

func BgNoRepeat

func BgNoRepeat() ApplyProp

func BgNone

func BgNone() ApplyProp

func BgOlive

func BgOlive(scale int) ApplyProp

func BgOliveAlpha

func BgOliveAlpha(scale int) ApplyProp

func BgOliveDark

func BgOliveDark(scale int) ApplyProp

func BgOliveDarkAlpha

func BgOliveDarkAlpha(scale int) ApplyProp

func BgOrange

func BgOrange(scale int) ApplyProp

func BgOrangeAlpha

func BgOrangeAlpha(scale int) ApplyProp

func BgOrangeDark

func BgOrangeDark(scale int) ApplyProp

func BgOrangeDarkAlpha

func BgOrangeDarkAlpha(scale int) ApplyProp

func BgOriginBorder

func BgOriginBorder() ApplyProp

func BgOriginContent

func BgOriginContent() ApplyProp

func BgOriginPadding

func BgOriginPadding() ApplyProp

func BgPink

func BgPink(scale int) ApplyProp

func BgPinkAlpha

func BgPinkAlpha(scale int) ApplyProp

func BgPinkDark

func BgPinkDark(scale int) ApplyProp

func BgPinkDarkAlpha

func BgPinkDarkAlpha(scale int) ApplyProp

func BgPlum

func BgPlum(scale int) ApplyProp

func BgPlumAlpha

func BgPlumAlpha(scale int) ApplyProp

func BgPlumDark

func BgPlumDark(scale int) ApplyProp

func BgPlumDarkAlpha

func BgPlumDarkAlpha(scale int) ApplyProp

func BgPosition

func BgPosition(val value.Value) ApplyProp

func BgPurple

func BgPurple(scale int) ApplyProp

func BgPurpleAlpha

func BgPurpleAlpha(scale int) ApplyProp

func BgPurpleDark

func BgPurpleDark(scale int) ApplyProp

func BgPurpleDarkAlpha

func BgPurpleDarkAlpha(scale int) ApplyProp

func BgRadial

func BgRadial(val value.Value) ApplyProp

func BgRed

func BgRed(scale int) ApplyProp

func BgRedAlpha

func BgRedAlpha(scale int) ApplyProp

func BgRedDark

func BgRedDark(scale int) ApplyProp

func BgRedDarkAlpha

func BgRedDarkAlpha(scale int) ApplyProp

func BgRepeat

func BgRepeat() ApplyProp

func BgRepeatRound

func BgRepeatRound() ApplyProp

func BgRepeatSpace

func BgRepeatSpace() ApplyProp

func BgRepeatX

func BgRepeatX() ApplyProp

func BgRepeatY

func BgRepeatY() ApplyProp

func BgRight

func BgRight() ApplyProp

func BgRuby

func BgRuby(scale int) ApplyProp

func BgRubyAlpha

func BgRubyAlpha(scale int) ApplyProp

func BgRubyDark

func BgRubyDark(scale int) ApplyProp

func BgRubyDarkAlpha

func BgRubyDarkAlpha(scale int) ApplyProp

func BgSage

func BgSage(scale int) ApplyProp

func BgSageAlpha

func BgSageAlpha(scale int) ApplyProp

func BgSageDark

func BgSageDark(scale int) ApplyProp

func BgSageDarkAlpha

func BgSageDarkAlpha(scale int) ApplyProp

func BgSand

func BgSand(scale int) ApplyProp

func BgSandAlpha

func BgSandAlpha(scale int) ApplyProp

func BgSandDark

func BgSandDark(scale int) ApplyProp

func BgSandDarkAlpha

func BgSandDarkAlpha(scale int) ApplyProp

func BgScroll

func BgScroll() ApplyProp

func BgSize

func BgSize(val value.Value) ApplyProp

func BgSky

func BgSky(scale int) ApplyProp

func BgSkyAlpha

func BgSkyAlpha(scale int) ApplyProp

func BgSkyDark

func BgSkyDark(scale int) ApplyProp

func BgSkyDarkAlpha

func BgSkyDarkAlpha(scale int) ApplyProp

func BgSlate

func BgSlate(scale int) ApplyProp

func BgSlateAlpha

func BgSlateAlpha(scale int) ApplyProp

func BgSlateDark

func BgSlateDark(scale int) ApplyProp

func BgSlateDarkAlpha

func BgSlateDarkAlpha(scale int) ApplyProp

func BgTeal

func BgTeal(scale int) ApplyProp

func BgTealAlpha

func BgTealAlpha(scale int) ApplyProp

func BgTealDark

func BgTealDark(scale int) ApplyProp

func BgTealDarkAlpha

func BgTealDarkAlpha(scale int) ApplyProp

func BgTomato

func BgTomato(scale int) ApplyProp

func BgTomatoAlpha

func BgTomatoAlpha(scale int) ApplyProp

func BgTomatoDark

func BgTomatoDark(scale int) ApplyProp

func BgTomatoDarkAlpha

func BgTomatoDarkAlpha(scale int) ApplyProp

func BgTop

func BgTop() ApplyProp

func BgTopLeft

func BgTopLeft() ApplyProp

func BgTopRight

func BgTopRight() ApplyProp

func BgTransparent

func BgTransparent() ApplyProp

func BgViolet

func BgViolet(scale int) ApplyProp

func BgVioletAlpha

func BgVioletAlpha(scale int) ApplyProp

func BgVioletDark

func BgVioletDark(scale int) ApplyProp

func BgVioletDarkAlpha

func BgVioletDarkAlpha(scale int) ApplyProp

func BgWhite

func BgWhite() ApplyProp

func BgWhiteAlpha

func BgWhiteAlpha(scale int) ApplyProp

func BgYellow

func BgYellow(scale int) ApplyProp

func BgYellowAlpha

func BgYellowAlpha(scale int) ApplyProp

func BgYellowDark

func BgYellowDark(scale int) ApplyProp

func BgYellowDarkAlpha

func BgYellowDarkAlpha(scale int) ApplyProp

func Block

func Block() ApplyProp

func Blur

func Blur(val value.Value) ApplyProp

func Blur2xl

func Blur2xl() ApplyProp

func Blur3xl

func Blur3xl() ApplyProp

func BlurLg

func BlurLg() ApplyProp

func BlurMd

func BlurMd() ApplyProp

func BlurNone

func BlurNone() ApplyProp

func BlurSm

func BlurSm() ApplyProp

func BlurXl

func BlurXl() ApplyProp

func BlurXs

func BlurXs() ApplyProp

func Border

func Border(val ...value.Value) ApplyProp

func BorderAmber

func BorderAmber(scale int) ApplyProp

func BorderAmberAlpha

func BorderAmberAlpha(scale int) ApplyProp

func BorderAmberDark

func BorderAmberDark(scale int) ApplyProp

func BorderAmberDarkAlpha

func BorderAmberDarkAlpha(scale int) ApplyProp

func BorderB

func BorderB(val ...value.Value) ApplyProp

func BorderBlack

func BorderBlack() ApplyProp

func BorderBlackAlpha

func BorderBlackAlpha(scale int) ApplyProp

func BorderBlue

func BorderBlue(scale int) ApplyProp

func BorderBlueAlpha

func BorderBlueAlpha(scale int) ApplyProp

func BorderBlueDark

func BorderBlueDark(scale int) ApplyProp

func BorderBlueDarkAlpha

func BorderBlueDarkAlpha(scale int) ApplyProp

func BorderBottomAmber

func BorderBottomAmber(scale int) ApplyProp

func BorderBottomAmberAlpha

func BorderBottomAmberAlpha(scale int) ApplyProp

func BorderBottomAmberDark

func BorderBottomAmberDark(scale int) ApplyProp

func BorderBottomAmberDarkAlpha

func BorderBottomAmberDarkAlpha(scale int) ApplyProp

func BorderBottomBlack

func BorderBottomBlack() ApplyProp

func BorderBottomBlackAlpha

func BorderBottomBlackAlpha(scale int) ApplyProp

func BorderBottomBlue

func BorderBottomBlue(scale int) ApplyProp

func BorderBottomBlueAlpha

func BorderBottomBlueAlpha(scale int) ApplyProp

func BorderBottomBlueDark

func BorderBottomBlueDark(scale int) ApplyProp

func BorderBottomBlueDarkAlpha

func BorderBottomBlueDarkAlpha(scale int) ApplyProp

func BorderBottomBronze

func BorderBottomBronze(scale int) ApplyProp

func BorderBottomBronzeAlpha

func BorderBottomBronzeAlpha(scale int) ApplyProp

func BorderBottomBronzeDark

func BorderBottomBronzeDark(scale int) ApplyProp

func BorderBottomBronzeDarkAlpha

func BorderBottomBronzeDarkAlpha(scale int) ApplyProp

func BorderBottomBrown

func BorderBottomBrown(scale int) ApplyProp

func BorderBottomBrownAlpha

func BorderBottomBrownAlpha(scale int) ApplyProp

func BorderBottomBrownDark

func BorderBottomBrownDark(scale int) ApplyProp

func BorderBottomBrownDarkAlpha

func BorderBottomBrownDarkAlpha(scale int) ApplyProp

func BorderBottomColor

func BorderBottomColor(val value.Value) ApplyProp

func BorderBottomCrimson

func BorderBottomCrimson(scale int) ApplyProp

func BorderBottomCrimsonAlpha

func BorderBottomCrimsonAlpha(scale int) ApplyProp

func BorderBottomCrimsonDark

func BorderBottomCrimsonDark(scale int) ApplyProp

func BorderBottomCrimsonDarkAlpha

func BorderBottomCrimsonDarkAlpha(scale int) ApplyProp

func BorderBottomCurrent

func BorderBottomCurrent() ApplyProp

func BorderBottomCyan

func BorderBottomCyan(scale int) ApplyProp

func BorderBottomCyanAlpha

func BorderBottomCyanAlpha(scale int) ApplyProp

func BorderBottomCyanDark

func BorderBottomCyanDark(scale int) ApplyProp

func BorderBottomCyanDarkAlpha

func BorderBottomCyanDarkAlpha(scale int) ApplyProp

func BorderBottomGold

func BorderBottomGold(scale int) ApplyProp

func BorderBottomGoldAlpha

func BorderBottomGoldAlpha(scale int) ApplyProp

func BorderBottomGoldDark

func BorderBottomGoldDark(scale int) ApplyProp

func BorderBottomGoldDarkAlpha

func BorderBottomGoldDarkAlpha(scale int) ApplyProp

func BorderBottomGrass

func BorderBottomGrass(scale int) ApplyProp

func BorderBottomGrassAlpha

func BorderBottomGrassAlpha(scale int) ApplyProp

func BorderBottomGrassDark

func BorderBottomGrassDark(scale int) ApplyProp

func BorderBottomGrassDarkAlpha

func BorderBottomGrassDarkAlpha(scale int) ApplyProp

func BorderBottomGray

func BorderBottomGray(scale int) ApplyProp

func BorderBottomGrayAlpha

func BorderBottomGrayAlpha(scale int) ApplyProp

func BorderBottomGrayDark

func BorderBottomGrayDark(scale int) ApplyProp

func BorderBottomGrayDarkAlpha

func BorderBottomGrayDarkAlpha(scale int) ApplyProp

func BorderBottomGreen

func BorderBottomGreen(scale int) ApplyProp

func BorderBottomGreenAlpha

func BorderBottomGreenAlpha(scale int) ApplyProp

func BorderBottomGreenDark

func BorderBottomGreenDark(scale int) ApplyProp

func BorderBottomGreenDarkAlpha

func BorderBottomGreenDarkAlpha(scale int) ApplyProp

func BorderBottomIndigo

func BorderBottomIndigo(scale int) ApplyProp

func BorderBottomIndigoAlpha

func BorderBottomIndigoAlpha(scale int) ApplyProp

func BorderBottomIndigoDark

func BorderBottomIndigoDark(scale int) ApplyProp

func BorderBottomIndigoDarkAlpha

func BorderBottomIndigoDarkAlpha(scale int) ApplyProp

func BorderBottomInherit

func BorderBottomInherit() ApplyProp

func BorderBottomIris

func BorderBottomIris(scale int) ApplyProp

func BorderBottomIrisAlpha

func BorderBottomIrisAlpha(scale int) ApplyProp

func BorderBottomIrisDark

func BorderBottomIrisDark(scale int) ApplyProp

func BorderBottomIrisDarkAlpha

func BorderBottomIrisDarkAlpha(scale int) ApplyProp

func BorderBottomJade

func BorderBottomJade(scale int) ApplyProp

func BorderBottomJadeAlpha

func BorderBottomJadeAlpha(scale int) ApplyProp

func BorderBottomJadeDark

func BorderBottomJadeDark(scale int) ApplyProp

func BorderBottomJadeDarkAlpha

func BorderBottomJadeDarkAlpha(scale int) ApplyProp

func BorderBottomLime

func BorderBottomLime(scale int) ApplyProp

func BorderBottomLimeAlpha

func BorderBottomLimeAlpha(scale int) ApplyProp

func BorderBottomLimeDark

func BorderBottomLimeDark(scale int) ApplyProp

func BorderBottomLimeDarkAlpha

func BorderBottomLimeDarkAlpha(scale int) ApplyProp

func BorderBottomMauve

func BorderBottomMauve(scale int) ApplyProp

func BorderBottomMauveAlpha

func BorderBottomMauveAlpha(scale int) ApplyProp

func BorderBottomMauveDark

func BorderBottomMauveDark(scale int) ApplyProp

func BorderBottomMauveDarkAlpha

func BorderBottomMauveDarkAlpha(scale int) ApplyProp

func BorderBottomMint

func BorderBottomMint(scale int) ApplyProp

func BorderBottomMintAlpha

func BorderBottomMintAlpha(scale int) ApplyProp

func BorderBottomMintDark

func BorderBottomMintDark(scale int) ApplyProp

func BorderBottomMintDarkAlpha

func BorderBottomMintDarkAlpha(scale int) ApplyProp

func BorderBottomOlive

func BorderBottomOlive(scale int) ApplyProp

func BorderBottomOliveAlpha

func BorderBottomOliveAlpha(scale int) ApplyProp

func BorderBottomOliveDark

func BorderBottomOliveDark(scale int) ApplyProp

func BorderBottomOliveDarkAlpha

func BorderBottomOliveDarkAlpha(scale int) ApplyProp

func BorderBottomOrange

func BorderBottomOrange(scale int) ApplyProp

func BorderBottomOrangeAlpha

func BorderBottomOrangeAlpha(scale int) ApplyProp

func BorderBottomOrangeDark

func BorderBottomOrangeDark(scale int) ApplyProp

func BorderBottomOrangeDarkAlpha

func BorderBottomOrangeDarkAlpha(scale int) ApplyProp

func BorderBottomPink

func BorderBottomPink(scale int) ApplyProp

func BorderBottomPinkAlpha

func BorderBottomPinkAlpha(scale int) ApplyProp

func BorderBottomPinkDark

func BorderBottomPinkDark(scale int) ApplyProp

func BorderBottomPinkDarkAlpha

func BorderBottomPinkDarkAlpha(scale int) ApplyProp

func BorderBottomPlum

func BorderBottomPlum(scale int) ApplyProp

func BorderBottomPlumAlpha

func BorderBottomPlumAlpha(scale int) ApplyProp

func BorderBottomPlumDark

func BorderBottomPlumDark(scale int) ApplyProp

func BorderBottomPlumDarkAlpha

func BorderBottomPlumDarkAlpha(scale int) ApplyProp

func BorderBottomPurple

func BorderBottomPurple(scale int) ApplyProp

func BorderBottomPurpleAlpha

func BorderBottomPurpleAlpha(scale int) ApplyProp

func BorderBottomPurpleDark

func BorderBottomPurpleDark(scale int) ApplyProp

func BorderBottomPurpleDarkAlpha

func BorderBottomPurpleDarkAlpha(scale int) ApplyProp

func BorderBottomRed

func BorderBottomRed(scale int) ApplyProp

func BorderBottomRedAlpha

func BorderBottomRedAlpha(scale int) ApplyProp

func BorderBottomRedDark

func BorderBottomRedDark(scale int) ApplyProp

func BorderBottomRedDarkAlpha

func BorderBottomRedDarkAlpha(scale int) ApplyProp

func BorderBottomRuby

func BorderBottomRuby(scale int) ApplyProp

func BorderBottomRubyAlpha

func BorderBottomRubyAlpha(scale int) ApplyProp

func BorderBottomRubyDark

func BorderBottomRubyDark(scale int) ApplyProp

func BorderBottomRubyDarkAlpha

func BorderBottomRubyDarkAlpha(scale int) ApplyProp

func BorderBottomSage

func BorderBottomSage(scale int) ApplyProp

func BorderBottomSageAlpha

func BorderBottomSageAlpha(scale int) ApplyProp

func BorderBottomSageDark

func BorderBottomSageDark(scale int) ApplyProp

func BorderBottomSageDarkAlpha

func BorderBottomSageDarkAlpha(scale int) ApplyProp

func BorderBottomSand

func BorderBottomSand(scale int) ApplyProp

func BorderBottomSandAlpha

func BorderBottomSandAlpha(scale int) ApplyProp

func BorderBottomSandDark

func BorderBottomSandDark(scale int) ApplyProp

func BorderBottomSandDarkAlpha

func BorderBottomSandDarkAlpha(scale int) ApplyProp

func BorderBottomSky

func BorderBottomSky(scale int) ApplyProp

func BorderBottomSkyAlpha

func BorderBottomSkyAlpha(scale int) ApplyProp

func BorderBottomSkyDark

func BorderBottomSkyDark(scale int) ApplyProp

func BorderBottomSkyDarkAlpha

func BorderBottomSkyDarkAlpha(scale int) ApplyProp

func BorderBottomSlate

func BorderBottomSlate(scale int) ApplyProp

func BorderBottomSlateAlpha

func BorderBottomSlateAlpha(scale int) ApplyProp

func BorderBottomSlateDark

func BorderBottomSlateDark(scale int) ApplyProp

func BorderBottomSlateDarkAlpha

func BorderBottomSlateDarkAlpha(scale int) ApplyProp

func BorderBottomTeal

func BorderBottomTeal(scale int) ApplyProp

func BorderBottomTealAlpha

func BorderBottomTealAlpha(scale int) ApplyProp

func BorderBottomTealDark

func BorderBottomTealDark(scale int) ApplyProp

func BorderBottomTealDarkAlpha

func BorderBottomTealDarkAlpha(scale int) ApplyProp

func BorderBottomTomato

func BorderBottomTomato(scale int) ApplyProp

func BorderBottomTomatoAlpha

func BorderBottomTomatoAlpha(scale int) ApplyProp

func BorderBottomTomatoDark

func BorderBottomTomatoDark(scale int) ApplyProp

func BorderBottomTomatoDarkAlpha

func BorderBottomTomatoDarkAlpha(scale int) ApplyProp

func BorderBottomTransparent

func BorderBottomTransparent() ApplyProp

func BorderBottomViolet

func BorderBottomViolet(scale int) ApplyProp

func BorderBottomVioletAlpha

func BorderBottomVioletAlpha(scale int) ApplyProp

func BorderBottomVioletDark

func BorderBottomVioletDark(scale int) ApplyProp

func BorderBottomVioletDarkAlpha

func BorderBottomVioletDarkAlpha(scale int) ApplyProp

func BorderBottomWhite

func BorderBottomWhite() ApplyProp

func BorderBottomWhiteAlpha

func BorderBottomWhiteAlpha(scale int) ApplyProp

func BorderBottomYellow

func BorderBottomYellow(scale int) ApplyProp

func BorderBottomYellowAlpha

func BorderBottomYellowAlpha(scale int) ApplyProp

func BorderBottomYellowDark

func BorderBottomYellowDark(scale int) ApplyProp

func BorderBottomYellowDarkAlpha

func BorderBottomYellowDarkAlpha(scale int) ApplyProp

func BorderBronze

func BorderBronze(scale int) ApplyProp

func BorderBronzeAlpha

func BorderBronzeAlpha(scale int) ApplyProp

func BorderBronzeDark

func BorderBronzeDark(scale int) ApplyProp

func BorderBronzeDarkAlpha

func BorderBronzeDarkAlpha(scale int) ApplyProp

func BorderBrown

func BorderBrown(scale int) ApplyProp

func BorderBrownAlpha

func BorderBrownAlpha(scale int) ApplyProp

func BorderBrownDark

func BorderBrownDark(scale int) ApplyProp

func BorderBrownDarkAlpha

func BorderBrownDarkAlpha(scale int) ApplyProp

func BorderCollapse

func BorderCollapse() ApplyProp

func BorderColor

func BorderColor(val value.Value) ApplyProp

func BorderCrimson

func BorderCrimson(scale int) ApplyProp

func BorderCrimsonAlpha

func BorderCrimsonAlpha(scale int) ApplyProp

func BorderCrimsonDark

func BorderCrimsonDark(scale int) ApplyProp

func BorderCrimsonDarkAlpha

func BorderCrimsonDarkAlpha(scale int) ApplyProp

func BorderCurrent

func BorderCurrent() ApplyProp

func BorderCyan

func BorderCyan(scale int) ApplyProp

func BorderCyanAlpha

func BorderCyanAlpha(scale int) ApplyProp

func BorderCyanDark

func BorderCyanDark(scale int) ApplyProp

func BorderCyanDarkAlpha

func BorderCyanDarkAlpha(scale int) ApplyProp

func BorderDashed

func BorderDashed() ApplyProp

func BorderDotted

func BorderDotted() ApplyProp

func BorderDouble

func BorderDouble() ApplyProp

func BorderE

func BorderE(val ...value.Value) ApplyProp

func BorderEndAmber

func BorderEndAmber(scale int) ApplyProp

func BorderEndAmberAlpha

func BorderEndAmberAlpha(scale int) ApplyProp

func BorderEndAmberDark

func BorderEndAmberDark(scale int) ApplyProp

func BorderEndAmberDarkAlpha

func BorderEndAmberDarkAlpha(scale int) ApplyProp

func BorderEndBlack

func BorderEndBlack() ApplyProp

func BorderEndBlackAlpha

func BorderEndBlackAlpha(scale int) ApplyProp

func BorderEndBlue

func BorderEndBlue(scale int) ApplyProp

func BorderEndBlueAlpha

func BorderEndBlueAlpha(scale int) ApplyProp

func BorderEndBlueDark

func BorderEndBlueDark(scale int) ApplyProp

func BorderEndBlueDarkAlpha

func BorderEndBlueDarkAlpha(scale int) ApplyProp

func BorderEndBronze

func BorderEndBronze(scale int) ApplyProp

func BorderEndBronzeAlpha

func BorderEndBronzeAlpha(scale int) ApplyProp

func BorderEndBronzeDark

func BorderEndBronzeDark(scale int) ApplyProp

func BorderEndBronzeDarkAlpha

func BorderEndBronzeDarkAlpha(scale int) ApplyProp

func BorderEndBrown

func BorderEndBrown(scale int) ApplyProp

func BorderEndBrownAlpha

func BorderEndBrownAlpha(scale int) ApplyProp

func BorderEndBrownDark

func BorderEndBrownDark(scale int) ApplyProp

func BorderEndBrownDarkAlpha

func BorderEndBrownDarkAlpha(scale int) ApplyProp

func BorderEndColor

func BorderEndColor(val value.Value) ApplyProp

func BorderEndCrimson

func BorderEndCrimson(scale int) ApplyProp

func BorderEndCrimsonAlpha

func BorderEndCrimsonAlpha(scale int) ApplyProp

func BorderEndCrimsonDark

func BorderEndCrimsonDark(scale int) ApplyProp

func BorderEndCrimsonDarkAlpha

func BorderEndCrimsonDarkAlpha(scale int) ApplyProp

func BorderEndCurrent

func BorderEndCurrent() ApplyProp

func BorderEndCyan

func BorderEndCyan(scale int) ApplyProp

func BorderEndCyanAlpha

func BorderEndCyanAlpha(scale int) ApplyProp

func BorderEndCyanDark

func BorderEndCyanDark(scale int) ApplyProp

func BorderEndCyanDarkAlpha

func BorderEndCyanDarkAlpha(scale int) ApplyProp

func BorderEndGold

func BorderEndGold(scale int) ApplyProp

func BorderEndGoldAlpha

func BorderEndGoldAlpha(scale int) ApplyProp

func BorderEndGoldDark

func BorderEndGoldDark(scale int) ApplyProp

func BorderEndGoldDarkAlpha

func BorderEndGoldDarkAlpha(scale int) ApplyProp

func BorderEndGrass

func BorderEndGrass(scale int) ApplyProp

func BorderEndGrassAlpha

func BorderEndGrassAlpha(scale int) ApplyProp

func BorderEndGrassDark

func BorderEndGrassDark(scale int) ApplyProp

func BorderEndGrassDarkAlpha

func BorderEndGrassDarkAlpha(scale int) ApplyProp

func BorderEndGray

func BorderEndGray(scale int) ApplyProp

func BorderEndGrayAlpha

func BorderEndGrayAlpha(scale int) ApplyProp

func BorderEndGrayDark

func BorderEndGrayDark(scale int) ApplyProp

func BorderEndGrayDarkAlpha

func BorderEndGrayDarkAlpha(scale int) ApplyProp

func BorderEndGreen

func BorderEndGreen(scale int) ApplyProp

func BorderEndGreenAlpha

func BorderEndGreenAlpha(scale int) ApplyProp

func BorderEndGreenDark

func BorderEndGreenDark(scale int) ApplyProp

func BorderEndGreenDarkAlpha

func BorderEndGreenDarkAlpha(scale int) ApplyProp

func BorderEndIndigo

func BorderEndIndigo(scale int) ApplyProp

func BorderEndIndigoAlpha

func BorderEndIndigoAlpha(scale int) ApplyProp

func BorderEndIndigoDark

func BorderEndIndigoDark(scale int) ApplyProp

func BorderEndIndigoDarkAlpha

func BorderEndIndigoDarkAlpha(scale int) ApplyProp

func BorderEndInherit

func BorderEndInherit() ApplyProp

func BorderEndIris

func BorderEndIris(scale int) ApplyProp

func BorderEndIrisAlpha

func BorderEndIrisAlpha(scale int) ApplyProp

func BorderEndIrisDark

func BorderEndIrisDark(scale int) ApplyProp

func BorderEndIrisDarkAlpha

func BorderEndIrisDarkAlpha(scale int) ApplyProp

func BorderEndJade

func BorderEndJade(scale int) ApplyProp

func BorderEndJadeAlpha

func BorderEndJadeAlpha(scale int) ApplyProp

func BorderEndJadeDark

func BorderEndJadeDark(scale int) ApplyProp

func BorderEndJadeDarkAlpha

func BorderEndJadeDarkAlpha(scale int) ApplyProp

func BorderEndLime

func BorderEndLime(scale int) ApplyProp

func BorderEndLimeAlpha

func BorderEndLimeAlpha(scale int) ApplyProp

func BorderEndLimeDark

func BorderEndLimeDark(scale int) ApplyProp

func BorderEndLimeDarkAlpha

func BorderEndLimeDarkAlpha(scale int) ApplyProp

func BorderEndMauve

func BorderEndMauve(scale int) ApplyProp

func BorderEndMauveAlpha

func BorderEndMauveAlpha(scale int) ApplyProp

func BorderEndMauveDark

func BorderEndMauveDark(scale int) ApplyProp

func BorderEndMauveDarkAlpha

func BorderEndMauveDarkAlpha(scale int) ApplyProp

func BorderEndMint

func BorderEndMint(scale int) ApplyProp

func BorderEndMintAlpha

func BorderEndMintAlpha(scale int) ApplyProp

func BorderEndMintDark

func BorderEndMintDark(scale int) ApplyProp

func BorderEndMintDarkAlpha

func BorderEndMintDarkAlpha(scale int) ApplyProp

func BorderEndOlive

func BorderEndOlive(scale int) ApplyProp

func BorderEndOliveAlpha

func BorderEndOliveAlpha(scale int) ApplyProp

func BorderEndOliveDark

func BorderEndOliveDark(scale int) ApplyProp

func BorderEndOliveDarkAlpha

func BorderEndOliveDarkAlpha(scale int) ApplyProp

func BorderEndOrange

func BorderEndOrange(scale int) ApplyProp

func BorderEndOrangeAlpha

func BorderEndOrangeAlpha(scale int) ApplyProp

func BorderEndOrangeDark

func BorderEndOrangeDark(scale int) ApplyProp

func BorderEndOrangeDarkAlpha

func BorderEndOrangeDarkAlpha(scale int) ApplyProp

func BorderEndPink

func BorderEndPink(scale int) ApplyProp

func BorderEndPinkAlpha

func BorderEndPinkAlpha(scale int) ApplyProp

func BorderEndPinkDark

func BorderEndPinkDark(scale int) ApplyProp

func BorderEndPinkDarkAlpha

func BorderEndPinkDarkAlpha(scale int) ApplyProp

func BorderEndPlum

func BorderEndPlum(scale int) ApplyProp

func BorderEndPlumAlpha

func BorderEndPlumAlpha(scale int) ApplyProp

func BorderEndPlumDark

func BorderEndPlumDark(scale int) ApplyProp

func BorderEndPlumDarkAlpha

func BorderEndPlumDarkAlpha(scale int) ApplyProp

func BorderEndPurple

func BorderEndPurple(scale int) ApplyProp

func BorderEndPurpleAlpha

func BorderEndPurpleAlpha(scale int) ApplyProp

func BorderEndPurpleDark

func BorderEndPurpleDark(scale int) ApplyProp

func BorderEndPurpleDarkAlpha

func BorderEndPurpleDarkAlpha(scale int) ApplyProp

func BorderEndRed

func BorderEndRed(scale int) ApplyProp

func BorderEndRedAlpha

func BorderEndRedAlpha(scale int) ApplyProp

func BorderEndRedDark

func BorderEndRedDark(scale int) ApplyProp

func BorderEndRedDarkAlpha

func BorderEndRedDarkAlpha(scale int) ApplyProp

func BorderEndRuby

func BorderEndRuby(scale int) ApplyProp

func BorderEndRubyAlpha

func BorderEndRubyAlpha(scale int) ApplyProp

func BorderEndRubyDark

func BorderEndRubyDark(scale int) ApplyProp

func BorderEndRubyDarkAlpha

func BorderEndRubyDarkAlpha(scale int) ApplyProp

func BorderEndSage

func BorderEndSage(scale int) ApplyProp

func BorderEndSageAlpha

func BorderEndSageAlpha(scale int) ApplyProp

func BorderEndSageDark

func BorderEndSageDark(scale int) ApplyProp

func BorderEndSageDarkAlpha

func BorderEndSageDarkAlpha(scale int) ApplyProp

func BorderEndSand

func BorderEndSand(scale int) ApplyProp

func BorderEndSandAlpha

func BorderEndSandAlpha(scale int) ApplyProp

func BorderEndSandDark

func BorderEndSandDark(scale int) ApplyProp

func BorderEndSandDarkAlpha

func BorderEndSandDarkAlpha(scale int) ApplyProp

func BorderEndSky

func BorderEndSky(scale int) ApplyProp

func BorderEndSkyAlpha

func BorderEndSkyAlpha(scale int) ApplyProp

func BorderEndSkyDark

func BorderEndSkyDark(scale int) ApplyProp

func BorderEndSkyDarkAlpha

func BorderEndSkyDarkAlpha(scale int) ApplyProp

func BorderEndSlate

func BorderEndSlate(scale int) ApplyProp

func BorderEndSlateAlpha

func BorderEndSlateAlpha(scale int) ApplyProp

func BorderEndSlateDark

func BorderEndSlateDark(scale int) ApplyProp

func BorderEndSlateDarkAlpha

func BorderEndSlateDarkAlpha(scale int) ApplyProp

func BorderEndTeal

func BorderEndTeal(scale int) ApplyProp

func BorderEndTealAlpha

func BorderEndTealAlpha(scale int) ApplyProp

func BorderEndTealDark

func BorderEndTealDark(scale int) ApplyProp

func BorderEndTealDarkAlpha

func BorderEndTealDarkAlpha(scale int) ApplyProp

func BorderEndTomato

func BorderEndTomato(scale int) ApplyProp

func BorderEndTomatoAlpha

func BorderEndTomatoAlpha(scale int) ApplyProp

func BorderEndTomatoDark

func BorderEndTomatoDark(scale int) ApplyProp

func BorderEndTomatoDarkAlpha

func BorderEndTomatoDarkAlpha(scale int) ApplyProp

func BorderEndTransparent

func BorderEndTransparent() ApplyProp

func BorderEndViolet

func BorderEndViolet(scale int) ApplyProp

func BorderEndVioletAlpha

func BorderEndVioletAlpha(scale int) ApplyProp

func BorderEndVioletDark

func BorderEndVioletDark(scale int) ApplyProp

func BorderEndVioletDarkAlpha

func BorderEndVioletDarkAlpha(scale int) ApplyProp

func BorderEndWhite

func BorderEndWhite() ApplyProp

func BorderEndWhiteAlpha

func BorderEndWhiteAlpha(scale int) ApplyProp

func BorderEndYellow

func BorderEndYellow(scale int) ApplyProp

func BorderEndYellowAlpha

func BorderEndYellowAlpha(scale int) ApplyProp

func BorderEndYellowDark

func BorderEndYellowDark(scale int) ApplyProp

func BorderEndYellowDarkAlpha

func BorderEndYellowDarkAlpha(scale int) ApplyProp

func BorderGold

func BorderGold(scale int) ApplyProp

func BorderGoldAlpha

func BorderGoldAlpha(scale int) ApplyProp

func BorderGoldDark

func BorderGoldDark(scale int) ApplyProp

func BorderGoldDarkAlpha

func BorderGoldDarkAlpha(scale int) ApplyProp

func BorderGrass

func BorderGrass(scale int) ApplyProp

func BorderGrassAlpha

func BorderGrassAlpha(scale int) ApplyProp

func BorderGrassDark

func BorderGrassDark(scale int) ApplyProp

func BorderGrassDarkAlpha

func BorderGrassDarkAlpha(scale int) ApplyProp

func BorderGray

func BorderGray(scale int) ApplyProp

func BorderGrayAlpha

func BorderGrayAlpha(scale int) ApplyProp

func BorderGrayDark

func BorderGrayDark(scale int) ApplyProp

func BorderGrayDarkAlpha

func BorderGrayDarkAlpha(scale int) ApplyProp

func BorderGreen

func BorderGreen(scale int) ApplyProp

func BorderGreenAlpha

func BorderGreenAlpha(scale int) ApplyProp

func BorderGreenDark

func BorderGreenDark(scale int) ApplyProp

func BorderGreenDarkAlpha

func BorderGreenDarkAlpha(scale int) ApplyProp

func BorderHidden

func BorderHidden() ApplyProp

func BorderIndigo

func BorderIndigo(scale int) ApplyProp

func BorderIndigoAlpha

func BorderIndigoAlpha(scale int) ApplyProp

func BorderIndigoDark

func BorderIndigoDark(scale int) ApplyProp

func BorderIndigoDarkAlpha

func BorderIndigoDarkAlpha(scale int) ApplyProp

func BorderInherit

func BorderInherit() ApplyProp

func BorderIris

func BorderIris(scale int) ApplyProp

func BorderIrisAlpha

func BorderIrisAlpha(scale int) ApplyProp

func BorderIrisDark

func BorderIrisDark(scale int) ApplyProp

func BorderIrisDarkAlpha

func BorderIrisDarkAlpha(scale int) ApplyProp

func BorderJade

func BorderJade(scale int) ApplyProp

func BorderJadeAlpha

func BorderJadeAlpha(scale int) ApplyProp

func BorderJadeDark

func BorderJadeDark(scale int) ApplyProp

func BorderJadeDarkAlpha

func BorderJadeDarkAlpha(scale int) ApplyProp

func BorderL

func BorderL(val ...value.Value) ApplyProp

func BorderLeftAmber

func BorderLeftAmber(scale int) ApplyProp

func BorderLeftAmberAlpha

func BorderLeftAmberAlpha(scale int) ApplyProp

func BorderLeftAmberDark

func BorderLeftAmberDark(scale int) ApplyProp

func BorderLeftAmberDarkAlpha

func BorderLeftAmberDarkAlpha(scale int) ApplyProp

func BorderLeftBlack

func BorderLeftBlack() ApplyProp

func BorderLeftBlackAlpha

func BorderLeftBlackAlpha(scale int) ApplyProp

func BorderLeftBlue

func BorderLeftBlue(scale int) ApplyProp

func BorderLeftBlueAlpha

func BorderLeftBlueAlpha(scale int) ApplyProp

func BorderLeftBlueDark

func BorderLeftBlueDark(scale int) ApplyProp

func BorderLeftBlueDarkAlpha

func BorderLeftBlueDarkAlpha(scale int) ApplyProp

func BorderLeftBronze

func BorderLeftBronze(scale int) ApplyProp

func BorderLeftBronzeAlpha

func BorderLeftBronzeAlpha(scale int) ApplyProp

func BorderLeftBronzeDark

func BorderLeftBronzeDark(scale int) ApplyProp

func BorderLeftBronzeDarkAlpha

func BorderLeftBronzeDarkAlpha(scale int) ApplyProp

func BorderLeftBrown

func BorderLeftBrown(scale int) ApplyProp

func BorderLeftBrownAlpha

func BorderLeftBrownAlpha(scale int) ApplyProp

func BorderLeftBrownDark

func BorderLeftBrownDark(scale int) ApplyProp

func BorderLeftBrownDarkAlpha

func BorderLeftBrownDarkAlpha(scale int) ApplyProp

func BorderLeftColor

func BorderLeftColor(val value.Value) ApplyProp

func BorderLeftCrimson

func BorderLeftCrimson(scale int) ApplyProp

func BorderLeftCrimsonAlpha

func BorderLeftCrimsonAlpha(scale int) ApplyProp

func BorderLeftCrimsonDark

func BorderLeftCrimsonDark(scale int) ApplyProp

func BorderLeftCrimsonDarkAlpha

func BorderLeftCrimsonDarkAlpha(scale int) ApplyProp

func BorderLeftCurrent

func BorderLeftCurrent() ApplyProp

func BorderLeftCyan

func BorderLeftCyan(scale int) ApplyProp

func BorderLeftCyanAlpha

func BorderLeftCyanAlpha(scale int) ApplyProp

func BorderLeftCyanDark

func BorderLeftCyanDark(scale int) ApplyProp

func BorderLeftCyanDarkAlpha

func BorderLeftCyanDarkAlpha(scale int) ApplyProp

func BorderLeftGold

func BorderLeftGold(scale int) ApplyProp

func BorderLeftGoldAlpha

func BorderLeftGoldAlpha(scale int) ApplyProp

func BorderLeftGoldDark

func BorderLeftGoldDark(scale int) ApplyProp

func BorderLeftGoldDarkAlpha

func BorderLeftGoldDarkAlpha(scale int) ApplyProp

func BorderLeftGrass

func BorderLeftGrass(scale int) ApplyProp

func BorderLeftGrassAlpha

func BorderLeftGrassAlpha(scale int) ApplyProp

func BorderLeftGrassDark

func BorderLeftGrassDark(scale int) ApplyProp

func BorderLeftGrassDarkAlpha

func BorderLeftGrassDarkAlpha(scale int) ApplyProp

func BorderLeftGray

func BorderLeftGray(scale int) ApplyProp

func BorderLeftGrayAlpha

func BorderLeftGrayAlpha(scale int) ApplyProp

func BorderLeftGrayDark

func BorderLeftGrayDark(scale int) ApplyProp

func BorderLeftGrayDarkAlpha

func BorderLeftGrayDarkAlpha(scale int) ApplyProp

func BorderLeftGreen

func BorderLeftGreen(scale int) ApplyProp

func BorderLeftGreenAlpha

func BorderLeftGreenAlpha(scale int) ApplyProp

func BorderLeftGreenDark

func BorderLeftGreenDark(scale int) ApplyProp

func BorderLeftGreenDarkAlpha

func BorderLeftGreenDarkAlpha(scale int) ApplyProp

func BorderLeftIndigo

func BorderLeftIndigo(scale int) ApplyProp

func BorderLeftIndigoAlpha

func BorderLeftIndigoAlpha(scale int) ApplyProp

func BorderLeftIndigoDark

func BorderLeftIndigoDark(scale int) ApplyProp

func BorderLeftIndigoDarkAlpha

func BorderLeftIndigoDarkAlpha(scale int) ApplyProp

func BorderLeftInherit

func BorderLeftInherit() ApplyProp

func BorderLeftIris

func BorderLeftIris(scale int) ApplyProp

func BorderLeftIrisAlpha

func BorderLeftIrisAlpha(scale int) ApplyProp

func BorderLeftIrisDark

func BorderLeftIrisDark(scale int) ApplyProp

func BorderLeftIrisDarkAlpha

func BorderLeftIrisDarkAlpha(scale int) ApplyProp

func BorderLeftJade

func BorderLeftJade(scale int) ApplyProp

func BorderLeftJadeAlpha

func BorderLeftJadeAlpha(scale int) ApplyProp

func BorderLeftJadeDark

func BorderLeftJadeDark(scale int) ApplyProp

func BorderLeftJadeDarkAlpha

func BorderLeftJadeDarkAlpha(scale int) ApplyProp

func BorderLeftLime

func BorderLeftLime(scale int) ApplyProp

func BorderLeftLimeAlpha

func BorderLeftLimeAlpha(scale int) ApplyProp

func BorderLeftLimeDark

func BorderLeftLimeDark(scale int) ApplyProp

func BorderLeftLimeDarkAlpha

func BorderLeftLimeDarkAlpha(scale int) ApplyProp

func BorderLeftMauve

func BorderLeftMauve(scale int) ApplyProp

func BorderLeftMauveAlpha

func BorderLeftMauveAlpha(scale int) ApplyProp

func BorderLeftMauveDark

func BorderLeftMauveDark(scale int) ApplyProp

func BorderLeftMauveDarkAlpha

func BorderLeftMauveDarkAlpha(scale int) ApplyProp

func BorderLeftMint

func BorderLeftMint(scale int) ApplyProp

func BorderLeftMintAlpha

func BorderLeftMintAlpha(scale int) ApplyProp

func BorderLeftMintDark

func BorderLeftMintDark(scale int) ApplyProp

func BorderLeftMintDarkAlpha

func BorderLeftMintDarkAlpha(scale int) ApplyProp

func BorderLeftOlive

func BorderLeftOlive(scale int) ApplyProp

func BorderLeftOliveAlpha

func BorderLeftOliveAlpha(scale int) ApplyProp

func BorderLeftOliveDark

func BorderLeftOliveDark(scale int) ApplyProp

func BorderLeftOliveDarkAlpha

func BorderLeftOliveDarkAlpha(scale int) ApplyProp

func BorderLeftOrange

func BorderLeftOrange(scale int) ApplyProp

func BorderLeftOrangeAlpha

func BorderLeftOrangeAlpha(scale int) ApplyProp

func BorderLeftOrangeDark

func BorderLeftOrangeDark(scale int) ApplyProp

func BorderLeftOrangeDarkAlpha

func BorderLeftOrangeDarkAlpha(scale int) ApplyProp

func BorderLeftPink

func BorderLeftPink(scale int) ApplyProp

func BorderLeftPinkAlpha

func BorderLeftPinkAlpha(scale int) ApplyProp

func BorderLeftPinkDark

func BorderLeftPinkDark(scale int) ApplyProp

func BorderLeftPinkDarkAlpha

func BorderLeftPinkDarkAlpha(scale int) ApplyProp

func BorderLeftPlum

func BorderLeftPlum(scale int) ApplyProp

func BorderLeftPlumAlpha

func BorderLeftPlumAlpha(scale int) ApplyProp

func BorderLeftPlumDark

func BorderLeftPlumDark(scale int) ApplyProp

func BorderLeftPlumDarkAlpha

func BorderLeftPlumDarkAlpha(scale int) ApplyProp

func BorderLeftPurple

func BorderLeftPurple(scale int) ApplyProp

func BorderLeftPurpleAlpha

func BorderLeftPurpleAlpha(scale int) ApplyProp

func BorderLeftPurpleDark

func BorderLeftPurpleDark(scale int) ApplyProp

func BorderLeftPurpleDarkAlpha

func BorderLeftPurpleDarkAlpha(scale int) ApplyProp

func BorderLeftRed

func BorderLeftRed(scale int) ApplyProp

func BorderLeftRedAlpha

func BorderLeftRedAlpha(scale int) ApplyProp

func BorderLeftRedDark

func BorderLeftRedDark(scale int) ApplyProp

func BorderLeftRedDarkAlpha

func BorderLeftRedDarkAlpha(scale int) ApplyProp

func BorderLeftRuby

func BorderLeftRuby(scale int) ApplyProp

func BorderLeftRubyAlpha

func BorderLeftRubyAlpha(scale int) ApplyProp

func BorderLeftRubyDark

func BorderLeftRubyDark(scale int) ApplyProp

func BorderLeftRubyDarkAlpha

func BorderLeftRubyDarkAlpha(scale int) ApplyProp

func BorderLeftSage

func BorderLeftSage(scale int) ApplyProp

func BorderLeftSageAlpha

func BorderLeftSageAlpha(scale int) ApplyProp

func BorderLeftSageDark

func BorderLeftSageDark(scale int) ApplyProp

func BorderLeftSageDarkAlpha

func BorderLeftSageDarkAlpha(scale int) ApplyProp

func BorderLeftSand

func BorderLeftSand(scale int) ApplyProp

func BorderLeftSandAlpha

func BorderLeftSandAlpha(scale int) ApplyProp

func BorderLeftSandDark

func BorderLeftSandDark(scale int) ApplyProp

func BorderLeftSandDarkAlpha

func BorderLeftSandDarkAlpha(scale int) ApplyProp

func BorderLeftSky

func BorderLeftSky(scale int) ApplyProp

func BorderLeftSkyAlpha

func BorderLeftSkyAlpha(scale int) ApplyProp

func BorderLeftSkyDark

func BorderLeftSkyDark(scale int) ApplyProp

func BorderLeftSkyDarkAlpha

func BorderLeftSkyDarkAlpha(scale int) ApplyProp

func BorderLeftSlate

func BorderLeftSlate(scale int) ApplyProp

func BorderLeftSlateAlpha

func BorderLeftSlateAlpha(scale int) ApplyProp

func BorderLeftSlateDark

func BorderLeftSlateDark(scale int) ApplyProp

func BorderLeftSlateDarkAlpha

func BorderLeftSlateDarkAlpha(scale int) ApplyProp

func BorderLeftTeal

func BorderLeftTeal(scale int) ApplyProp

func BorderLeftTealAlpha

func BorderLeftTealAlpha(scale int) ApplyProp

func BorderLeftTealDark

func BorderLeftTealDark(scale int) ApplyProp

func BorderLeftTealDarkAlpha

func BorderLeftTealDarkAlpha(scale int) ApplyProp

func BorderLeftTomato

func BorderLeftTomato(scale int) ApplyProp

func BorderLeftTomatoAlpha

func BorderLeftTomatoAlpha(scale int) ApplyProp

func BorderLeftTomatoDark

func BorderLeftTomatoDark(scale int) ApplyProp

func BorderLeftTomatoDarkAlpha

func BorderLeftTomatoDarkAlpha(scale int) ApplyProp

func BorderLeftTransparent

func BorderLeftTransparent() ApplyProp

func BorderLeftViolet

func BorderLeftViolet(scale int) ApplyProp

func BorderLeftVioletAlpha

func BorderLeftVioletAlpha(scale int) ApplyProp

func BorderLeftVioletDark

func BorderLeftVioletDark(scale int) ApplyProp

func BorderLeftVioletDarkAlpha

func BorderLeftVioletDarkAlpha(scale int) ApplyProp

func BorderLeftWhite

func BorderLeftWhite() ApplyProp

func BorderLeftWhiteAlpha

func BorderLeftWhiteAlpha(scale int) ApplyProp

func BorderLeftYellow

func BorderLeftYellow(scale int) ApplyProp

func BorderLeftYellowAlpha

func BorderLeftYellowAlpha(scale int) ApplyProp

func BorderLeftYellowDark

func BorderLeftYellowDark(scale int) ApplyProp

func BorderLeftYellowDarkAlpha

func BorderLeftYellowDarkAlpha(scale int) ApplyProp

func BorderLime

func BorderLime(scale int) ApplyProp

func BorderLimeAlpha

func BorderLimeAlpha(scale int) ApplyProp

func BorderLimeDark

func BorderLimeDark(scale int) ApplyProp

func BorderLimeDarkAlpha

func BorderLimeDarkAlpha(scale int) ApplyProp

func BorderMauve

func BorderMauve(scale int) ApplyProp

func BorderMauveAlpha

func BorderMauveAlpha(scale int) ApplyProp

func BorderMauveDark

func BorderMauveDark(scale int) ApplyProp

func BorderMauveDarkAlpha

func BorderMauveDarkAlpha(scale int) ApplyProp

func BorderMint

func BorderMint(scale int) ApplyProp

func BorderMintAlpha

func BorderMintAlpha(scale int) ApplyProp

func BorderMintDark

func BorderMintDark(scale int) ApplyProp

func BorderMintDarkAlpha

func BorderMintDarkAlpha(scale int) ApplyProp

func BorderNone

func BorderNone() ApplyProp

func BorderOlive

func BorderOlive(scale int) ApplyProp

func BorderOliveAlpha

func BorderOliveAlpha(scale int) ApplyProp

func BorderOliveDark

func BorderOliveDark(scale int) ApplyProp

func BorderOliveDarkAlpha

func BorderOliveDarkAlpha(scale int) ApplyProp

func BorderOrange

func BorderOrange(scale int) ApplyProp

func BorderOrangeAlpha

func BorderOrangeAlpha(scale int) ApplyProp

func BorderOrangeDark

func BorderOrangeDark(scale int) ApplyProp

func BorderOrangeDarkAlpha

func BorderOrangeDarkAlpha(scale int) ApplyProp

func BorderPink

func BorderPink(scale int) ApplyProp

func BorderPinkAlpha

func BorderPinkAlpha(scale int) ApplyProp

func BorderPinkDark

func BorderPinkDark(scale int) ApplyProp

func BorderPinkDarkAlpha

func BorderPinkDarkAlpha(scale int) ApplyProp

func BorderPlum

func BorderPlum(scale int) ApplyProp

func BorderPlumAlpha

func BorderPlumAlpha(scale int) ApplyProp

func BorderPlumDark

func BorderPlumDark(scale int) ApplyProp

func BorderPlumDarkAlpha

func BorderPlumDarkAlpha(scale int) ApplyProp

func BorderPurple

func BorderPurple(scale int) ApplyProp

func BorderPurpleAlpha

func BorderPurpleAlpha(scale int) ApplyProp

func BorderPurpleDark

func BorderPurpleDark(scale int) ApplyProp

func BorderPurpleDarkAlpha

func BorderPurpleDarkAlpha(scale int) ApplyProp

func BorderR

func BorderR(val ...value.Value) ApplyProp

func BorderRed

func BorderRed(scale int) ApplyProp

func BorderRedAlpha

func BorderRedAlpha(scale int) ApplyProp

func BorderRedDark

func BorderRedDark(scale int) ApplyProp

func BorderRedDarkAlpha

func BorderRedDarkAlpha(scale int) ApplyProp

func BorderRightAmber

func BorderRightAmber(scale int) ApplyProp

func BorderRightAmberAlpha

func BorderRightAmberAlpha(scale int) ApplyProp

func BorderRightAmberDark

func BorderRightAmberDark(scale int) ApplyProp

func BorderRightAmberDarkAlpha

func BorderRightAmberDarkAlpha(scale int) ApplyProp

func BorderRightBlack

func BorderRightBlack() ApplyProp

func BorderRightBlackAlpha

func BorderRightBlackAlpha(scale int) ApplyProp

func BorderRightBlue

func BorderRightBlue(scale int) ApplyProp

func BorderRightBlueAlpha

func BorderRightBlueAlpha(scale int) ApplyProp

func BorderRightBlueDark

func BorderRightBlueDark(scale int) ApplyProp

func BorderRightBlueDarkAlpha

func BorderRightBlueDarkAlpha(scale int) ApplyProp

func BorderRightBronze

func BorderRightBronze(scale int) ApplyProp

func BorderRightBronzeAlpha

func BorderRightBronzeAlpha(scale int) ApplyProp

func BorderRightBronzeDark

func BorderRightBronzeDark(scale int) ApplyProp

func BorderRightBronzeDarkAlpha

func BorderRightBronzeDarkAlpha(scale int) ApplyProp

func BorderRightBrown

func BorderRightBrown(scale int) ApplyProp

func BorderRightBrownAlpha

func BorderRightBrownAlpha(scale int) ApplyProp

func BorderRightBrownDark

func BorderRightBrownDark(scale int) ApplyProp

func BorderRightBrownDarkAlpha

func BorderRightBrownDarkAlpha(scale int) ApplyProp

func BorderRightColor

func BorderRightColor(val value.Value) ApplyProp

func BorderRightCrimson

func BorderRightCrimson(scale int) ApplyProp

func BorderRightCrimsonAlpha

func BorderRightCrimsonAlpha(scale int) ApplyProp

func BorderRightCrimsonDark

func BorderRightCrimsonDark(scale int) ApplyProp

func BorderRightCrimsonDarkAlpha

func BorderRightCrimsonDarkAlpha(scale int) ApplyProp

func BorderRightCurrent

func BorderRightCurrent() ApplyProp

func BorderRightCyan

func BorderRightCyan(scale int) ApplyProp

func BorderRightCyanAlpha

func BorderRightCyanAlpha(scale int) ApplyProp

func BorderRightCyanDark

func BorderRightCyanDark(scale int) ApplyProp

func BorderRightCyanDarkAlpha

func BorderRightCyanDarkAlpha(scale int) ApplyProp

func BorderRightGold

func BorderRightGold(scale int) ApplyProp

func BorderRightGoldAlpha

func BorderRightGoldAlpha(scale int) ApplyProp

func BorderRightGoldDark

func BorderRightGoldDark(scale int) ApplyProp

func BorderRightGoldDarkAlpha

func BorderRightGoldDarkAlpha(scale int) ApplyProp

func BorderRightGrass

func BorderRightGrass(scale int) ApplyProp

func BorderRightGrassAlpha

func BorderRightGrassAlpha(scale int) ApplyProp

func BorderRightGrassDark

func BorderRightGrassDark(scale int) ApplyProp

func BorderRightGrassDarkAlpha

func BorderRightGrassDarkAlpha(scale int) ApplyProp

func BorderRightGray

func BorderRightGray(scale int) ApplyProp

func BorderRightGrayAlpha

func BorderRightGrayAlpha(scale int) ApplyProp

func BorderRightGrayDark

func BorderRightGrayDark(scale int) ApplyProp

func BorderRightGrayDarkAlpha

func BorderRightGrayDarkAlpha(scale int) ApplyProp

func BorderRightGreen

func BorderRightGreen(scale int) ApplyProp

func BorderRightGreenAlpha

func BorderRightGreenAlpha(scale int) ApplyProp

func BorderRightGreenDark

func BorderRightGreenDark(scale int) ApplyProp

func BorderRightGreenDarkAlpha

func BorderRightGreenDarkAlpha(scale int) ApplyProp

func BorderRightIndigo

func BorderRightIndigo(scale int) ApplyProp

func BorderRightIndigoAlpha

func BorderRightIndigoAlpha(scale int) ApplyProp

func BorderRightIndigoDark

func BorderRightIndigoDark(scale int) ApplyProp

func BorderRightIndigoDarkAlpha

func BorderRightIndigoDarkAlpha(scale int) ApplyProp

func BorderRightInherit

func BorderRightInherit() ApplyProp

func BorderRightIris

func BorderRightIris(scale int) ApplyProp

func BorderRightIrisAlpha

func BorderRightIrisAlpha(scale int) ApplyProp

func BorderRightIrisDark

func BorderRightIrisDark(scale int) ApplyProp

func BorderRightIrisDarkAlpha

func BorderRightIrisDarkAlpha(scale int) ApplyProp

func BorderRightJade

func BorderRightJade(scale int) ApplyProp

func BorderRightJadeAlpha

func BorderRightJadeAlpha(scale int) ApplyProp

func BorderRightJadeDark

func BorderRightJadeDark(scale int) ApplyProp

func BorderRightJadeDarkAlpha

func BorderRightJadeDarkAlpha(scale int) ApplyProp

func BorderRightLime

func BorderRightLime(scale int) ApplyProp

func BorderRightLimeAlpha

func BorderRightLimeAlpha(scale int) ApplyProp

func BorderRightLimeDark

func BorderRightLimeDark(scale int) ApplyProp

func BorderRightLimeDarkAlpha

func BorderRightLimeDarkAlpha(scale int) ApplyProp

func BorderRightMauve

func BorderRightMauve(scale int) ApplyProp

func BorderRightMauveAlpha

func BorderRightMauveAlpha(scale int) ApplyProp

func BorderRightMauveDark

func BorderRightMauveDark(scale int) ApplyProp

func BorderRightMauveDarkAlpha

func BorderRightMauveDarkAlpha(scale int) ApplyProp

func BorderRightMint

func BorderRightMint(scale int) ApplyProp

func BorderRightMintAlpha

func BorderRightMintAlpha(scale int) ApplyProp

func BorderRightMintDark

func BorderRightMintDark(scale int) ApplyProp

func BorderRightMintDarkAlpha

func BorderRightMintDarkAlpha(scale int) ApplyProp

func BorderRightOlive

func BorderRightOlive(scale int) ApplyProp

func BorderRightOliveAlpha

func BorderRightOliveAlpha(scale int) ApplyProp

func BorderRightOliveDark

func BorderRightOliveDark(scale int) ApplyProp

func BorderRightOliveDarkAlpha

func BorderRightOliveDarkAlpha(scale int) ApplyProp

func BorderRightOrange

func BorderRightOrange(scale int) ApplyProp

func BorderRightOrangeAlpha

func BorderRightOrangeAlpha(scale int) ApplyProp

func BorderRightOrangeDark

func BorderRightOrangeDark(scale int) ApplyProp

func BorderRightOrangeDarkAlpha

func BorderRightOrangeDarkAlpha(scale int) ApplyProp

func BorderRightPink

func BorderRightPink(scale int) ApplyProp

func BorderRightPinkAlpha

func BorderRightPinkAlpha(scale int) ApplyProp

func BorderRightPinkDark

func BorderRightPinkDark(scale int) ApplyProp

func BorderRightPinkDarkAlpha

func BorderRightPinkDarkAlpha(scale int) ApplyProp

func BorderRightPlum

func BorderRightPlum(scale int) ApplyProp

func BorderRightPlumAlpha

func BorderRightPlumAlpha(scale int) ApplyProp

func BorderRightPlumDark

func BorderRightPlumDark(scale int) ApplyProp

func BorderRightPlumDarkAlpha

func BorderRightPlumDarkAlpha(scale int) ApplyProp

func BorderRightPurple

func BorderRightPurple(scale int) ApplyProp

func BorderRightPurpleAlpha

func BorderRightPurpleAlpha(scale int) ApplyProp

func BorderRightPurpleDark

func BorderRightPurpleDark(scale int) ApplyProp

func BorderRightPurpleDarkAlpha

func BorderRightPurpleDarkAlpha(scale int) ApplyProp

func BorderRightRed

func BorderRightRed(scale int) ApplyProp

func BorderRightRedAlpha

func BorderRightRedAlpha(scale int) ApplyProp

func BorderRightRedDark

func BorderRightRedDark(scale int) ApplyProp

func BorderRightRedDarkAlpha

func BorderRightRedDarkAlpha(scale int) ApplyProp

func BorderRightRuby

func BorderRightRuby(scale int) ApplyProp

func BorderRightRubyAlpha

func BorderRightRubyAlpha(scale int) ApplyProp

func BorderRightRubyDark

func BorderRightRubyDark(scale int) ApplyProp

func BorderRightRubyDarkAlpha

func BorderRightRubyDarkAlpha(scale int) ApplyProp

func BorderRightSage

func BorderRightSage(scale int) ApplyProp

func BorderRightSageAlpha

func BorderRightSageAlpha(scale int) ApplyProp

func BorderRightSageDark

func BorderRightSageDark(scale int) ApplyProp

func BorderRightSageDarkAlpha

func BorderRightSageDarkAlpha(scale int) ApplyProp

func BorderRightSand

func BorderRightSand(scale int) ApplyProp

func BorderRightSandAlpha

func BorderRightSandAlpha(scale int) ApplyProp

func BorderRightSandDark

func BorderRightSandDark(scale int) ApplyProp

func BorderRightSandDarkAlpha

func BorderRightSandDarkAlpha(scale int) ApplyProp

func BorderRightSky

func BorderRightSky(scale int) ApplyProp

func BorderRightSkyAlpha

func BorderRightSkyAlpha(scale int) ApplyProp

func BorderRightSkyDark

func BorderRightSkyDark(scale int) ApplyProp

func BorderRightSkyDarkAlpha

func BorderRightSkyDarkAlpha(scale int) ApplyProp

func BorderRightSlate

func BorderRightSlate(scale int) ApplyProp

func BorderRightSlateAlpha

func BorderRightSlateAlpha(scale int) ApplyProp

func BorderRightSlateDark

func BorderRightSlateDark(scale int) ApplyProp

func BorderRightSlateDarkAlpha

func BorderRightSlateDarkAlpha(scale int) ApplyProp

func BorderRightTeal

func BorderRightTeal(scale int) ApplyProp

func BorderRightTealAlpha

func BorderRightTealAlpha(scale int) ApplyProp

func BorderRightTealDark

func BorderRightTealDark(scale int) ApplyProp

func BorderRightTealDarkAlpha

func BorderRightTealDarkAlpha(scale int) ApplyProp

func BorderRightTomato

func BorderRightTomato(scale int) ApplyProp

func BorderRightTomatoAlpha

func BorderRightTomatoAlpha(scale int) ApplyProp

func BorderRightTomatoDark

func BorderRightTomatoDark(scale int) ApplyProp

func BorderRightTomatoDarkAlpha

func BorderRightTomatoDarkAlpha(scale int) ApplyProp

func BorderRightTransparent

func BorderRightTransparent() ApplyProp

func BorderRightViolet

func BorderRightViolet(scale int) ApplyProp

func BorderRightVioletAlpha

func BorderRightVioletAlpha(scale int) ApplyProp

func BorderRightVioletDark

func BorderRightVioletDark(scale int) ApplyProp

func BorderRightVioletDarkAlpha

func BorderRightVioletDarkAlpha(scale int) ApplyProp

func BorderRightWhite

func BorderRightWhite() ApplyProp

func BorderRightWhiteAlpha

func BorderRightWhiteAlpha(scale int) ApplyProp

func BorderRightYellow

func BorderRightYellow(scale int) ApplyProp

func BorderRightYellowAlpha

func BorderRightYellowAlpha(scale int) ApplyProp

func BorderRightYellowDark

func BorderRightYellowDark(scale int) ApplyProp

func BorderRightYellowDarkAlpha

func BorderRightYellowDarkAlpha(scale int) ApplyProp

func BorderRuby

func BorderRuby(scale int) ApplyProp

func BorderRubyAlpha

func BorderRubyAlpha(scale int) ApplyProp

func BorderRubyDark

func BorderRubyDark(scale int) ApplyProp

func BorderRubyDarkAlpha

func BorderRubyDarkAlpha(scale int) ApplyProp

func BorderS

func BorderS(val ...value.Value) ApplyProp

func BorderSage

func BorderSage(scale int) ApplyProp

func BorderSageAlpha

func BorderSageAlpha(scale int) ApplyProp

func BorderSageDark

func BorderSageDark(scale int) ApplyProp

func BorderSageDarkAlpha

func BorderSageDarkAlpha(scale int) ApplyProp

func BorderSand

func BorderSand(scale int) ApplyProp

func BorderSandAlpha

func BorderSandAlpha(scale int) ApplyProp

func BorderSandDark

func BorderSandDark(scale int) ApplyProp

func BorderSandDarkAlpha

func BorderSandDarkAlpha(scale int) ApplyProp

func BorderSeparate

func BorderSeparate() ApplyProp

func BorderSky

func BorderSky(scale int) ApplyProp

func BorderSkyAlpha

func BorderSkyAlpha(scale int) ApplyProp

func BorderSkyDark

func BorderSkyDark(scale int) ApplyProp

func BorderSkyDarkAlpha

func BorderSkyDarkAlpha(scale int) ApplyProp

func BorderSlate

func BorderSlate(scale int) ApplyProp

func BorderSlateAlpha

func BorderSlateAlpha(scale int) ApplyProp

func BorderSlateDark

func BorderSlateDark(scale int) ApplyProp

func BorderSlateDarkAlpha

func BorderSlateDarkAlpha(scale int) ApplyProp

func BorderSolid

func BorderSolid() ApplyProp

func BorderSpacing

func BorderSpacing(spacing any) ApplyProp

func BorderSpacingX

func BorderSpacingX(spacing any) ApplyProp

func BorderSpacingY

func BorderSpacingY(spacing any) ApplyProp

func BorderStartAmber

func BorderStartAmber(scale int) ApplyProp

func BorderStartAmberAlpha

func BorderStartAmberAlpha(scale int) ApplyProp

func BorderStartAmberDark

func BorderStartAmberDark(scale int) ApplyProp

func BorderStartAmberDarkAlpha

func BorderStartAmberDarkAlpha(scale int) ApplyProp

func BorderStartBlack

func BorderStartBlack() ApplyProp

func BorderStartBlackAlpha

func BorderStartBlackAlpha(scale int) ApplyProp

func BorderStartBlue

func BorderStartBlue(scale int) ApplyProp

func BorderStartBlueAlpha

func BorderStartBlueAlpha(scale int) ApplyProp

func BorderStartBlueDark

func BorderStartBlueDark(scale int) ApplyProp

func BorderStartBlueDarkAlpha

func BorderStartBlueDarkAlpha(scale int) ApplyProp

func BorderStartBronze

func BorderStartBronze(scale int) ApplyProp

func BorderStartBronzeAlpha

func BorderStartBronzeAlpha(scale int) ApplyProp

func BorderStartBronzeDark

func BorderStartBronzeDark(scale int) ApplyProp

func BorderStartBronzeDarkAlpha

func BorderStartBronzeDarkAlpha(scale int) ApplyProp

func BorderStartBrown

func BorderStartBrown(scale int) ApplyProp

func BorderStartBrownAlpha

func BorderStartBrownAlpha(scale int) ApplyProp

func BorderStartBrownDark

func BorderStartBrownDark(scale int) ApplyProp

func BorderStartBrownDarkAlpha

func BorderStartBrownDarkAlpha(scale int) ApplyProp

func BorderStartColor

func BorderStartColor(val value.Value) ApplyProp

func BorderStartCrimson

func BorderStartCrimson(scale int) ApplyProp

func BorderStartCrimsonAlpha

func BorderStartCrimsonAlpha(scale int) ApplyProp

func BorderStartCrimsonDark

func BorderStartCrimsonDark(scale int) ApplyProp

func BorderStartCrimsonDarkAlpha

func BorderStartCrimsonDarkAlpha(scale int) ApplyProp

func BorderStartCurrent

func BorderStartCurrent() ApplyProp

func BorderStartCyan

func BorderStartCyan(scale int) ApplyProp

func BorderStartCyanAlpha

func BorderStartCyanAlpha(scale int) ApplyProp

func BorderStartCyanDark

func BorderStartCyanDark(scale int) ApplyProp

func BorderStartCyanDarkAlpha

func BorderStartCyanDarkAlpha(scale int) ApplyProp

func BorderStartGold

func BorderStartGold(scale int) ApplyProp

func BorderStartGoldAlpha

func BorderStartGoldAlpha(scale int) ApplyProp

func BorderStartGoldDark

func BorderStartGoldDark(scale int) ApplyProp

func BorderStartGoldDarkAlpha

func BorderStartGoldDarkAlpha(scale int) ApplyProp

func BorderStartGrass

func BorderStartGrass(scale int) ApplyProp

func BorderStartGrassAlpha

func BorderStartGrassAlpha(scale int) ApplyProp

func BorderStartGrassDark

func BorderStartGrassDark(scale int) ApplyProp

func BorderStartGrassDarkAlpha

func BorderStartGrassDarkAlpha(scale int) ApplyProp

func BorderStartGray

func BorderStartGray(scale int) ApplyProp

func BorderStartGrayAlpha

func BorderStartGrayAlpha(scale int) ApplyProp

func BorderStartGrayDark

func BorderStartGrayDark(scale int) ApplyProp

func BorderStartGrayDarkAlpha

func BorderStartGrayDarkAlpha(scale int) ApplyProp

func BorderStartGreen

func BorderStartGreen(scale int) ApplyProp

func BorderStartGreenAlpha

func BorderStartGreenAlpha(scale int) ApplyProp

func BorderStartGreenDark

func BorderStartGreenDark(scale int) ApplyProp

func BorderStartGreenDarkAlpha

func BorderStartGreenDarkAlpha(scale int) ApplyProp

func BorderStartIndigo

func BorderStartIndigo(scale int) ApplyProp

func BorderStartIndigoAlpha

func BorderStartIndigoAlpha(scale int) ApplyProp

func BorderStartIndigoDark

func BorderStartIndigoDark(scale int) ApplyProp

func BorderStartIndigoDarkAlpha

func BorderStartIndigoDarkAlpha(scale int) ApplyProp

func BorderStartInherit

func BorderStartInherit() ApplyProp

func BorderStartIris

func BorderStartIris(scale int) ApplyProp

func BorderStartIrisAlpha

func BorderStartIrisAlpha(scale int) ApplyProp

func BorderStartIrisDark

func BorderStartIrisDark(scale int) ApplyProp

func BorderStartIrisDarkAlpha

func BorderStartIrisDarkAlpha(scale int) ApplyProp

func BorderStartJade

func BorderStartJade(scale int) ApplyProp

func BorderStartJadeAlpha

func BorderStartJadeAlpha(scale int) ApplyProp

func BorderStartJadeDark

func BorderStartJadeDark(scale int) ApplyProp

func BorderStartJadeDarkAlpha

func BorderStartJadeDarkAlpha(scale int) ApplyProp

func BorderStartLime

func BorderStartLime(scale int) ApplyProp

func BorderStartLimeAlpha

func BorderStartLimeAlpha(scale int) ApplyProp

func BorderStartLimeDark

func BorderStartLimeDark(scale int) ApplyProp

func BorderStartLimeDarkAlpha

func BorderStartLimeDarkAlpha(scale int) ApplyProp

func BorderStartMauve

func BorderStartMauve(scale int) ApplyProp

func BorderStartMauveAlpha

func BorderStartMauveAlpha(scale int) ApplyProp

func BorderStartMauveDark

func BorderStartMauveDark(scale int) ApplyProp

func BorderStartMauveDarkAlpha

func BorderStartMauveDarkAlpha(scale int) ApplyProp

func BorderStartMint

func BorderStartMint(scale int) ApplyProp

func BorderStartMintAlpha

func BorderStartMintAlpha(scale int) ApplyProp

func BorderStartMintDark

func BorderStartMintDark(scale int) ApplyProp

func BorderStartMintDarkAlpha

func BorderStartMintDarkAlpha(scale int) ApplyProp

func BorderStartOlive

func BorderStartOlive(scale int) ApplyProp

func BorderStartOliveAlpha

func BorderStartOliveAlpha(scale int) ApplyProp

func BorderStartOliveDark

func BorderStartOliveDark(scale int) ApplyProp

func BorderStartOliveDarkAlpha

func BorderStartOliveDarkAlpha(scale int) ApplyProp

func BorderStartOrange

func BorderStartOrange(scale int) ApplyProp

func BorderStartOrangeAlpha

func BorderStartOrangeAlpha(scale int) ApplyProp

func BorderStartOrangeDark

func BorderStartOrangeDark(scale int) ApplyProp

func BorderStartOrangeDarkAlpha

func BorderStartOrangeDarkAlpha(scale int) ApplyProp

func BorderStartPink

func BorderStartPink(scale int) ApplyProp

func BorderStartPinkAlpha

func BorderStartPinkAlpha(scale int) ApplyProp

func BorderStartPinkDark

func BorderStartPinkDark(scale int) ApplyProp

func BorderStartPinkDarkAlpha

func BorderStartPinkDarkAlpha(scale int) ApplyProp

func BorderStartPlum

func BorderStartPlum(scale int) ApplyProp

func BorderStartPlumAlpha

func BorderStartPlumAlpha(scale int) ApplyProp

func BorderStartPlumDark

func BorderStartPlumDark(scale int) ApplyProp

func BorderStartPlumDarkAlpha

func BorderStartPlumDarkAlpha(scale int) ApplyProp

func BorderStartPurple

func BorderStartPurple(scale int) ApplyProp

func BorderStartPurpleAlpha

func BorderStartPurpleAlpha(scale int) ApplyProp

func BorderStartPurpleDark

func BorderStartPurpleDark(scale int) ApplyProp

func BorderStartPurpleDarkAlpha

func BorderStartPurpleDarkAlpha(scale int) ApplyProp

func BorderStartRed

func BorderStartRed(scale int) ApplyProp

func BorderStartRedAlpha

func BorderStartRedAlpha(scale int) ApplyProp

func BorderStartRedDark

func BorderStartRedDark(scale int) ApplyProp

func BorderStartRedDarkAlpha

func BorderStartRedDarkAlpha(scale int) ApplyProp

func BorderStartRuby

func BorderStartRuby(scale int) ApplyProp

func BorderStartRubyAlpha

func BorderStartRubyAlpha(scale int) ApplyProp

func BorderStartRubyDark

func BorderStartRubyDark(scale int) ApplyProp

func BorderStartRubyDarkAlpha

func BorderStartRubyDarkAlpha(scale int) ApplyProp

func BorderStartSage

func BorderStartSage(scale int) ApplyProp

func BorderStartSageAlpha

func BorderStartSageAlpha(scale int) ApplyProp

func BorderStartSageDark

func BorderStartSageDark(scale int) ApplyProp

func BorderStartSageDarkAlpha

func BorderStartSageDarkAlpha(scale int) ApplyProp

func BorderStartSand

func BorderStartSand(scale int) ApplyProp

func BorderStartSandAlpha

func BorderStartSandAlpha(scale int) ApplyProp

func BorderStartSandDark

func BorderStartSandDark(scale int) ApplyProp

func BorderStartSandDarkAlpha

func BorderStartSandDarkAlpha(scale int) ApplyProp

func BorderStartSky

func BorderStartSky(scale int) ApplyProp

func BorderStartSkyAlpha

func BorderStartSkyAlpha(scale int) ApplyProp

func BorderStartSkyDark

func BorderStartSkyDark(scale int) ApplyProp

func BorderStartSkyDarkAlpha

func BorderStartSkyDarkAlpha(scale int) ApplyProp

func BorderStartSlate

func BorderStartSlate(scale int) ApplyProp

func BorderStartSlateAlpha

func BorderStartSlateAlpha(scale int) ApplyProp

func BorderStartSlateDark

func BorderStartSlateDark(scale int) ApplyProp

func BorderStartSlateDarkAlpha

func BorderStartSlateDarkAlpha(scale int) ApplyProp

func BorderStartTeal

func BorderStartTeal(scale int) ApplyProp

func BorderStartTealAlpha

func BorderStartTealAlpha(scale int) ApplyProp

func BorderStartTealDark

func BorderStartTealDark(scale int) ApplyProp

func BorderStartTealDarkAlpha

func BorderStartTealDarkAlpha(scale int) ApplyProp

func BorderStartTomato

func BorderStartTomato(scale int) ApplyProp

func BorderStartTomatoAlpha

func BorderStartTomatoAlpha(scale int) ApplyProp

func BorderStartTomatoDark

func BorderStartTomatoDark(scale int) ApplyProp

func BorderStartTomatoDarkAlpha

func BorderStartTomatoDarkAlpha(scale int) ApplyProp

func BorderStartTransparent

func BorderStartTransparent() ApplyProp

func BorderStartViolet

func BorderStartViolet(scale int) ApplyProp

func BorderStartVioletAlpha

func BorderStartVioletAlpha(scale int) ApplyProp

func BorderStartVioletDark

func BorderStartVioletDark(scale int) ApplyProp

func BorderStartVioletDarkAlpha

func BorderStartVioletDarkAlpha(scale int) ApplyProp

func BorderStartWhite

func BorderStartWhite() ApplyProp

func BorderStartWhiteAlpha

func BorderStartWhiteAlpha(scale int) ApplyProp

func BorderStartYellow

func BorderStartYellow(scale int) ApplyProp

func BorderStartYellowAlpha

func BorderStartYellowAlpha(scale int) ApplyProp

func BorderStartYellowDark

func BorderStartYellowDark(scale int) ApplyProp

func BorderStartYellowDarkAlpha

func BorderStartYellowDarkAlpha(scale int) ApplyProp

func BorderT

func BorderT(val ...value.Value) ApplyProp

func BorderTeal

func BorderTeal(scale int) ApplyProp

func BorderTealAlpha

func BorderTealAlpha(scale int) ApplyProp

func BorderTealDark

func BorderTealDark(scale int) ApplyProp

func BorderTealDarkAlpha

func BorderTealDarkAlpha(scale int) ApplyProp

func BorderTomato

func BorderTomato(scale int) ApplyProp

func BorderTomatoAlpha

func BorderTomatoAlpha(scale int) ApplyProp

func BorderTomatoDark

func BorderTomatoDark(scale int) ApplyProp

func BorderTomatoDarkAlpha

func BorderTomatoDarkAlpha(scale int) ApplyProp

func BorderTopAmber

func BorderTopAmber(scale int) ApplyProp

func BorderTopAmberAlpha

func BorderTopAmberAlpha(scale int) ApplyProp

func BorderTopAmberDark

func BorderTopAmberDark(scale int) ApplyProp

func BorderTopAmberDarkAlpha

func BorderTopAmberDarkAlpha(scale int) ApplyProp

func BorderTopBlack

func BorderTopBlack() ApplyProp

func BorderTopBlackAlpha

func BorderTopBlackAlpha(scale int) ApplyProp

func BorderTopBlue

func BorderTopBlue(scale int) ApplyProp

func BorderTopBlueAlpha

func BorderTopBlueAlpha(scale int) ApplyProp

func BorderTopBlueDark

func BorderTopBlueDark(scale int) ApplyProp

func BorderTopBlueDarkAlpha

func BorderTopBlueDarkAlpha(scale int) ApplyProp

func BorderTopBronze

func BorderTopBronze(scale int) ApplyProp

func BorderTopBronzeAlpha

func BorderTopBronzeAlpha(scale int) ApplyProp

func BorderTopBronzeDark

func BorderTopBronzeDark(scale int) ApplyProp

func BorderTopBronzeDarkAlpha

func BorderTopBronzeDarkAlpha(scale int) ApplyProp

func BorderTopBrown

func BorderTopBrown(scale int) ApplyProp

func BorderTopBrownAlpha

func BorderTopBrownAlpha(scale int) ApplyProp

func BorderTopBrownDark

func BorderTopBrownDark(scale int) ApplyProp

func BorderTopBrownDarkAlpha

func BorderTopBrownDarkAlpha(scale int) ApplyProp

func BorderTopColor

func BorderTopColor(val value.Value) ApplyProp

func BorderTopCrimson

func BorderTopCrimson(scale int) ApplyProp

func BorderTopCrimsonAlpha

func BorderTopCrimsonAlpha(scale int) ApplyProp

func BorderTopCrimsonDark

func BorderTopCrimsonDark(scale int) ApplyProp

func BorderTopCrimsonDarkAlpha

func BorderTopCrimsonDarkAlpha(scale int) ApplyProp

func BorderTopCurrent

func BorderTopCurrent() ApplyProp

func BorderTopCyan

func BorderTopCyan(scale int) ApplyProp

func BorderTopCyanAlpha

func BorderTopCyanAlpha(scale int) ApplyProp

func BorderTopCyanDark

func BorderTopCyanDark(scale int) ApplyProp

func BorderTopCyanDarkAlpha

func BorderTopCyanDarkAlpha(scale int) ApplyProp

func BorderTopGold

func BorderTopGold(scale int) ApplyProp

func BorderTopGoldAlpha

func BorderTopGoldAlpha(scale int) ApplyProp

func BorderTopGoldDark

func BorderTopGoldDark(scale int) ApplyProp

func BorderTopGoldDarkAlpha

func BorderTopGoldDarkAlpha(scale int) ApplyProp

func BorderTopGrass

func BorderTopGrass(scale int) ApplyProp

func BorderTopGrassAlpha

func BorderTopGrassAlpha(scale int) ApplyProp

func BorderTopGrassDark

func BorderTopGrassDark(scale int) ApplyProp

func BorderTopGrassDarkAlpha

func BorderTopGrassDarkAlpha(scale int) ApplyProp

func BorderTopGray

func BorderTopGray(scale int) ApplyProp

func BorderTopGrayAlpha

func BorderTopGrayAlpha(scale int) ApplyProp

func BorderTopGrayDark

func BorderTopGrayDark(scale int) ApplyProp

func BorderTopGrayDarkAlpha

func BorderTopGrayDarkAlpha(scale int) ApplyProp

func BorderTopGreen

func BorderTopGreen(scale int) ApplyProp

func BorderTopGreenAlpha

func BorderTopGreenAlpha(scale int) ApplyProp

func BorderTopGreenDark

func BorderTopGreenDark(scale int) ApplyProp

func BorderTopGreenDarkAlpha

func BorderTopGreenDarkAlpha(scale int) ApplyProp

func BorderTopIndigo

func BorderTopIndigo(scale int) ApplyProp

func BorderTopIndigoAlpha

func BorderTopIndigoAlpha(scale int) ApplyProp

func BorderTopIndigoDark

func BorderTopIndigoDark(scale int) ApplyProp

func BorderTopIndigoDarkAlpha

func BorderTopIndigoDarkAlpha(scale int) ApplyProp

func BorderTopInherit

func BorderTopInherit() ApplyProp

func BorderTopIris

func BorderTopIris(scale int) ApplyProp

func BorderTopIrisAlpha

func BorderTopIrisAlpha(scale int) ApplyProp

func BorderTopIrisDark

func BorderTopIrisDark(scale int) ApplyProp

func BorderTopIrisDarkAlpha

func BorderTopIrisDarkAlpha(scale int) ApplyProp

func BorderTopJade

func BorderTopJade(scale int) ApplyProp

func BorderTopJadeAlpha

func BorderTopJadeAlpha(scale int) ApplyProp

func BorderTopJadeDark

func BorderTopJadeDark(scale int) ApplyProp

func BorderTopJadeDarkAlpha

func BorderTopJadeDarkAlpha(scale int) ApplyProp

func BorderTopLime

func BorderTopLime(scale int) ApplyProp

func BorderTopLimeAlpha

func BorderTopLimeAlpha(scale int) ApplyProp

func BorderTopLimeDark

func BorderTopLimeDark(scale int) ApplyProp

func BorderTopLimeDarkAlpha

func BorderTopLimeDarkAlpha(scale int) ApplyProp

func BorderTopMauve

func BorderTopMauve(scale int) ApplyProp

func BorderTopMauveAlpha

func BorderTopMauveAlpha(scale int) ApplyProp

func BorderTopMauveDark

func BorderTopMauveDark(scale int) ApplyProp

func BorderTopMauveDarkAlpha

func BorderTopMauveDarkAlpha(scale int) ApplyProp

func BorderTopMint

func BorderTopMint(scale int) ApplyProp

func BorderTopMintAlpha

func BorderTopMintAlpha(scale int) ApplyProp

func BorderTopMintDark

func BorderTopMintDark(scale int) ApplyProp

func BorderTopMintDarkAlpha

func BorderTopMintDarkAlpha(scale int) ApplyProp

func BorderTopOlive

func BorderTopOlive(scale int) ApplyProp

func BorderTopOliveAlpha

func BorderTopOliveAlpha(scale int) ApplyProp

func BorderTopOliveDark

func BorderTopOliveDark(scale int) ApplyProp

func BorderTopOliveDarkAlpha

func BorderTopOliveDarkAlpha(scale int) ApplyProp

func BorderTopOrange

func BorderTopOrange(scale int) ApplyProp

func BorderTopOrangeAlpha

func BorderTopOrangeAlpha(scale int) ApplyProp

func BorderTopOrangeDark

func BorderTopOrangeDark(scale int) ApplyProp

func BorderTopOrangeDarkAlpha

func BorderTopOrangeDarkAlpha(scale int) ApplyProp

func BorderTopPink

func BorderTopPink(scale int) ApplyProp

func BorderTopPinkAlpha

func BorderTopPinkAlpha(scale int) ApplyProp

func BorderTopPinkDark

func BorderTopPinkDark(scale int) ApplyProp

func BorderTopPinkDarkAlpha

func BorderTopPinkDarkAlpha(scale int) ApplyProp

func BorderTopPlum

func BorderTopPlum(scale int) ApplyProp

func BorderTopPlumAlpha

func BorderTopPlumAlpha(scale int) ApplyProp

func BorderTopPlumDark

func BorderTopPlumDark(scale int) ApplyProp

func BorderTopPlumDarkAlpha

func BorderTopPlumDarkAlpha(scale int) ApplyProp

func BorderTopPurple

func BorderTopPurple(scale int) ApplyProp

func BorderTopPurpleAlpha

func BorderTopPurpleAlpha(scale int) ApplyProp

func BorderTopPurpleDark

func BorderTopPurpleDark(scale int) ApplyProp

func BorderTopPurpleDarkAlpha

func BorderTopPurpleDarkAlpha(scale int) ApplyProp

func BorderTopRed

func BorderTopRed(scale int) ApplyProp

func BorderTopRedAlpha

func BorderTopRedAlpha(scale int) ApplyProp

func BorderTopRedDark

func BorderTopRedDark(scale int) ApplyProp

func BorderTopRedDarkAlpha

func BorderTopRedDarkAlpha(scale int) ApplyProp

func BorderTopRuby

func BorderTopRuby(scale int) ApplyProp

func BorderTopRubyAlpha

func BorderTopRubyAlpha(scale int) ApplyProp

func BorderTopRubyDark

func BorderTopRubyDark(scale int) ApplyProp

func BorderTopRubyDarkAlpha

func BorderTopRubyDarkAlpha(scale int) ApplyProp

func BorderTopSage

func BorderTopSage(scale int) ApplyProp

func BorderTopSageAlpha

func BorderTopSageAlpha(scale int) ApplyProp

func BorderTopSageDark

func BorderTopSageDark(scale int) ApplyProp

func BorderTopSageDarkAlpha

func BorderTopSageDarkAlpha(scale int) ApplyProp

func BorderTopSand

func BorderTopSand(scale int) ApplyProp

func BorderTopSandAlpha

func BorderTopSandAlpha(scale int) ApplyProp

func BorderTopSandDark

func BorderTopSandDark(scale int) ApplyProp

func BorderTopSandDarkAlpha

func BorderTopSandDarkAlpha(scale int) ApplyProp

func BorderTopSky

func BorderTopSky(scale int) ApplyProp

func BorderTopSkyAlpha

func BorderTopSkyAlpha(scale int) ApplyProp

func BorderTopSkyDark

func BorderTopSkyDark(scale int) ApplyProp

func BorderTopSkyDarkAlpha

func BorderTopSkyDarkAlpha(scale int) ApplyProp

func BorderTopSlate

func BorderTopSlate(scale int) ApplyProp

func BorderTopSlateAlpha

func BorderTopSlateAlpha(scale int) ApplyProp

func BorderTopSlateDark

func BorderTopSlateDark(scale int) ApplyProp

func BorderTopSlateDarkAlpha

func BorderTopSlateDarkAlpha(scale int) ApplyProp

func BorderTopTeal

func BorderTopTeal(scale int) ApplyProp

func BorderTopTealAlpha

func BorderTopTealAlpha(scale int) ApplyProp

func BorderTopTealDark

func BorderTopTealDark(scale int) ApplyProp

func BorderTopTealDarkAlpha

func BorderTopTealDarkAlpha(scale int) ApplyProp

func BorderTopTomato

func BorderTopTomato(scale int) ApplyProp

func BorderTopTomatoAlpha

func BorderTopTomatoAlpha(scale int) ApplyProp

func BorderTopTomatoDark

func BorderTopTomatoDark(scale int) ApplyProp

func BorderTopTomatoDarkAlpha

func BorderTopTomatoDarkAlpha(scale int) ApplyProp

func BorderTopTransparent

func BorderTopTransparent() ApplyProp

func BorderTopViolet

func BorderTopViolet(scale int) ApplyProp

func BorderTopVioletAlpha

func BorderTopVioletAlpha(scale int) ApplyProp

func BorderTopVioletDark

func BorderTopVioletDark(scale int) ApplyProp

func BorderTopVioletDarkAlpha

func BorderTopVioletDarkAlpha(scale int) ApplyProp

func BorderTopWhite

func BorderTopWhite() ApplyProp

func BorderTopWhiteAlpha

func BorderTopWhiteAlpha(scale int) ApplyProp

func BorderTopYellow

func BorderTopYellow(scale int) ApplyProp

func BorderTopYellowAlpha

func BorderTopYellowAlpha(scale int) ApplyProp

func BorderTopYellowDark

func BorderTopYellowDark(scale int) ApplyProp

func BorderTopYellowDarkAlpha

func BorderTopYellowDarkAlpha(scale int) ApplyProp

func BorderTransparent

func BorderTransparent() ApplyProp

func BorderViolet

func BorderViolet(scale int) ApplyProp

func BorderVioletAlpha

func BorderVioletAlpha(scale int) ApplyProp

func BorderVioletDark

func BorderVioletDark(scale int) ApplyProp

func BorderVioletDarkAlpha

func BorderVioletDarkAlpha(scale int) ApplyProp

func BorderWhite

func BorderWhite() ApplyProp

func BorderWhiteAlpha

func BorderWhiteAlpha(scale int) ApplyProp

func BorderX

func BorderX(val ...value.Value) ApplyProp

func BorderXAmber

func BorderXAmber(scale int) ApplyProp

func BorderXAmberAlpha

func BorderXAmberAlpha(scale int) ApplyProp

func BorderXAmberDark

func BorderXAmberDark(scale int) ApplyProp

func BorderXAmberDarkAlpha

func BorderXAmberDarkAlpha(scale int) ApplyProp

func BorderXBlack

func BorderXBlack() ApplyProp

func BorderXBlackAlpha

func BorderXBlackAlpha(scale int) ApplyProp

func BorderXBlue

func BorderXBlue(scale int) ApplyProp

func BorderXBlueAlpha

func BorderXBlueAlpha(scale int) ApplyProp

func BorderXBlueDark

func BorderXBlueDark(scale int) ApplyProp

func BorderXBlueDarkAlpha

func BorderXBlueDarkAlpha(scale int) ApplyProp

func BorderXBronze

func BorderXBronze(scale int) ApplyProp

func BorderXBronzeAlpha

func BorderXBronzeAlpha(scale int) ApplyProp

func BorderXBronzeDark

func BorderXBronzeDark(scale int) ApplyProp

func BorderXBronzeDarkAlpha

func BorderXBronzeDarkAlpha(scale int) ApplyProp

func BorderXBrown

func BorderXBrown(scale int) ApplyProp

func BorderXBrownAlpha

func BorderXBrownAlpha(scale int) ApplyProp

func BorderXBrownDark

func BorderXBrownDark(scale int) ApplyProp

func BorderXBrownDarkAlpha

func BorderXBrownDarkAlpha(scale int) ApplyProp

func BorderXColor

func BorderXColor(val value.Value) ApplyProp

func BorderXCrimson

func BorderXCrimson(scale int) ApplyProp

func BorderXCrimsonAlpha

func BorderXCrimsonAlpha(scale int) ApplyProp

func BorderXCrimsonDark

func BorderXCrimsonDark(scale int) ApplyProp

func BorderXCrimsonDarkAlpha

func BorderXCrimsonDarkAlpha(scale int) ApplyProp

func BorderXCurrent

func BorderXCurrent() ApplyProp

func BorderXCyan

func BorderXCyan(scale int) ApplyProp

func BorderXCyanAlpha

func BorderXCyanAlpha(scale int) ApplyProp

func BorderXCyanDark

func BorderXCyanDark(scale int) ApplyProp

func BorderXCyanDarkAlpha

func BorderXCyanDarkAlpha(scale int) ApplyProp

func BorderXGold

func BorderXGold(scale int) ApplyProp

func BorderXGoldAlpha

func BorderXGoldAlpha(scale int) ApplyProp

func BorderXGoldDark

func BorderXGoldDark(scale int) ApplyProp

func BorderXGoldDarkAlpha

func BorderXGoldDarkAlpha(scale int) ApplyProp

func BorderXGrass

func BorderXGrass(scale int) ApplyProp

func BorderXGrassAlpha

func BorderXGrassAlpha(scale int) ApplyProp

func BorderXGrassDark

func BorderXGrassDark(scale int) ApplyProp

func BorderXGrassDarkAlpha

func BorderXGrassDarkAlpha(scale int) ApplyProp

func BorderXGray

func BorderXGray(scale int) ApplyProp

func BorderXGrayAlpha

func BorderXGrayAlpha(scale int) ApplyProp

func BorderXGrayDark

func BorderXGrayDark(scale int) ApplyProp

func BorderXGrayDarkAlpha

func BorderXGrayDarkAlpha(scale int) ApplyProp

func BorderXGreen

func BorderXGreen(scale int) ApplyProp

func BorderXGreenAlpha

func BorderXGreenAlpha(scale int) ApplyProp

func BorderXGreenDark

func BorderXGreenDark(scale int) ApplyProp

func BorderXGreenDarkAlpha

func BorderXGreenDarkAlpha(scale int) ApplyProp

func BorderXIndigo

func BorderXIndigo(scale int) ApplyProp

func BorderXIndigoAlpha

func BorderXIndigoAlpha(scale int) ApplyProp

func BorderXIndigoDark

func BorderXIndigoDark(scale int) ApplyProp

func BorderXIndigoDarkAlpha

func BorderXIndigoDarkAlpha(scale int) ApplyProp

func BorderXInherit

func BorderXInherit() ApplyProp

func BorderXIris

func BorderXIris(scale int) ApplyProp

func BorderXIrisAlpha

func BorderXIrisAlpha(scale int) ApplyProp

func BorderXIrisDark

func BorderXIrisDark(scale int) ApplyProp

func BorderXIrisDarkAlpha

func BorderXIrisDarkAlpha(scale int) ApplyProp

func BorderXJade

func BorderXJade(scale int) ApplyProp

func BorderXJadeAlpha

func BorderXJadeAlpha(scale int) ApplyProp

func BorderXJadeDark

func BorderXJadeDark(scale int) ApplyProp

func BorderXJadeDarkAlpha

func BorderXJadeDarkAlpha(scale int) ApplyProp

func BorderXLime

func BorderXLime(scale int) ApplyProp

func BorderXLimeAlpha

func BorderXLimeAlpha(scale int) ApplyProp

func BorderXLimeDark

func BorderXLimeDark(scale int) ApplyProp

func BorderXLimeDarkAlpha

func BorderXLimeDarkAlpha(scale int) ApplyProp

func BorderXMauve

func BorderXMauve(scale int) ApplyProp

func BorderXMauveAlpha

func BorderXMauveAlpha(scale int) ApplyProp

func BorderXMauveDark

func BorderXMauveDark(scale int) ApplyProp

func BorderXMauveDarkAlpha

func BorderXMauveDarkAlpha(scale int) ApplyProp

func BorderXMint

func BorderXMint(scale int) ApplyProp

func BorderXMintAlpha

func BorderXMintAlpha(scale int) ApplyProp

func BorderXMintDark

func BorderXMintDark(scale int) ApplyProp

func BorderXMintDarkAlpha

func BorderXMintDarkAlpha(scale int) ApplyProp

func BorderXOlive

func BorderXOlive(scale int) ApplyProp

func BorderXOliveAlpha

func BorderXOliveAlpha(scale int) ApplyProp

func BorderXOliveDark

func BorderXOliveDark(scale int) ApplyProp

func BorderXOliveDarkAlpha

func BorderXOliveDarkAlpha(scale int) ApplyProp

func BorderXOrange

func BorderXOrange(scale int) ApplyProp

func BorderXOrangeAlpha

func BorderXOrangeAlpha(scale int) ApplyProp

func BorderXOrangeDark

func BorderXOrangeDark(scale int) ApplyProp

func BorderXOrangeDarkAlpha

func BorderXOrangeDarkAlpha(scale int) ApplyProp

func BorderXPink

func BorderXPink(scale int) ApplyProp

func BorderXPinkAlpha

func BorderXPinkAlpha(scale int) ApplyProp

func BorderXPinkDark

func BorderXPinkDark(scale int) ApplyProp

func BorderXPinkDarkAlpha

func BorderXPinkDarkAlpha(scale int) ApplyProp

func BorderXPlum

func BorderXPlum(scale int) ApplyProp

func BorderXPlumAlpha

func BorderXPlumAlpha(scale int) ApplyProp

func BorderXPlumDark

func BorderXPlumDark(scale int) ApplyProp

func BorderXPlumDarkAlpha

func BorderXPlumDarkAlpha(scale int) ApplyProp

func BorderXPurple

func BorderXPurple(scale int) ApplyProp

func BorderXPurpleAlpha

func BorderXPurpleAlpha(scale int) ApplyProp

func BorderXPurpleDark

func BorderXPurpleDark(scale int) ApplyProp

func BorderXPurpleDarkAlpha

func BorderXPurpleDarkAlpha(scale int) ApplyProp

func BorderXRed

func BorderXRed(scale int) ApplyProp

func BorderXRedAlpha

func BorderXRedAlpha(scale int) ApplyProp

func BorderXRedDark

func BorderXRedDark(scale int) ApplyProp

func BorderXRedDarkAlpha

func BorderXRedDarkAlpha(scale int) ApplyProp

func BorderXRuby

func BorderXRuby(scale int) ApplyProp

func BorderXRubyAlpha

func BorderXRubyAlpha(scale int) ApplyProp

func BorderXRubyDark

func BorderXRubyDark(scale int) ApplyProp

func BorderXRubyDarkAlpha

func BorderXRubyDarkAlpha(scale int) ApplyProp

func BorderXSage

func BorderXSage(scale int) ApplyProp

func BorderXSageAlpha

func BorderXSageAlpha(scale int) ApplyProp

func BorderXSageDark

func BorderXSageDark(scale int) ApplyProp

func BorderXSageDarkAlpha

func BorderXSageDarkAlpha(scale int) ApplyProp

func BorderXSand

func BorderXSand(scale int) ApplyProp

func BorderXSandAlpha

func BorderXSandAlpha(scale int) ApplyProp

func BorderXSandDark

func BorderXSandDark(scale int) ApplyProp

func BorderXSandDarkAlpha

func BorderXSandDarkAlpha(scale int) ApplyProp

func BorderXSky

func BorderXSky(scale int) ApplyProp

func BorderXSkyAlpha

func BorderXSkyAlpha(scale int) ApplyProp

func BorderXSkyDark

func BorderXSkyDark(scale int) ApplyProp

func BorderXSkyDarkAlpha

func BorderXSkyDarkAlpha(scale int) ApplyProp

func BorderXSlate

func BorderXSlate(scale int) ApplyProp

func BorderXSlateAlpha

func BorderXSlateAlpha(scale int) ApplyProp

func BorderXSlateDark

func BorderXSlateDark(scale int) ApplyProp

func BorderXSlateDarkAlpha

func BorderXSlateDarkAlpha(scale int) ApplyProp

func BorderXTeal

func BorderXTeal(scale int) ApplyProp

func BorderXTealAlpha

func BorderXTealAlpha(scale int) ApplyProp

func BorderXTealDark

func BorderXTealDark(scale int) ApplyProp

func BorderXTealDarkAlpha

func BorderXTealDarkAlpha(scale int) ApplyProp

func BorderXTomato

func BorderXTomato(scale int) ApplyProp

func BorderXTomatoAlpha

func BorderXTomatoAlpha(scale int) ApplyProp

func BorderXTomatoDark

func BorderXTomatoDark(scale int) ApplyProp

func BorderXTomatoDarkAlpha

func BorderXTomatoDarkAlpha(scale int) ApplyProp

func BorderXTransparent

func BorderXTransparent() ApplyProp

func BorderXViolet

func BorderXViolet(scale int) ApplyProp

func BorderXVioletAlpha

func BorderXVioletAlpha(scale int) ApplyProp

func BorderXVioletDark

func BorderXVioletDark(scale int) ApplyProp

func BorderXVioletDarkAlpha

func BorderXVioletDarkAlpha(scale int) ApplyProp

func BorderXWhite

func BorderXWhite() ApplyProp

func BorderXWhiteAlpha

func BorderXWhiteAlpha(scale int) ApplyProp

func BorderXYellow

func BorderXYellow(scale int) ApplyProp

func BorderXYellowAlpha

func BorderXYellowAlpha(scale int) ApplyProp

func BorderXYellowDark

func BorderXYellowDark(scale int) ApplyProp

func BorderXYellowDarkAlpha

func BorderXYellowDarkAlpha(scale int) ApplyProp

func BorderY

func BorderY(val ...value.Value) ApplyProp

func BorderYAmber

func BorderYAmber(scale int) ApplyProp

func BorderYAmberAlpha

func BorderYAmberAlpha(scale int) ApplyProp

func BorderYAmberDark

func BorderYAmberDark(scale int) ApplyProp

func BorderYAmberDarkAlpha

func BorderYAmberDarkAlpha(scale int) ApplyProp

func BorderYBlack

func BorderYBlack() ApplyProp

func BorderYBlackAlpha

func BorderYBlackAlpha(scale int) ApplyProp

func BorderYBlue

func BorderYBlue(scale int) ApplyProp

func BorderYBlueAlpha

func BorderYBlueAlpha(scale int) ApplyProp

func BorderYBlueDark

func BorderYBlueDark(scale int) ApplyProp

func BorderYBlueDarkAlpha

func BorderYBlueDarkAlpha(scale int) ApplyProp

func BorderYBronze

func BorderYBronze(scale int) ApplyProp

func BorderYBronzeAlpha

func BorderYBronzeAlpha(scale int) ApplyProp

func BorderYBronzeDark

func BorderYBronzeDark(scale int) ApplyProp

func BorderYBronzeDarkAlpha

func BorderYBronzeDarkAlpha(scale int) ApplyProp

func BorderYBrown

func BorderYBrown(scale int) ApplyProp

func BorderYBrownAlpha

func BorderYBrownAlpha(scale int) ApplyProp

func BorderYBrownDark

func BorderYBrownDark(scale int) ApplyProp

func BorderYBrownDarkAlpha

func BorderYBrownDarkAlpha(scale int) ApplyProp

func BorderYColor

func BorderYColor(val value.Value) ApplyProp

func BorderYCrimson

func BorderYCrimson(scale int) ApplyProp

func BorderYCrimsonAlpha

func BorderYCrimsonAlpha(scale int) ApplyProp

func BorderYCrimsonDark

func BorderYCrimsonDark(scale int) ApplyProp

func BorderYCrimsonDarkAlpha

func BorderYCrimsonDarkAlpha(scale int) ApplyProp

func BorderYCurrent

func BorderYCurrent() ApplyProp

func BorderYCyan

func BorderYCyan(scale int) ApplyProp

func BorderYCyanAlpha

func BorderYCyanAlpha(scale int) ApplyProp

func BorderYCyanDark

func BorderYCyanDark(scale int) ApplyProp

func BorderYCyanDarkAlpha

func BorderYCyanDarkAlpha(scale int) ApplyProp

func BorderYGold

func BorderYGold(scale int) ApplyProp

func BorderYGoldAlpha

func BorderYGoldAlpha(scale int) ApplyProp

func BorderYGoldDark

func BorderYGoldDark(scale int) ApplyProp

func BorderYGoldDarkAlpha

func BorderYGoldDarkAlpha(scale int) ApplyProp

func BorderYGrass

func BorderYGrass(scale int) ApplyProp

func BorderYGrassAlpha

func BorderYGrassAlpha(scale int) ApplyProp

func BorderYGrassDark

func BorderYGrassDark(scale int) ApplyProp

func BorderYGrassDarkAlpha

func BorderYGrassDarkAlpha(scale int) ApplyProp

func BorderYGray

func BorderYGray(scale int) ApplyProp

func BorderYGrayAlpha

func BorderYGrayAlpha(scale int) ApplyProp

func BorderYGrayDark

func BorderYGrayDark(scale int) ApplyProp

func BorderYGrayDarkAlpha

func BorderYGrayDarkAlpha(scale int) ApplyProp

func BorderYGreen

func BorderYGreen(scale int) ApplyProp

func BorderYGreenAlpha

func BorderYGreenAlpha(scale int) ApplyProp

func BorderYGreenDark

func BorderYGreenDark(scale int) ApplyProp

func BorderYGreenDarkAlpha

func BorderYGreenDarkAlpha(scale int) ApplyProp

func BorderYIndigo

func BorderYIndigo(scale int) ApplyProp

func BorderYIndigoAlpha

func BorderYIndigoAlpha(scale int) ApplyProp

func BorderYIndigoDark

func BorderYIndigoDark(scale int) ApplyProp

func BorderYIndigoDarkAlpha

func BorderYIndigoDarkAlpha(scale int) ApplyProp

func BorderYInherit

func BorderYInherit() ApplyProp

func BorderYIris

func BorderYIris(scale int) ApplyProp

func BorderYIrisAlpha

func BorderYIrisAlpha(scale int) ApplyProp

func BorderYIrisDark

func BorderYIrisDark(scale int) ApplyProp

func BorderYIrisDarkAlpha

func BorderYIrisDarkAlpha(scale int) ApplyProp

func BorderYJade

func BorderYJade(scale int) ApplyProp

func BorderYJadeAlpha

func BorderYJadeAlpha(scale int) ApplyProp

func BorderYJadeDark

func BorderYJadeDark(scale int) ApplyProp

func BorderYJadeDarkAlpha

func BorderYJadeDarkAlpha(scale int) ApplyProp

func BorderYLime

func BorderYLime(scale int) ApplyProp

func BorderYLimeAlpha

func BorderYLimeAlpha(scale int) ApplyProp

func BorderYLimeDark

func BorderYLimeDark(scale int) ApplyProp

func BorderYLimeDarkAlpha

func BorderYLimeDarkAlpha(scale int) ApplyProp

func BorderYMauve

func BorderYMauve(scale int) ApplyProp

func BorderYMauveAlpha

func BorderYMauveAlpha(scale int) ApplyProp

func BorderYMauveDark

func BorderYMauveDark(scale int) ApplyProp

func BorderYMauveDarkAlpha

func BorderYMauveDarkAlpha(scale int) ApplyProp

func BorderYMint

func BorderYMint(scale int) ApplyProp

func BorderYMintAlpha

func BorderYMintAlpha(scale int) ApplyProp

func BorderYMintDark

func BorderYMintDark(scale int) ApplyProp

func BorderYMintDarkAlpha

func BorderYMintDarkAlpha(scale int) ApplyProp

func BorderYOlive

func BorderYOlive(scale int) ApplyProp

func BorderYOliveAlpha

func BorderYOliveAlpha(scale int) ApplyProp

func BorderYOliveDark

func BorderYOliveDark(scale int) ApplyProp

func BorderYOliveDarkAlpha

func BorderYOliveDarkAlpha(scale int) ApplyProp

func BorderYOrange

func BorderYOrange(scale int) ApplyProp

func BorderYOrangeAlpha

func BorderYOrangeAlpha(scale int) ApplyProp

func BorderYOrangeDark

func BorderYOrangeDark(scale int) ApplyProp

func BorderYOrangeDarkAlpha

func BorderYOrangeDarkAlpha(scale int) ApplyProp

func BorderYPink

func BorderYPink(scale int) ApplyProp

func BorderYPinkAlpha

func BorderYPinkAlpha(scale int) ApplyProp

func BorderYPinkDark

func BorderYPinkDark(scale int) ApplyProp

func BorderYPinkDarkAlpha

func BorderYPinkDarkAlpha(scale int) ApplyProp

func BorderYPlum

func BorderYPlum(scale int) ApplyProp

func BorderYPlumAlpha

func BorderYPlumAlpha(scale int) ApplyProp

func BorderYPlumDark

func BorderYPlumDark(scale int) ApplyProp

func BorderYPlumDarkAlpha

func BorderYPlumDarkAlpha(scale int) ApplyProp

func BorderYPurple

func BorderYPurple(scale int) ApplyProp

func BorderYPurpleAlpha

func BorderYPurpleAlpha(scale int) ApplyProp

func BorderYPurpleDark

func BorderYPurpleDark(scale int) ApplyProp

func BorderYPurpleDarkAlpha

func BorderYPurpleDarkAlpha(scale int) ApplyProp

func BorderYRed

func BorderYRed(scale int) ApplyProp

func BorderYRedAlpha

func BorderYRedAlpha(scale int) ApplyProp

func BorderYRedDark

func BorderYRedDark(scale int) ApplyProp

func BorderYRedDarkAlpha

func BorderYRedDarkAlpha(scale int) ApplyProp

func BorderYRuby

func BorderYRuby(scale int) ApplyProp

func BorderYRubyAlpha

func BorderYRubyAlpha(scale int) ApplyProp

func BorderYRubyDark

func BorderYRubyDark(scale int) ApplyProp

func BorderYRubyDarkAlpha

func BorderYRubyDarkAlpha(scale int) ApplyProp

func BorderYSage

func BorderYSage(scale int) ApplyProp

func BorderYSageAlpha

func BorderYSageAlpha(scale int) ApplyProp

func BorderYSageDark

func BorderYSageDark(scale int) ApplyProp

func BorderYSageDarkAlpha

func BorderYSageDarkAlpha(scale int) ApplyProp

func BorderYSand

func BorderYSand(scale int) ApplyProp

func BorderYSandAlpha

func BorderYSandAlpha(scale int) ApplyProp

func BorderYSandDark

func BorderYSandDark(scale int) ApplyProp

func BorderYSandDarkAlpha

func BorderYSandDarkAlpha(scale int) ApplyProp

func BorderYSky

func BorderYSky(scale int) ApplyProp

func BorderYSkyAlpha

func BorderYSkyAlpha(scale int) ApplyProp

func BorderYSkyDark

func BorderYSkyDark(scale int) ApplyProp

func BorderYSkyDarkAlpha

func BorderYSkyDarkAlpha(scale int) ApplyProp

func BorderYSlate

func BorderYSlate(scale int) ApplyProp

func BorderYSlateAlpha

func BorderYSlateAlpha(scale int) ApplyProp

func BorderYSlateDark

func BorderYSlateDark(scale int) ApplyProp

func BorderYSlateDarkAlpha

func BorderYSlateDarkAlpha(scale int) ApplyProp

func BorderYTeal

func BorderYTeal(scale int) ApplyProp

func BorderYTealAlpha

func BorderYTealAlpha(scale int) ApplyProp

func BorderYTealDark

func BorderYTealDark(scale int) ApplyProp

func BorderYTealDarkAlpha

func BorderYTealDarkAlpha(scale int) ApplyProp

func BorderYTomato

func BorderYTomato(scale int) ApplyProp

func BorderYTomatoAlpha

func BorderYTomatoAlpha(scale int) ApplyProp

func BorderYTomatoDark

func BorderYTomatoDark(scale int) ApplyProp

func BorderYTomatoDarkAlpha

func BorderYTomatoDarkAlpha(scale int) ApplyProp

func BorderYTransparent

func BorderYTransparent() ApplyProp

func BorderYViolet

func BorderYViolet(scale int) ApplyProp

func BorderYVioletAlpha

func BorderYVioletAlpha(scale int) ApplyProp

func BorderYVioletDark

func BorderYVioletDark(scale int) ApplyProp

func BorderYVioletDarkAlpha

func BorderYVioletDarkAlpha(scale int) ApplyProp

func BorderYWhite

func BorderYWhite() ApplyProp

func BorderYWhiteAlpha

func BorderYWhiteAlpha(scale int) ApplyProp

func BorderYYellow

func BorderYYellow(scale int) ApplyProp

func BorderYYellowAlpha

func BorderYYellowAlpha(scale int) ApplyProp

func BorderYYellowDark

func BorderYYellowDark(scale int) ApplyProp

func BorderYYellowDarkAlpha

func BorderYYellowDarkAlpha(scale int) ApplyProp

func BorderYellow

func BorderYellow(scale int) ApplyProp

func BorderYellowAlpha

func BorderYellowAlpha(scale int) ApplyProp

func BorderYellowDark

func BorderYellowDark(scale int) ApplyProp

func BorderYellowDarkAlpha

func BorderYellowDarkAlpha(scale int) ApplyProp

func Bottom

func Bottom(number int) ApplyProp

func BottomAuto

func BottomAuto() ApplyProp

func BottomBy

func BottomBy(val value.Value) ApplyProp

func BottomFraction

func BottomFraction(fraction float64) ApplyProp

func BottomFull

func BottomFull() ApplyProp

func BottomPx

func BottomPx() ApplyProp

func BoxBorder

func BoxBorder() ApplyProp

func BoxContent

func BoxContent() ApplyProp

func BoxDecorationClone

func BoxDecorationClone() ApplyProp

func BoxDecorationSlice

func BoxDecorationSlice() ApplyProp

func BreakAfterAll

func BreakAfterAll() ApplyProp

func BreakAfterAuto

func BreakAfterAuto() ApplyProp

func BreakAfterAvoid

func BreakAfterAvoid() ApplyProp

func BreakAfterAvoidPage

func BreakAfterAvoidPage() ApplyProp

func BreakAfterColumn

func BreakAfterColumn() ApplyProp

func BreakAfterLeft

func BreakAfterLeft() ApplyProp

func BreakAfterPage

func BreakAfterPage() ApplyProp

func BreakAfterRight

func BreakAfterRight() ApplyProp

func BreakAll

func BreakAll() ApplyProp

func BreakBeforeAll

func BreakBeforeAll() ApplyProp

func BreakBeforeAuto

func BreakBeforeAuto() ApplyProp

func BreakBeforeAvoid

func BreakBeforeAvoid() ApplyProp

func BreakBeforeAvoidPage

func BreakBeforeAvoidPage() ApplyProp

func BreakBeforeColumn

func BreakBeforeColumn() ApplyProp

func BreakBeforeLeft

func BreakBeforeLeft() ApplyProp

func BreakBeforePage

func BreakBeforePage() ApplyProp

func BreakBeforeRight

func BreakBeforeRight() ApplyProp

func BreakInsideAuto

func BreakInsideAuto() ApplyProp

func BreakInsideAvoid

func BreakInsideAvoid() ApplyProp

func BreakInsideAvoidColumn

func BreakInsideAvoidColumn() ApplyProp

func BreakInsideAvoidPage

func BreakInsideAvoidPage() ApplyProp

func BreakKeep

func BreakKeep() ApplyProp

func BreakNormal

func BreakNormal() ApplyProp

func Brightness

func Brightness(val any) ApplyProp

func CSSProperty

func CSSProperty(property string, value string) ApplyProp

func Capitalize

func Capitalize() ApplyProp

func CaptionBottom

func CaptionBottom() ApplyProp

func CaptionTop

func CaptionTop() ApplyProp

func Caret

func Caret(val value.Value) ApplyProp

func CaretAmber

func CaretAmber(scale int) ApplyProp

func CaretAmberAlpha

func CaretAmberAlpha(scale int) ApplyProp

func CaretAmberDark

func CaretAmberDark(scale int) ApplyProp

func CaretAmberDarkAlpha

func CaretAmberDarkAlpha(scale int) ApplyProp

func CaretBlack

func CaretBlack() ApplyProp

func CaretBlackAlpha

func CaretBlackAlpha(scale int) ApplyProp

func CaretBlue

func CaretBlue(scale int) ApplyProp

func CaretBlueAlpha

func CaretBlueAlpha(scale int) ApplyProp

func CaretBlueDark

func CaretBlueDark(scale int) ApplyProp

func CaretBlueDarkAlpha

func CaretBlueDarkAlpha(scale int) ApplyProp

func CaretBronze

func CaretBronze(scale int) ApplyProp

func CaretBronzeAlpha

func CaretBronzeAlpha(scale int) ApplyProp

func CaretBronzeDark

func CaretBronzeDark(scale int) ApplyProp

func CaretBronzeDarkAlpha

func CaretBronzeDarkAlpha(scale int) ApplyProp

func CaretBrown

func CaretBrown(scale int) ApplyProp

func CaretBrownAlpha

func CaretBrownAlpha(scale int) ApplyProp

func CaretBrownDark

func CaretBrownDark(scale int) ApplyProp

func CaretBrownDarkAlpha

func CaretBrownDarkAlpha(scale int) ApplyProp

func CaretCrimson

func CaretCrimson(scale int) ApplyProp

func CaretCrimsonAlpha

func CaretCrimsonAlpha(scale int) ApplyProp

func CaretCrimsonDark

func CaretCrimsonDark(scale int) ApplyProp

func CaretCrimsonDarkAlpha

func CaretCrimsonDarkAlpha(scale int) ApplyProp

func CaretCurrent

func CaretCurrent() ApplyProp

func CaretCyan

func CaretCyan(scale int) ApplyProp

func CaretCyanAlpha

func CaretCyanAlpha(scale int) ApplyProp

func CaretCyanDark

func CaretCyanDark(scale int) ApplyProp

func CaretCyanDarkAlpha

func CaretCyanDarkAlpha(scale int) ApplyProp

func CaretGold

func CaretGold(scale int) ApplyProp

func CaretGoldAlpha

func CaretGoldAlpha(scale int) ApplyProp

func CaretGoldDark

func CaretGoldDark(scale int) ApplyProp

func CaretGoldDarkAlpha

func CaretGoldDarkAlpha(scale int) ApplyProp

func CaretGrass

func CaretGrass(scale int) ApplyProp

func CaretGrassAlpha

func CaretGrassAlpha(scale int) ApplyProp

func CaretGrassDark

func CaretGrassDark(scale int) ApplyProp

func CaretGrassDarkAlpha

func CaretGrassDarkAlpha(scale int) ApplyProp

func CaretGray

func CaretGray(scale int) ApplyProp

func CaretGrayAlpha

func CaretGrayAlpha(scale int) ApplyProp

func CaretGrayDark

func CaretGrayDark(scale int) ApplyProp

func CaretGrayDarkAlpha

func CaretGrayDarkAlpha(scale int) ApplyProp

func CaretGreen

func CaretGreen(scale int) ApplyProp

func CaretGreenAlpha

func CaretGreenAlpha(scale int) ApplyProp

func CaretGreenDark

func CaretGreenDark(scale int) ApplyProp

func CaretGreenDarkAlpha

func CaretGreenDarkAlpha(scale int) ApplyProp

func CaretIndigo

func CaretIndigo(scale int) ApplyProp

func CaretIndigoAlpha

func CaretIndigoAlpha(scale int) ApplyProp

func CaretIndigoDark

func CaretIndigoDark(scale int) ApplyProp

func CaretIndigoDarkAlpha

func CaretIndigoDarkAlpha(scale int) ApplyProp

func CaretInherit

func CaretInherit() ApplyProp

func CaretIris

func CaretIris(scale int) ApplyProp

func CaretIrisAlpha

func CaretIrisAlpha(scale int) ApplyProp

func CaretIrisDark

func CaretIrisDark(scale int) ApplyProp

func CaretIrisDarkAlpha

func CaretIrisDarkAlpha(scale int) ApplyProp

func CaretJade

func CaretJade(scale int) ApplyProp

func CaretJadeAlpha

func CaretJadeAlpha(scale int) ApplyProp

func CaretJadeDark

func CaretJadeDark(scale int) ApplyProp

func CaretJadeDarkAlpha

func CaretJadeDarkAlpha(scale int) ApplyProp

func CaretLime

func CaretLime(scale int) ApplyProp

func CaretLimeAlpha

func CaretLimeAlpha(scale int) ApplyProp

func CaretLimeDark

func CaretLimeDark(scale int) ApplyProp

func CaretLimeDarkAlpha

func CaretLimeDarkAlpha(scale int) ApplyProp

func CaretMauve

func CaretMauve(scale int) ApplyProp

func CaretMauveAlpha

func CaretMauveAlpha(scale int) ApplyProp

func CaretMauveDark

func CaretMauveDark(scale int) ApplyProp

func CaretMauveDarkAlpha

func CaretMauveDarkAlpha(scale int) ApplyProp

func CaretMint

func CaretMint(scale int) ApplyProp

func CaretMintAlpha

func CaretMintAlpha(scale int) ApplyProp

func CaretMintDark

func CaretMintDark(scale int) ApplyProp

func CaretMintDarkAlpha

func CaretMintDarkAlpha(scale int) ApplyProp

func CaretOlive

func CaretOlive(scale int) ApplyProp

func CaretOliveAlpha

func CaretOliveAlpha(scale int) ApplyProp

func CaretOliveDark

func CaretOliveDark(scale int) ApplyProp

func CaretOliveDarkAlpha

func CaretOliveDarkAlpha(scale int) ApplyProp

func CaretOrange

func CaretOrange(scale int) ApplyProp

func CaretOrangeAlpha

func CaretOrangeAlpha(scale int) ApplyProp

func CaretOrangeDark

func CaretOrangeDark(scale int) ApplyProp

func CaretOrangeDarkAlpha

func CaretOrangeDarkAlpha(scale int) ApplyProp

func CaretPink

func CaretPink(scale int) ApplyProp

func CaretPinkAlpha

func CaretPinkAlpha(scale int) ApplyProp

func CaretPinkDark

func CaretPinkDark(scale int) ApplyProp

func CaretPinkDarkAlpha

func CaretPinkDarkAlpha(scale int) ApplyProp

func CaretPlum

func CaretPlum(scale int) ApplyProp

func CaretPlumAlpha

func CaretPlumAlpha(scale int) ApplyProp

func CaretPlumDark

func CaretPlumDark(scale int) ApplyProp

func CaretPlumDarkAlpha

func CaretPlumDarkAlpha(scale int) ApplyProp

func CaretPurple

func CaretPurple(scale int) ApplyProp

func CaretPurpleAlpha

func CaretPurpleAlpha(scale int) ApplyProp

func CaretPurpleDark

func CaretPurpleDark(scale int) ApplyProp

func CaretPurpleDarkAlpha

func CaretPurpleDarkAlpha(scale int) ApplyProp

func CaretRed

func CaretRed(scale int) ApplyProp

func CaretRedAlpha

func CaretRedAlpha(scale int) ApplyProp

func CaretRedDark

func CaretRedDark(scale int) ApplyProp

func CaretRedDarkAlpha

func CaretRedDarkAlpha(scale int) ApplyProp

func CaretRuby

func CaretRuby(scale int) ApplyProp

func CaretRubyAlpha

func CaretRubyAlpha(scale int) ApplyProp

func CaretRubyDark

func CaretRubyDark(scale int) ApplyProp

func CaretRubyDarkAlpha

func CaretRubyDarkAlpha(scale int) ApplyProp

func CaretSage

func CaretSage(scale int) ApplyProp

func CaretSageAlpha

func CaretSageAlpha(scale int) ApplyProp

func CaretSageDark

func CaretSageDark(scale int) ApplyProp

func CaretSageDarkAlpha

func CaretSageDarkAlpha(scale int) ApplyProp

func CaretSand

func CaretSand(scale int) ApplyProp

func CaretSandAlpha

func CaretSandAlpha(scale int) ApplyProp

func CaretSandDark

func CaretSandDark(scale int) ApplyProp

func CaretSandDarkAlpha

func CaretSandDarkAlpha(scale int) ApplyProp

func CaretSky

func CaretSky(scale int) ApplyProp

func CaretSkyAlpha

func CaretSkyAlpha(scale int) ApplyProp

func CaretSkyDark

func CaretSkyDark(scale int) ApplyProp

func CaretSkyDarkAlpha

func CaretSkyDarkAlpha(scale int) ApplyProp

func CaretSlate

func CaretSlate(scale int) ApplyProp

func CaretSlateAlpha

func CaretSlateAlpha(scale int) ApplyProp

func CaretSlateDark

func CaretSlateDark(scale int) ApplyProp

func CaretSlateDarkAlpha

func CaretSlateDarkAlpha(scale int) ApplyProp

func CaretTeal

func CaretTeal(scale int) ApplyProp

func CaretTealAlpha

func CaretTealAlpha(scale int) ApplyProp

func CaretTealDark

func CaretTealDark(scale int) ApplyProp

func CaretTealDarkAlpha

func CaretTealDarkAlpha(scale int) ApplyProp

func CaretTomato

func CaretTomato(scale int) ApplyProp

func CaretTomatoAlpha

func CaretTomatoAlpha(scale int) ApplyProp

func CaretTomatoDark

func CaretTomatoDark(scale int) ApplyProp

func CaretTomatoDarkAlpha

func CaretTomatoDarkAlpha(scale int) ApplyProp

func CaretTransparent

func CaretTransparent() ApplyProp

func CaretViolet

func CaretViolet(scale int) ApplyProp

func CaretVioletAlpha

func CaretVioletAlpha(scale int) ApplyProp

func CaretVioletDark

func CaretVioletDark(scale int) ApplyProp

func CaretVioletDarkAlpha

func CaretVioletDarkAlpha(scale int) ApplyProp

func CaretWhite

func CaretWhite() ApplyProp

func CaretWhiteAlpha

func CaretWhiteAlpha(scale int) ApplyProp

func CaretYellow

func CaretYellow(scale int) ApplyProp

func CaretYellowAlpha

func CaretYellowAlpha(scale int) ApplyProp

func CaretYellowDark

func CaretYellowDark(scale int) ApplyProp

func CaretYellowDarkAlpha

func CaretYellowDarkAlpha(scale int) ApplyProp

func Checked

func Checked(props ...ApplyProp) ApplyProp

func ClearBoth

func ClearBoth() ApplyProp

func ClearEnd

func ClearEnd() ApplyProp

func ClearLeft

func ClearLeft() ApplyProp

func ClearNone

func ClearNone() ApplyProp

func ClearRight

func ClearRight() ApplyProp

func ClearStart

func ClearStart() ApplyProp

func Col

func Col(number int) ApplyProp

func ColAuto

func ColAuto() ApplyProp

func ColBy

func ColBy(val value.Value) ApplyProp

func ColEnd

func ColEnd(number int) ApplyProp

func ColEndAuto

func ColEndAuto() ApplyProp

func ColEndBy

func ColEndBy(val value.Value) ApplyProp

func ColSpan

func ColSpan(number int) ApplyProp

func ColSpanBy

func ColSpanBy(val value.Value) ApplyProp

func ColSpanFull

func ColSpanFull() ApplyProp

func ColStart

func ColStart(number int) ApplyProp

func ColStartAuto

func ColStartAuto() ApplyProp

func ColStartBy

func ColStartBy(val value.Value) ApplyProp

func Collapse

func Collapse() ApplyProp

func Columns

func Columns(cols value.Value) ApplyProp

func Columns2xl

func Columns2xl() ApplyProp

func Columns2xs

func Columns2xs() ApplyProp

func Columns3xl

func Columns3xl() ApplyProp

func Columns3xs

func Columns3xs() ApplyProp

func Columns4xl

func Columns4xl() ApplyProp

func Columns5xl

func Columns5xl() ApplyProp

func Columns6xl

func Columns6xl() ApplyProp

func Columns7xl

func Columns7xl() ApplyProp

func ColumnsAuto

func ColumnsAuto() ApplyProp

func ColumnsLg

func ColumnsLg() ApplyProp

func ColumnsMd

func ColumnsMd() ApplyProp

func ColumnsSm

func ColumnsSm() ApplyProp

func ColumnsXl

func ColumnsXl() ApplyProp

func ColumnsXs

func ColumnsXs() ApplyProp

func Container

func Container() ApplyProp

func Container2xl

func Container2xl(props ...ApplyProp) ApplyProp

func Container2xs

func Container2xs(props ...ApplyProp) ApplyProp

func Container3xl

func Container3xl(props ...ApplyProp) ApplyProp

func Container3xs

func Container3xs(props ...ApplyProp) ApplyProp

func Container4xl

func Container4xl(props ...ApplyProp) ApplyProp

func Container5xl

func Container5xl(props ...ApplyProp) ApplyProp

func Container6xl

func Container6xl(props ...ApplyProp) ApplyProp

func Container7xl

func Container7xl(props ...ApplyProp) ApplyProp

func ContainerLg

func ContainerLg(props ...ApplyProp) ApplyProp

func ContainerMax

func ContainerMax(props ...ApplyProp) ApplyProp

func ContainerMax2xl

func ContainerMax2xl(props ...ApplyProp) ApplyProp

func ContainerMax2xs

func ContainerMax2xs(props ...ApplyProp) ApplyProp

func ContainerMax3xl

func ContainerMax3xl(props ...ApplyProp) ApplyProp

func ContainerMax3xs

func ContainerMax3xs(props ...ApplyProp) ApplyProp

func ContainerMax4xl

func ContainerMax4xl(props ...ApplyProp) ApplyProp

func ContainerMax5xl

func ContainerMax5xl(props ...ApplyProp) ApplyProp

func ContainerMax6xl

func ContainerMax6xl(props ...ApplyProp) ApplyProp

func ContainerMax7xl

func ContainerMax7xl(props ...ApplyProp) ApplyProp

func ContainerMaxLg

func ContainerMaxLg(props ...ApplyProp) ApplyProp

func ContainerMaxMd

func ContainerMaxMd(props ...ApplyProp) ApplyProp

func ContainerMaxSm

func ContainerMaxSm(props ...ApplyProp) ApplyProp

func ContainerMaxXl

func ContainerMaxXl(props ...ApplyProp) ApplyProp

func ContainerMaxXs

func ContainerMaxXs(props ...ApplyProp) ApplyProp

func ContainerMd

func ContainerMd(props ...ApplyProp) ApplyProp

func ContainerMin

func ContainerMin(props ...ApplyProp) ApplyProp

func ContainerSm

func ContainerSm(props ...ApplyProp) ApplyProp

func ContainerXl

func ContainerXl(props ...ApplyProp) ApplyProp

func ContainerXs

func ContainerXs(props ...ApplyProp) ApplyProp

func Content

func Content(val value.Value) ApplyProp

func ContentAround

func ContentAround() ApplyProp

func ContentBaseline

func ContentBaseline() ApplyProp

func ContentBetween

func ContentBetween() ApplyProp

func ContentCenter

func ContentCenter() ApplyProp

func ContentEnd

func ContentEnd() ApplyProp

func ContentEvenly

func ContentEvenly() ApplyProp

func ContentNone

func ContentNone() ApplyProp

func ContentNormal

func ContentNormal() ApplyProp

func ContentStart

func ContentStart() ApplyProp

func ContentStretch

func ContentStretch() ApplyProp

func Contents

func Contents() ApplyProp

func Contrast

func Contrast(val any) ApplyProp

func ContrastLess

func ContrastLess(props ...ApplyProp) ApplyProp

func ContrastMore

func ContrastMore(props ...ApplyProp) ApplyProp

func Cursor

func Cursor(val value.Value) ApplyProp

func CursorAlias

func CursorAlias() ApplyProp

func CursorAllScroll

func CursorAllScroll() ApplyProp

func CursorAuto

func CursorAuto() ApplyProp

func CursorCell

func CursorCell() ApplyProp

func CursorColResize

func CursorColResize() ApplyProp

func CursorContextMenu

func CursorContextMenu() ApplyProp

func CursorCopy

func CursorCopy() ApplyProp

func CursorCrosshair

func CursorCrosshair() ApplyProp

func CursorDefault

func CursorDefault() ApplyProp

func CursorEResize

func CursorEResize() ApplyProp

func CursorEwResize

func CursorEwResize() ApplyProp

func CursorGrab

func CursorGrab() ApplyProp

func CursorGrabbing

func CursorGrabbing() ApplyProp

func CursorHelp

func CursorHelp() ApplyProp

func CursorMove

func CursorMove() ApplyProp

func CursorNResize

func CursorNResize() ApplyProp

func CursorNeResize

func CursorNeResize() ApplyProp

func CursorNeswResize

func CursorNeswResize() ApplyProp

func CursorNoDrop

func CursorNoDrop() ApplyProp

func CursorNone

func CursorNone() ApplyProp

func CursorNotAllowed

func CursorNotAllowed() ApplyProp

func CursorNsResize

func CursorNsResize() ApplyProp

func CursorNwResize

func CursorNwResize() ApplyProp

func CursorNwseResize

func CursorNwseResize() ApplyProp

func CursorPointer

func CursorPointer() ApplyProp

func CursorProgress

func CursorProgress() ApplyProp

func CursorRowResize

func CursorRowResize() ApplyProp

func CursorSResize

func CursorSResize() ApplyProp

func CursorSeResize

func CursorSeResize() ApplyProp

func CursorSwResize

func CursorSwResize() ApplyProp

func CursorText

func CursorText() ApplyProp

func CursorVerticalText

func CursorVerticalText() ApplyProp

func CursorWResize

func CursorWResize() ApplyProp

func CursorWait

func CursorWait() ApplyProp

func CursorZoomIn

func CursorZoomIn() ApplyProp

func CursorZoomOut

func CursorZoomOut() ApplyProp

func Dark

func Dark(props ...ApplyProp) ApplyProp

func Data

func Data(props ...ApplyProp) ApplyProp

func DecorAmber

func DecorAmber(scale int) ApplyProp

func DecorAmberAlpha

func DecorAmberAlpha(scale int) ApplyProp

func DecorAmberDark

func DecorAmberDark(scale int) ApplyProp

func DecorAmberDarkAlpha

func DecorAmberDarkAlpha(scale int) ApplyProp

func DecorBlack

func DecorBlack() ApplyProp

func DecorBlackAlpha

func DecorBlackAlpha(scale int) ApplyProp

func DecorBlue

func DecorBlue(scale int) ApplyProp

func DecorBlueAlpha

func DecorBlueAlpha(scale int) ApplyProp

func DecorBlueDark

func DecorBlueDark(scale int) ApplyProp

func DecorBlueDarkAlpha

func DecorBlueDarkAlpha(scale int) ApplyProp

func DecorBronze

func DecorBronze(scale int) ApplyProp

func DecorBronzeAlpha

func DecorBronzeAlpha(scale int) ApplyProp

func DecorBronzeDark

func DecorBronzeDark(scale int) ApplyProp

func DecorBronzeDarkAlpha

func DecorBronzeDarkAlpha(scale int) ApplyProp

func DecorBrown

func DecorBrown(scale int) ApplyProp

func DecorBrownAlpha

func DecorBrownAlpha(scale int) ApplyProp

func DecorBrownDark

func DecorBrownDark(scale int) ApplyProp

func DecorBrownDarkAlpha

func DecorBrownDarkAlpha(scale int) ApplyProp

func DecorColorBy

func DecorColorBy(val value.Value) ApplyProp

func DecorCrimson

func DecorCrimson(scale int) ApplyProp

func DecorCrimsonAlpha

func DecorCrimsonAlpha(scale int) ApplyProp

func DecorCrimsonDark

func DecorCrimsonDark(scale int) ApplyProp

func DecorCrimsonDarkAlpha

func DecorCrimsonDarkAlpha(scale int) ApplyProp

func DecorCurrent

func DecorCurrent() ApplyProp

func DecorCyan

func DecorCyan(scale int) ApplyProp

func DecorCyanAlpha

func DecorCyanAlpha(scale int) ApplyProp

func DecorCyanDark

func DecorCyanDark(scale int) ApplyProp

func DecorCyanDarkAlpha

func DecorCyanDarkAlpha(scale int) ApplyProp

func DecorGold

func DecorGold(scale int) ApplyProp

func DecorGoldAlpha

func DecorGoldAlpha(scale int) ApplyProp

func DecorGoldDark

func DecorGoldDark(scale int) ApplyProp

func DecorGoldDarkAlpha

func DecorGoldDarkAlpha(scale int) ApplyProp

func DecorGrass

func DecorGrass(scale int) ApplyProp

func DecorGrassAlpha

func DecorGrassAlpha(scale int) ApplyProp

func DecorGrassDark

func DecorGrassDark(scale int) ApplyProp

func DecorGrassDarkAlpha

func DecorGrassDarkAlpha(scale int) ApplyProp

func DecorGray

func DecorGray(scale int) ApplyProp

func DecorGrayAlpha

func DecorGrayAlpha(scale int) ApplyProp

func DecorGrayDark

func DecorGrayDark(scale int) ApplyProp

func DecorGrayDarkAlpha

func DecorGrayDarkAlpha(scale int) ApplyProp

func DecorGreen

func DecorGreen(scale int) ApplyProp

func DecorGreenAlpha

func DecorGreenAlpha(scale int) ApplyProp

func DecorGreenDark

func DecorGreenDark(scale int) ApplyProp

func DecorGreenDarkAlpha

func DecorGreenDarkAlpha(scale int) ApplyProp

func DecorIndigo

func DecorIndigo(scale int) ApplyProp

func DecorIndigoAlpha

func DecorIndigoAlpha(scale int) ApplyProp

func DecorIndigoDark

func DecorIndigoDark(scale int) ApplyProp

func DecorIndigoDarkAlpha

func DecorIndigoDarkAlpha(scale int) ApplyProp

func DecorInherit

func DecorInherit() ApplyProp

func DecorIris

func DecorIris(scale int) ApplyProp

func DecorIrisAlpha

func DecorIrisAlpha(scale int) ApplyProp

func DecorIrisDark

func DecorIrisDark(scale int) ApplyProp

func DecorIrisDarkAlpha

func DecorIrisDarkAlpha(scale int) ApplyProp

func DecorJade

func DecorJade(scale int) ApplyProp

func DecorJadeAlpha

func DecorJadeAlpha(scale int) ApplyProp

func DecorJadeDark

func DecorJadeDark(scale int) ApplyProp

func DecorJadeDarkAlpha

func DecorJadeDarkAlpha(scale int) ApplyProp

func DecorLime

func DecorLime(scale int) ApplyProp

func DecorLimeAlpha

func DecorLimeAlpha(scale int) ApplyProp

func DecorLimeDark

func DecorLimeDark(scale int) ApplyProp

func DecorLimeDarkAlpha

func DecorLimeDarkAlpha(scale int) ApplyProp

func DecorMauve

func DecorMauve(scale int) ApplyProp

func DecorMauveAlpha

func DecorMauveAlpha(scale int) ApplyProp

func DecorMauveDark

func DecorMauveDark(scale int) ApplyProp

func DecorMauveDarkAlpha

func DecorMauveDarkAlpha(scale int) ApplyProp

func DecorMint

func DecorMint(scale int) ApplyProp

func DecorMintAlpha

func DecorMintAlpha(scale int) ApplyProp

func DecorMintDark

func DecorMintDark(scale int) ApplyProp

func DecorMintDarkAlpha

func DecorMintDarkAlpha(scale int) ApplyProp

func DecorOlive

func DecorOlive(scale int) ApplyProp

func DecorOliveAlpha

func DecorOliveAlpha(scale int) ApplyProp

func DecorOliveDark

func DecorOliveDark(scale int) ApplyProp

func DecorOliveDarkAlpha

func DecorOliveDarkAlpha(scale int) ApplyProp

func DecorOrange

func DecorOrange(scale int) ApplyProp

func DecorOrangeAlpha

func DecorOrangeAlpha(scale int) ApplyProp

func DecorOrangeDark

func DecorOrangeDark(scale int) ApplyProp

func DecorOrangeDarkAlpha

func DecorOrangeDarkAlpha(scale int) ApplyProp

func DecorPink

func DecorPink(scale int) ApplyProp

func DecorPinkAlpha

func DecorPinkAlpha(scale int) ApplyProp

func DecorPinkDark

func DecorPinkDark(scale int) ApplyProp

func DecorPinkDarkAlpha

func DecorPinkDarkAlpha(scale int) ApplyProp

func DecorPlum

func DecorPlum(scale int) ApplyProp

func DecorPlumAlpha

func DecorPlumAlpha(scale int) ApplyProp

func DecorPlumDark

func DecorPlumDark(scale int) ApplyProp

func DecorPlumDarkAlpha

func DecorPlumDarkAlpha(scale int) ApplyProp

func DecorPurple

func DecorPurple(scale int) ApplyProp

func DecorPurpleAlpha

func DecorPurpleAlpha(scale int) ApplyProp

func DecorPurpleDark

func DecorPurpleDark(scale int) ApplyProp

func DecorPurpleDarkAlpha

func DecorPurpleDarkAlpha(scale int) ApplyProp

func DecorRed

func DecorRed(scale int) ApplyProp

func DecorRedAlpha

func DecorRedAlpha(scale int) ApplyProp

func DecorRedDark

func DecorRedDark(scale int) ApplyProp

func DecorRedDarkAlpha

func DecorRedDarkAlpha(scale int) ApplyProp

func DecorRuby

func DecorRuby(scale int) ApplyProp

func DecorRubyAlpha

func DecorRubyAlpha(scale int) ApplyProp

func DecorRubyDark

func DecorRubyDark(scale int) ApplyProp

func DecorRubyDarkAlpha

func DecorRubyDarkAlpha(scale int) ApplyProp

func DecorSage

func DecorSage(scale int) ApplyProp

func DecorSageAlpha

func DecorSageAlpha(scale int) ApplyProp

func DecorSageDark

func DecorSageDark(scale int) ApplyProp

func DecorSageDarkAlpha

func DecorSageDarkAlpha(scale int) ApplyProp

func DecorSand

func DecorSand(scale int) ApplyProp

func DecorSandAlpha

func DecorSandAlpha(scale int) ApplyProp

func DecorSandDark

func DecorSandDark(scale int) ApplyProp

func DecorSandDarkAlpha

func DecorSandDarkAlpha(scale int) ApplyProp

func DecorSky

func DecorSky(scale int) ApplyProp

func DecorSkyAlpha

func DecorSkyAlpha(scale int) ApplyProp

func DecorSkyDark

func DecorSkyDark(scale int) ApplyProp

func DecorSkyDarkAlpha

func DecorSkyDarkAlpha(scale int) ApplyProp

func DecorSlate

func DecorSlate(scale int) ApplyProp

func DecorSlateAlpha

func DecorSlateAlpha(scale int) ApplyProp

func DecorSlateDark

func DecorSlateDark(scale int) ApplyProp

func DecorSlateDarkAlpha

func DecorSlateDarkAlpha(scale int) ApplyProp

func DecorTeal

func DecorTeal(scale int) ApplyProp

func DecorTealAlpha

func DecorTealAlpha(scale int) ApplyProp

func DecorTealDark

func DecorTealDark(scale int) ApplyProp

func DecorTealDarkAlpha

func DecorTealDarkAlpha(scale int) ApplyProp

func DecorTomato

func DecorTomato(scale int) ApplyProp

func DecorTomatoAlpha

func DecorTomatoAlpha(scale int) ApplyProp

func DecorTomatoDark

func DecorTomatoDark(scale int) ApplyProp

func DecorTomatoDarkAlpha

func DecorTomatoDarkAlpha(scale int) ApplyProp

func DecorTransparent

func DecorTransparent() ApplyProp

func DecorViolet

func DecorViolet(scale int) ApplyProp

func DecorVioletAlpha

func DecorVioletAlpha(scale int) ApplyProp

func DecorVioletDark

func DecorVioletDark(scale int) ApplyProp

func DecorVioletDarkAlpha

func DecorVioletDarkAlpha(scale int) ApplyProp

func DecorWhite

func DecorWhite() ApplyProp

func DecorWhiteAlpha

func DecorWhiteAlpha(scale int) ApplyProp

func DecorYellow

func DecorYellow(scale int) ApplyProp

func DecorYellowAlpha

func DecorYellowAlpha(scale int) ApplyProp

func DecorYellowDark

func DecorYellowDark(scale int) ApplyProp

func DecorYellowDarkAlpha

func DecorYellowDarkAlpha(scale int) ApplyProp

func Decoration

func Decoration(number int) ApplyProp

func DecorationAuto

func DecorationAuto() ApplyProp

func DecorationBy

func DecorationBy(val value.Value) ApplyProp

func DecorationDashed

func DecorationDashed() ApplyProp

func DecorationDotted

func DecorationDotted() ApplyProp

func DecorationDouble

func DecorationDouble() ApplyProp

func DecorationFromFont

func DecorationFromFont() ApplyProp

func DecorationSolid

func DecorationSolid() ApplyProp

func DecorationWavy

func DecorationWavy() ApplyProp

func Def

func Def(props ...ApplyProp) ApplyProp

func Delay

func Delay(val any) ApplyProp

func DetailsContent

func DetailsContent(props ...ApplyProp) ApplyProp

func DiagonalFractions

func DiagonalFractions() ApplyProp

func DirectChildren

func DirectChildren(props ...ApplyProp) ApplyProp

func Disabled

func Disabled(props ...ApplyProp) ApplyProp

func DivideAmber

func DivideAmber(scale int) ApplyProp

func DivideAmberAlpha

func DivideAmberAlpha(scale int) ApplyProp

func DivideAmberDark

func DivideAmberDark(scale int) ApplyProp

func DivideAmberDarkAlpha

func DivideAmberDarkAlpha(scale int) ApplyProp

func DivideBlack

func DivideBlack() ApplyProp

func DivideBlackAlpha

func DivideBlackAlpha(scale int) ApplyProp

func DivideBlue

func DivideBlue(scale int) ApplyProp

func DivideBlueAlpha

func DivideBlueAlpha(scale int) ApplyProp

func DivideBlueDark

func DivideBlueDark(scale int) ApplyProp

func DivideBlueDarkAlpha

func DivideBlueDarkAlpha(scale int) ApplyProp

func DivideBronze

func DivideBronze(scale int) ApplyProp

func DivideBronzeAlpha

func DivideBronzeAlpha(scale int) ApplyProp

func DivideBronzeDark

func DivideBronzeDark(scale int) ApplyProp

func DivideBronzeDarkAlpha

func DivideBronzeDarkAlpha(scale int) ApplyProp

func DivideBrown

func DivideBrown(scale int) ApplyProp

func DivideBrownAlpha

func DivideBrownAlpha(scale int) ApplyProp

func DivideBrownDark

func DivideBrownDark(scale int) ApplyProp

func DivideBrownDarkAlpha

func DivideBrownDarkAlpha(scale int) ApplyProp

func DivideColor

func DivideColor(val value.Value) ApplyProp

func DivideCrimson

func DivideCrimson(scale int) ApplyProp

func DivideCrimsonAlpha

func DivideCrimsonAlpha(scale int) ApplyProp

func DivideCrimsonDark

func DivideCrimsonDark(scale int) ApplyProp

func DivideCrimsonDarkAlpha

func DivideCrimsonDarkAlpha(scale int) ApplyProp

func DivideCurrent

func DivideCurrent() ApplyProp

func DivideCyan

func DivideCyan(scale int) ApplyProp

func DivideCyanAlpha

func DivideCyanAlpha(scale int) ApplyProp

func DivideCyanDark

func DivideCyanDark(scale int) ApplyProp

func DivideCyanDarkAlpha

func DivideCyanDarkAlpha(scale int) ApplyProp

func DivideDashed

func DivideDashed() ApplyProp

func DivideDotted

func DivideDotted() ApplyProp

func DivideDouble

func DivideDouble() ApplyProp

func DivideGold

func DivideGold(scale int) ApplyProp

func DivideGoldAlpha

func DivideGoldAlpha(scale int) ApplyProp

func DivideGoldDark

func DivideGoldDark(scale int) ApplyProp

func DivideGoldDarkAlpha

func DivideGoldDarkAlpha(scale int) ApplyProp

func DivideGrass

func DivideGrass(scale int) ApplyProp

func DivideGrassAlpha

func DivideGrassAlpha(scale int) ApplyProp

func DivideGrassDark

func DivideGrassDark(scale int) ApplyProp

func DivideGrassDarkAlpha

func DivideGrassDarkAlpha(scale int) ApplyProp

func DivideGray

func DivideGray(scale int) ApplyProp

func DivideGrayAlpha

func DivideGrayAlpha(scale int) ApplyProp

func DivideGrayDark

func DivideGrayDark(scale int) ApplyProp

func DivideGrayDarkAlpha

func DivideGrayDarkAlpha(scale int) ApplyProp

func DivideGreen

func DivideGreen(scale int) ApplyProp

func DivideGreenAlpha

func DivideGreenAlpha(scale int) ApplyProp

func DivideGreenDark

func DivideGreenDark(scale int) ApplyProp

func DivideGreenDarkAlpha

func DivideGreenDarkAlpha(scale int) ApplyProp

func DivideHidden

func DivideHidden() ApplyProp

func DivideIndigo

func DivideIndigo(scale int) ApplyProp

func DivideIndigoAlpha

func DivideIndigoAlpha(scale int) ApplyProp

func DivideIndigoDark

func DivideIndigoDark(scale int) ApplyProp

func DivideIndigoDarkAlpha

func DivideIndigoDarkAlpha(scale int) ApplyProp

func DivideInherit

func DivideInherit() ApplyProp

func DivideIris

func DivideIris(scale int) ApplyProp

func DivideIrisAlpha

func DivideIrisAlpha(scale int) ApplyProp

func DivideIrisDark

func DivideIrisDark(scale int) ApplyProp

func DivideIrisDarkAlpha

func DivideIrisDarkAlpha(scale int) ApplyProp

func DivideJade

func DivideJade(scale int) ApplyProp

func DivideJadeAlpha

func DivideJadeAlpha(scale int) ApplyProp

func DivideJadeDark

func DivideJadeDark(scale int) ApplyProp

func DivideJadeDarkAlpha

func DivideJadeDarkAlpha(scale int) ApplyProp

func DivideLime

func DivideLime(scale int) ApplyProp

func DivideLimeAlpha

func DivideLimeAlpha(scale int) ApplyProp

func DivideLimeDark

func DivideLimeDark(scale int) ApplyProp

func DivideLimeDarkAlpha

func DivideLimeDarkAlpha(scale int) ApplyProp

func DivideMauve

func DivideMauve(scale int) ApplyProp

func DivideMauveAlpha

func DivideMauveAlpha(scale int) ApplyProp

func DivideMauveDark

func DivideMauveDark(scale int) ApplyProp

func DivideMauveDarkAlpha

func DivideMauveDarkAlpha(scale int) ApplyProp

func DivideMint

func DivideMint(scale int) ApplyProp

func DivideMintAlpha

func DivideMintAlpha(scale int) ApplyProp

func DivideMintDark

func DivideMintDark(scale int) ApplyProp

func DivideMintDarkAlpha

func DivideMintDarkAlpha(scale int) ApplyProp

func DivideNone

func DivideNone() ApplyProp

func DivideOlive

func DivideOlive(scale int) ApplyProp

func DivideOliveAlpha

func DivideOliveAlpha(scale int) ApplyProp

func DivideOliveDark

func DivideOliveDark(scale int) ApplyProp

func DivideOliveDarkAlpha

func DivideOliveDarkAlpha(scale int) ApplyProp

func DivideOrange

func DivideOrange(scale int) ApplyProp

func DivideOrangeAlpha

func DivideOrangeAlpha(scale int) ApplyProp

func DivideOrangeDark

func DivideOrangeDark(scale int) ApplyProp

func DivideOrangeDarkAlpha

func DivideOrangeDarkAlpha(scale int) ApplyProp

func DividePink

func DividePink(scale int) ApplyProp

func DividePinkAlpha

func DividePinkAlpha(scale int) ApplyProp

func DividePinkDark

func DividePinkDark(scale int) ApplyProp

func DividePinkDarkAlpha

func DividePinkDarkAlpha(scale int) ApplyProp

func DividePlum

func DividePlum(scale int) ApplyProp

func DividePlumAlpha

func DividePlumAlpha(scale int) ApplyProp

func DividePlumDark

func DividePlumDark(scale int) ApplyProp

func DividePlumDarkAlpha

func DividePlumDarkAlpha(scale int) ApplyProp

func DividePurple

func DividePurple(scale int) ApplyProp

func DividePurpleAlpha

func DividePurpleAlpha(scale int) ApplyProp

func DividePurpleDark

func DividePurpleDark(scale int) ApplyProp

func DividePurpleDarkAlpha

func DividePurpleDarkAlpha(scale int) ApplyProp

func DivideRed

func DivideRed(scale int) ApplyProp

func DivideRedAlpha

func DivideRedAlpha(scale int) ApplyProp

func DivideRedDark

func DivideRedDark(scale int) ApplyProp

func DivideRedDarkAlpha

func DivideRedDarkAlpha(scale int) ApplyProp

func DivideRuby

func DivideRuby(scale int) ApplyProp

func DivideRubyAlpha

func DivideRubyAlpha(scale int) ApplyProp

func DivideRubyDark

func DivideRubyDark(scale int) ApplyProp

func DivideRubyDarkAlpha

func DivideRubyDarkAlpha(scale int) ApplyProp

func DivideSage

func DivideSage(scale int) ApplyProp

func DivideSageAlpha

func DivideSageAlpha(scale int) ApplyProp

func DivideSageDark

func DivideSageDark(scale int) ApplyProp

func DivideSageDarkAlpha

func DivideSageDarkAlpha(scale int) ApplyProp

func DivideSand

func DivideSand(scale int) ApplyProp

func DivideSandAlpha

func DivideSandAlpha(scale int) ApplyProp

func DivideSandDark

func DivideSandDark(scale int) ApplyProp

func DivideSandDarkAlpha

func DivideSandDarkAlpha(scale int) ApplyProp

func DivideSky

func DivideSky(scale int) ApplyProp

func DivideSkyAlpha

func DivideSkyAlpha(scale int) ApplyProp

func DivideSkyDark

func DivideSkyDark(scale int) ApplyProp

func DivideSkyDarkAlpha

func DivideSkyDarkAlpha(scale int) ApplyProp

func DivideSlate

func DivideSlate(scale int) ApplyProp

func DivideSlateAlpha

func DivideSlateAlpha(scale int) ApplyProp

func DivideSlateDark

func DivideSlateDark(scale int) ApplyProp

func DivideSlateDarkAlpha

func DivideSlateDarkAlpha(scale int) ApplyProp

func DivideSolid

func DivideSolid() ApplyProp

func DivideTeal

func DivideTeal(scale int) ApplyProp

func DivideTealAlpha

func DivideTealAlpha(scale int) ApplyProp

func DivideTealDark

func DivideTealDark(scale int) ApplyProp

func DivideTealDarkAlpha

func DivideTealDarkAlpha(scale int) ApplyProp

func DivideTomato

func DivideTomato(scale int) ApplyProp

func DivideTomatoAlpha

func DivideTomatoAlpha(scale int) ApplyProp

func DivideTomatoDark

func DivideTomatoDark(scale int) ApplyProp

func DivideTomatoDarkAlpha

func DivideTomatoDarkAlpha(scale int) ApplyProp

func DivideTransparent

func DivideTransparent() ApplyProp

func DivideViolet

func DivideViolet(scale int) ApplyProp

func DivideVioletAlpha

func DivideVioletAlpha(scale int) ApplyProp

func DivideVioletDark

func DivideVioletDark(scale int) ApplyProp

func DivideVioletDarkAlpha

func DivideVioletDarkAlpha(scale int) ApplyProp

func DivideWhite

func DivideWhite() ApplyProp

func DivideWhiteAlpha

func DivideWhiteAlpha(scale int) ApplyProp

func DivideX

func DivideX(val ...value.Value) ApplyProp

func DivideXReverse

func DivideXReverse(val ...value.Value) ApplyProp

func DivideY

func DivideY(val ...value.Value) ApplyProp

func DivideYReverse

func DivideYReverse(val ...value.Value) ApplyProp

func DivideYellow

func DivideYellow(scale int) ApplyProp

func DivideYellowAlpha

func DivideYellowAlpha(scale int) ApplyProp

func DivideYellowDark

func DivideYellowDark(scale int) ApplyProp

func DivideYellowDarkAlpha

func DivideYellowDarkAlpha(scale int) ApplyProp

func DropShadow

func DropShadow(val value.Value) ApplyProp

func DropShadow2xl

func DropShadow2xl() ApplyProp

func DropShadow2xs

func DropShadow2xs() ApplyProp

func DropShadowAmber

func DropShadowAmber(scale int) ApplyProp

func DropShadowAmberAlpha

func DropShadowAmberAlpha(scale int) ApplyProp

func DropShadowAmberDark

func DropShadowAmberDark(scale int) ApplyProp

func DropShadowAmberDarkAlpha

func DropShadowAmberDarkAlpha(scale int) ApplyProp

func DropShadowBlack

func DropShadowBlack() ApplyProp

func DropShadowBlackAlpha

func DropShadowBlackAlpha(scale int) ApplyProp

func DropShadowBlue

func DropShadowBlue(scale int) ApplyProp

func DropShadowBlueAlpha

func DropShadowBlueAlpha(scale int) ApplyProp

func DropShadowBlueDark

func DropShadowBlueDark(scale int) ApplyProp

func DropShadowBlueDarkAlpha

func DropShadowBlueDarkAlpha(scale int) ApplyProp

func DropShadowBronze

func DropShadowBronze(scale int) ApplyProp

func DropShadowBronzeAlpha

func DropShadowBronzeAlpha(scale int) ApplyProp

func DropShadowBronzeDark

func DropShadowBronzeDark(scale int) ApplyProp

func DropShadowBronzeDarkAlpha

func DropShadowBronzeDarkAlpha(scale int) ApplyProp

func DropShadowBrown

func DropShadowBrown(scale int) ApplyProp

func DropShadowBrownAlpha

func DropShadowBrownAlpha(scale int) ApplyProp

func DropShadowBrownDark

func DropShadowBrownDark(scale int) ApplyProp

func DropShadowBrownDarkAlpha

func DropShadowBrownDarkAlpha(scale int) ApplyProp

func DropShadowColor

func DropShadowColor(val value.Value) ApplyProp

func DropShadowCrimson

func DropShadowCrimson(scale int) ApplyProp

func DropShadowCrimsonAlpha

func DropShadowCrimsonAlpha(scale int) ApplyProp

func DropShadowCrimsonDark

func DropShadowCrimsonDark(scale int) ApplyProp

func DropShadowCrimsonDarkAlpha

func DropShadowCrimsonDarkAlpha(scale int) ApplyProp

func DropShadowCurrent

func DropShadowCurrent() ApplyProp

func DropShadowCyan

func DropShadowCyan(scale int) ApplyProp

func DropShadowCyanAlpha

func DropShadowCyanAlpha(scale int) ApplyProp

func DropShadowCyanDark

func DropShadowCyanDark(scale int) ApplyProp

func DropShadowCyanDarkAlpha

func DropShadowCyanDarkAlpha(scale int) ApplyProp

func DropShadowGold

func DropShadowGold(scale int) ApplyProp

func DropShadowGoldAlpha

func DropShadowGoldAlpha(scale int) ApplyProp

func DropShadowGoldDark

func DropShadowGoldDark(scale int) ApplyProp

func DropShadowGoldDarkAlpha

func DropShadowGoldDarkAlpha(scale int) ApplyProp

func DropShadowGrass

func DropShadowGrass(scale int) ApplyProp

func DropShadowGrassAlpha

func DropShadowGrassAlpha(scale int) ApplyProp

func DropShadowGrassDark

func DropShadowGrassDark(scale int) ApplyProp

func DropShadowGrassDarkAlpha

func DropShadowGrassDarkAlpha(scale int) ApplyProp

func DropShadowGray

func DropShadowGray(scale int) ApplyProp

func DropShadowGrayAlpha

func DropShadowGrayAlpha(scale int) ApplyProp

func DropShadowGrayDark

func DropShadowGrayDark(scale int) ApplyProp

func DropShadowGrayDarkAlpha

func DropShadowGrayDarkAlpha(scale int) ApplyProp

func DropShadowGreen

func DropShadowGreen(scale int) ApplyProp

func DropShadowGreenAlpha

func DropShadowGreenAlpha(scale int) ApplyProp

func DropShadowGreenDark

func DropShadowGreenDark(scale int) ApplyProp

func DropShadowGreenDarkAlpha

func DropShadowGreenDarkAlpha(scale int) ApplyProp

func DropShadowIndigo

func DropShadowIndigo(scale int) ApplyProp

func DropShadowIndigoAlpha

func DropShadowIndigoAlpha(scale int) ApplyProp

func DropShadowIndigoDark

func DropShadowIndigoDark(scale int) ApplyProp

func DropShadowIndigoDarkAlpha

func DropShadowIndigoDarkAlpha(scale int) ApplyProp

func DropShadowInherit

func DropShadowInherit() ApplyProp

func DropShadowIris

func DropShadowIris(scale int) ApplyProp

func DropShadowIrisAlpha

func DropShadowIrisAlpha(scale int) ApplyProp

func DropShadowIrisDark

func DropShadowIrisDark(scale int) ApplyProp

func DropShadowIrisDarkAlpha

func DropShadowIrisDarkAlpha(scale int) ApplyProp

func DropShadowJade

func DropShadowJade(scale int) ApplyProp

func DropShadowJadeAlpha

func DropShadowJadeAlpha(scale int) ApplyProp

func DropShadowJadeDark

func DropShadowJadeDark(scale int) ApplyProp

func DropShadowJadeDarkAlpha

func DropShadowJadeDarkAlpha(scale int) ApplyProp

func DropShadowLg

func DropShadowLg() ApplyProp

func DropShadowLime

func DropShadowLime(scale int) ApplyProp

func DropShadowLimeAlpha

func DropShadowLimeAlpha(scale int) ApplyProp

func DropShadowLimeDark

func DropShadowLimeDark(scale int) ApplyProp

func DropShadowLimeDarkAlpha

func DropShadowLimeDarkAlpha(scale int) ApplyProp

func DropShadowMauve

func DropShadowMauve(scale int) ApplyProp

func DropShadowMauveAlpha

func DropShadowMauveAlpha(scale int) ApplyProp

func DropShadowMauveDark

func DropShadowMauveDark(scale int) ApplyProp

func DropShadowMauveDarkAlpha

func DropShadowMauveDarkAlpha(scale int) ApplyProp

func DropShadowMd

func DropShadowMd() ApplyProp

func DropShadowMint

func DropShadowMint(scale int) ApplyProp

func DropShadowMintAlpha

func DropShadowMintAlpha(scale int) ApplyProp

func DropShadowMintDark

func DropShadowMintDark(scale int) ApplyProp

func DropShadowMintDarkAlpha

func DropShadowMintDarkAlpha(scale int) ApplyProp

func DropShadowNone

func DropShadowNone() ApplyProp

func DropShadowOlive

func DropShadowOlive(scale int) ApplyProp

func DropShadowOliveAlpha

func DropShadowOliveAlpha(scale int) ApplyProp

func DropShadowOliveDark

func DropShadowOliveDark(scale int) ApplyProp

func DropShadowOliveDarkAlpha

func DropShadowOliveDarkAlpha(scale int) ApplyProp

func DropShadowOrange

func DropShadowOrange(scale int) ApplyProp

func DropShadowOrangeAlpha

func DropShadowOrangeAlpha(scale int) ApplyProp

func DropShadowOrangeDark

func DropShadowOrangeDark(scale int) ApplyProp

func DropShadowOrangeDarkAlpha

func DropShadowOrangeDarkAlpha(scale int) ApplyProp

func DropShadowPink

func DropShadowPink(scale int) ApplyProp

func DropShadowPinkAlpha

func DropShadowPinkAlpha(scale int) ApplyProp

func DropShadowPinkDark

func DropShadowPinkDark(scale int) ApplyProp

func DropShadowPinkDarkAlpha

func DropShadowPinkDarkAlpha(scale int) ApplyProp

func DropShadowPlum

func DropShadowPlum(scale int) ApplyProp

func DropShadowPlumAlpha

func DropShadowPlumAlpha(scale int) ApplyProp

func DropShadowPlumDark

func DropShadowPlumDark(scale int) ApplyProp

func DropShadowPlumDarkAlpha

func DropShadowPlumDarkAlpha(scale int) ApplyProp

func DropShadowPurple

func DropShadowPurple(scale int) ApplyProp

func DropShadowPurpleAlpha

func DropShadowPurpleAlpha(scale int) ApplyProp

func DropShadowPurpleDark

func DropShadowPurpleDark(scale int) ApplyProp

func DropShadowPurpleDarkAlpha

func DropShadowPurpleDarkAlpha(scale int) ApplyProp

func DropShadowRed

func DropShadowRed(scale int) ApplyProp

func DropShadowRedAlpha

func DropShadowRedAlpha(scale int) ApplyProp

func DropShadowRedDark

func DropShadowRedDark(scale int) ApplyProp

func DropShadowRedDarkAlpha

func DropShadowRedDarkAlpha(scale int) ApplyProp

func DropShadowRuby

func DropShadowRuby(scale int) ApplyProp

func DropShadowRubyAlpha

func DropShadowRubyAlpha(scale int) ApplyProp

func DropShadowRubyDark

func DropShadowRubyDark(scale int) ApplyProp

func DropShadowRubyDarkAlpha

func DropShadowRubyDarkAlpha(scale int) ApplyProp

func DropShadowSage

func DropShadowSage(scale int) ApplyProp

func DropShadowSageAlpha

func DropShadowSageAlpha(scale int) ApplyProp

func DropShadowSageDark

func DropShadowSageDark(scale int) ApplyProp

func DropShadowSageDarkAlpha

func DropShadowSageDarkAlpha(scale int) ApplyProp

func DropShadowSand

func DropShadowSand(scale int) ApplyProp

func DropShadowSandAlpha

func DropShadowSandAlpha(scale int) ApplyProp

func DropShadowSandDark

func DropShadowSandDark(scale int) ApplyProp

func DropShadowSandDarkAlpha

func DropShadowSandDarkAlpha(scale int) ApplyProp

func DropShadowSky

func DropShadowSky(scale int) ApplyProp

func DropShadowSkyAlpha

func DropShadowSkyAlpha(scale int) ApplyProp

func DropShadowSkyDark

func DropShadowSkyDark(scale int) ApplyProp

func DropShadowSkyDarkAlpha

func DropShadowSkyDarkAlpha(scale int) ApplyProp

func DropShadowSlate

func DropShadowSlate(scale int) ApplyProp

func DropShadowSlateAlpha

func DropShadowSlateAlpha(scale int) ApplyProp

func DropShadowSlateDark

func DropShadowSlateDark(scale int) ApplyProp

func DropShadowSlateDarkAlpha

func DropShadowSlateDarkAlpha(scale int) ApplyProp

func DropShadowSm

func DropShadowSm() ApplyProp

func DropShadowTeal

func DropShadowTeal(scale int) ApplyProp

func DropShadowTealAlpha

func DropShadowTealAlpha(scale int) ApplyProp

func DropShadowTealDark

func DropShadowTealDark(scale int) ApplyProp

func DropShadowTealDarkAlpha

func DropShadowTealDarkAlpha(scale int) ApplyProp

func DropShadowTomato

func DropShadowTomato(scale int) ApplyProp

func DropShadowTomatoAlpha

func DropShadowTomatoAlpha(scale int) ApplyProp

func DropShadowTomatoDark

func DropShadowTomatoDark(scale int) ApplyProp

func DropShadowTomatoDarkAlpha

func DropShadowTomatoDarkAlpha(scale int) ApplyProp

func DropShadowTransparent

func DropShadowTransparent() ApplyProp

func DropShadowViolet

func DropShadowViolet(scale int) ApplyProp

func DropShadowVioletAlpha

func DropShadowVioletAlpha(scale int) ApplyProp

func DropShadowVioletDark

func DropShadowVioletDark(scale int) ApplyProp

func DropShadowVioletDarkAlpha

func DropShadowVioletDarkAlpha(scale int) ApplyProp

func DropShadowWhite

func DropShadowWhite() ApplyProp

func DropShadowWhiteAlpha

func DropShadowWhiteAlpha(scale int) ApplyProp

func DropShadowXl

func DropShadowXl() ApplyProp

func DropShadowXs

func DropShadowXs() ApplyProp

func DropShadowYellow

func DropShadowYellow(scale int) ApplyProp

func DropShadowYellowAlpha

func DropShadowYellowAlpha(scale int) ApplyProp

func DropShadowYellowDark

func DropShadowYellowDark(scale int) ApplyProp

func DropShadowYellowDarkAlpha

func DropShadowYellowDarkAlpha(scale int) ApplyProp

func Duration

func Duration(val any) ApplyProp

func DurationInitial

func DurationInitial() ApplyProp

func Ease

func Ease(val value.Value) ApplyProp

func EaseIn

func EaseIn() ApplyProp

func EaseInOut

func EaseInOut() ApplyProp

func EaseInitial

func EaseInitial() ApplyProp

func EaseLinear

func EaseLinear() ApplyProp

func EaseOut

func EaseOut() ApplyProp

func Empty

func Empty(props ...ApplyProp) ApplyProp

func Enabled

func Enabled(props ...ApplyProp) ApplyProp

func End

func End(number int) ApplyProp

func EndAuto

func EndAuto() ApplyProp

func EndBy

func EndBy(val value.Value) ApplyProp

func EndFraction

func EndFraction(fraction float64) ApplyProp

func EndFull

func EndFull() ApplyProp

func EndPx

func EndPx() ApplyProp

func Even

func Even(props ...ApplyProp) ApplyProp

func FieldSizingContent

func FieldSizingContent() ApplyProp

func FieldSizingFixed

func FieldSizingFixed() ApplyProp

func File

func File(props ...ApplyProp) ApplyProp

func Fill

func Fill(val value.Value) ApplyProp

func FillAmber

func FillAmber(scale int) ApplyProp

func FillAmberAlpha

func FillAmberAlpha(scale int) ApplyProp

func FillAmberDark

func FillAmberDark(scale int) ApplyProp

func FillAmberDarkAlpha

func FillAmberDarkAlpha(scale int) ApplyProp

func FillBlack

func FillBlack() ApplyProp

func FillBlackAlpha

func FillBlackAlpha(scale int) ApplyProp

func FillBlue

func FillBlue(scale int) ApplyProp

func FillBlueAlpha

func FillBlueAlpha(scale int) ApplyProp

func FillBlueDark

func FillBlueDark(scale int) ApplyProp

func FillBlueDarkAlpha

func FillBlueDarkAlpha(scale int) ApplyProp

func FillBronze

func FillBronze(scale int) ApplyProp

func FillBronzeAlpha

func FillBronzeAlpha(scale int) ApplyProp

func FillBronzeDark

func FillBronzeDark(scale int) ApplyProp

func FillBronzeDarkAlpha

func FillBronzeDarkAlpha(scale int) ApplyProp

func FillBrown

func FillBrown(scale int) ApplyProp

func FillBrownAlpha

func FillBrownAlpha(scale int) ApplyProp

func FillBrownDark

func FillBrownDark(scale int) ApplyProp

func FillBrownDarkAlpha

func FillBrownDarkAlpha(scale int) ApplyProp

func FillCrimson

func FillCrimson(scale int) ApplyProp

func FillCrimsonAlpha

func FillCrimsonAlpha(scale int) ApplyProp

func FillCrimsonDark

func FillCrimsonDark(scale int) ApplyProp

func FillCrimsonDarkAlpha

func FillCrimsonDarkAlpha(scale int) ApplyProp

func FillCurrent

func FillCurrent() ApplyProp

func FillCyan

func FillCyan(scale int) ApplyProp

func FillCyanAlpha

func FillCyanAlpha(scale int) ApplyProp

func FillCyanDark

func FillCyanDark(scale int) ApplyProp

func FillCyanDarkAlpha

func FillCyanDarkAlpha(scale int) ApplyProp

func FillGold

func FillGold(scale int) ApplyProp

func FillGoldAlpha

func FillGoldAlpha(scale int) ApplyProp

func FillGoldDark

func FillGoldDark(scale int) ApplyProp

func FillGoldDarkAlpha

func FillGoldDarkAlpha(scale int) ApplyProp

func FillGrass

func FillGrass(scale int) ApplyProp

func FillGrassAlpha

func FillGrassAlpha(scale int) ApplyProp

func FillGrassDark

func FillGrassDark(scale int) ApplyProp

func FillGrassDarkAlpha

func FillGrassDarkAlpha(scale int) ApplyProp

func FillGray

func FillGray(scale int) ApplyProp

func FillGrayAlpha

func FillGrayAlpha(scale int) ApplyProp

func FillGrayDark

func FillGrayDark(scale int) ApplyProp

func FillGrayDarkAlpha

func FillGrayDarkAlpha(scale int) ApplyProp

func FillGreen

func FillGreen(scale int) ApplyProp

func FillGreenAlpha

func FillGreenAlpha(scale int) ApplyProp

func FillGreenDark

func FillGreenDark(scale int) ApplyProp

func FillGreenDarkAlpha

func FillGreenDarkAlpha(scale int) ApplyProp

func FillIndigo

func FillIndigo(scale int) ApplyProp

func FillIndigoAlpha

func FillIndigoAlpha(scale int) ApplyProp

func FillIndigoDark

func FillIndigoDark(scale int) ApplyProp

func FillIndigoDarkAlpha

func FillIndigoDarkAlpha(scale int) ApplyProp

func FillInherit

func FillInherit() ApplyProp

func FillIris

func FillIris(scale int) ApplyProp

func FillIrisAlpha

func FillIrisAlpha(scale int) ApplyProp

func FillIrisDark

func FillIrisDark(scale int) ApplyProp

func FillIrisDarkAlpha

func FillIrisDarkAlpha(scale int) ApplyProp

func FillJade

func FillJade(scale int) ApplyProp

func FillJadeAlpha

func FillJadeAlpha(scale int) ApplyProp

func FillJadeDark

func FillJadeDark(scale int) ApplyProp

func FillJadeDarkAlpha

func FillJadeDarkAlpha(scale int) ApplyProp

func FillLime

func FillLime(scale int) ApplyProp

func FillLimeAlpha

func FillLimeAlpha(scale int) ApplyProp

func FillLimeDark

func FillLimeDark(scale int) ApplyProp

func FillLimeDarkAlpha

func FillLimeDarkAlpha(scale int) ApplyProp

func FillMauve

func FillMauve(scale int) ApplyProp

func FillMauveAlpha

func FillMauveAlpha(scale int) ApplyProp

func FillMauveDark

func FillMauveDark(scale int) ApplyProp

func FillMauveDarkAlpha

func FillMauveDarkAlpha(scale int) ApplyProp

func FillMint

func FillMint(scale int) ApplyProp

func FillMintAlpha

func FillMintAlpha(scale int) ApplyProp

func FillMintDark

func FillMintDark(scale int) ApplyProp

func FillMintDarkAlpha

func FillMintDarkAlpha(scale int) ApplyProp

func FillOlive

func FillOlive(scale int) ApplyProp

func FillOliveAlpha

func FillOliveAlpha(scale int) ApplyProp

func FillOliveDark

func FillOliveDark(scale int) ApplyProp

func FillOliveDarkAlpha

func FillOliveDarkAlpha(scale int) ApplyProp

func FillOrange

func FillOrange(scale int) ApplyProp

func FillOrangeAlpha

func FillOrangeAlpha(scale int) ApplyProp

func FillOrangeDark

func FillOrangeDark(scale int) ApplyProp

func FillOrangeDarkAlpha

func FillOrangeDarkAlpha(scale int) ApplyProp

func FillPink

func FillPink(scale int) ApplyProp

func FillPinkAlpha

func FillPinkAlpha(scale int) ApplyProp

func FillPinkDark

func FillPinkDark(scale int) ApplyProp

func FillPinkDarkAlpha

func FillPinkDarkAlpha(scale int) ApplyProp

func FillPlum

func FillPlum(scale int) ApplyProp

func FillPlumAlpha

func FillPlumAlpha(scale int) ApplyProp

func FillPlumDark

func FillPlumDark(scale int) ApplyProp

func FillPlumDarkAlpha

func FillPlumDarkAlpha(scale int) ApplyProp

func FillPurple

func FillPurple(scale int) ApplyProp

func FillPurpleAlpha

func FillPurpleAlpha(scale int) ApplyProp

func FillPurpleDark

func FillPurpleDark(scale int) ApplyProp

func FillPurpleDarkAlpha

func FillPurpleDarkAlpha(scale int) ApplyProp

func FillRed

func FillRed(scale int) ApplyProp

func FillRedAlpha

func FillRedAlpha(scale int) ApplyProp

func FillRedDark

func FillRedDark(scale int) ApplyProp

func FillRedDarkAlpha

func FillRedDarkAlpha(scale int) ApplyProp

func FillRuby

func FillRuby(scale int) ApplyProp

func FillRubyAlpha

func FillRubyAlpha(scale int) ApplyProp

func FillRubyDark

func FillRubyDark(scale int) ApplyProp

func FillRubyDarkAlpha

func FillRubyDarkAlpha(scale int) ApplyProp

func FillSage

func FillSage(scale int) ApplyProp

func FillSageAlpha

func FillSageAlpha(scale int) ApplyProp

func FillSageDark

func FillSageDark(scale int) ApplyProp

func FillSageDarkAlpha

func FillSageDarkAlpha(scale int) ApplyProp

func FillSand

func FillSand(scale int) ApplyProp

func FillSandAlpha

func FillSandAlpha(scale int) ApplyProp

func FillSandDark

func FillSandDark(scale int) ApplyProp

func FillSandDarkAlpha

func FillSandDarkAlpha(scale int) ApplyProp

func FillSky

func FillSky(scale int) ApplyProp

func FillSkyAlpha

func FillSkyAlpha(scale int) ApplyProp

func FillSkyDark

func FillSkyDark(scale int) ApplyProp

func FillSkyDarkAlpha

func FillSkyDarkAlpha(scale int) ApplyProp

func FillSlate

func FillSlate(scale int) ApplyProp

func FillSlateAlpha

func FillSlateAlpha(scale int) ApplyProp

func FillSlateDark

func FillSlateDark(scale int) ApplyProp

func FillSlateDarkAlpha

func FillSlateDarkAlpha(scale int) ApplyProp

func FillTeal

func FillTeal(scale int) ApplyProp

func FillTealAlpha

func FillTealAlpha(scale int) ApplyProp

func FillTealDark

func FillTealDark(scale int) ApplyProp

func FillTealDarkAlpha

func FillTealDarkAlpha(scale int) ApplyProp

func FillTomato

func FillTomato(scale int) ApplyProp

func FillTomatoAlpha

func FillTomatoAlpha(scale int) ApplyProp

func FillTomatoDark

func FillTomatoDark(scale int) ApplyProp

func FillTomatoDarkAlpha

func FillTomatoDarkAlpha(scale int) ApplyProp

func FillTransparent

func FillTransparent() ApplyProp

func FillViolet

func FillViolet(scale int) ApplyProp

func FillVioletAlpha

func FillVioletAlpha(scale int) ApplyProp

func FillVioletDark

func FillVioletDark(scale int) ApplyProp

func FillVioletDarkAlpha

func FillVioletDarkAlpha(scale int) ApplyProp

func FillWhite

func FillWhite() ApplyProp

func FillWhiteAlpha

func FillWhiteAlpha(scale int) ApplyProp

func FillYellow

func FillYellow(scale int) ApplyProp

func FillYellowAlpha

func FillYellowAlpha(scale int) ApplyProp

func FillYellowDark

func FillYellowDark(scale int) ApplyProp

func FillYellowDarkAlpha

func FillYellowDarkAlpha(scale int) ApplyProp

func Filter

func Filter(val value.Value) ApplyProp

func FilterNone

func FilterNone() ApplyProp

func First

func First(props ...ApplyProp) ApplyProp

func FirstLetter

func FirstLetter(props ...ApplyProp) ApplyProp

func FirstLine

func FirstLine(props ...ApplyProp) ApplyProp

func FirstOfType

func FirstOfType(props ...ApplyProp) ApplyProp

func Fixed

func Fixed() ApplyProp

func Flex

func Flex() ApplyProp

func FlexAuto

func FlexAuto() ApplyProp

func FlexBy

func FlexBy(val value.Value) ApplyProp

func FlexCol

func FlexCol() ApplyProp

func FlexColReverse

func FlexColReverse() ApplyProp

func FlexFraction

func FlexFraction(fraction float64) ApplyProp

func FlexInitial

func FlexInitial() ApplyProp

func FlexNoWrap

func FlexNoWrap() ApplyProp

func FlexNone

func FlexNone() ApplyProp

func FlexRow

func FlexRow() ApplyProp

func FlexRowReverse

func FlexRowReverse() ApplyProp

func FlexWrap

func FlexWrap() ApplyProp

func FlexWrapReverse

func FlexWrapReverse() ApplyProp

func FloatEnd

func FloatEnd() ApplyProp

func FloatLeft

func FloatLeft() ApplyProp

func FloatNone

func FloatNone() ApplyProp

func FloatRight

func FloatRight() ApplyProp

func FloatStart

func FloatStart() ApplyProp

func FlowRoot

func FlowRoot() ApplyProp

func Focus

func Focus(props ...ApplyProp) ApplyProp

func FocusVisible

func FocusVisible(props ...ApplyProp) ApplyProp

func FocusWithin

func FocusWithin(props ...ApplyProp) ApplyProp

func FontBlack

func FontBlack() ApplyProp

func FontBold

func FontBold() ApplyProp

func FontExtraBold

func FontExtraBold() ApplyProp

func FontExtraLight

func FontExtraLight() ApplyProp

func FontFamilyBy

func FontFamilyBy(val value.Value) ApplyProp

func FontLight

func FontLight() ApplyProp

func FontMedium

func FontMedium() ApplyProp

func FontMono

func FontMono() ApplyProp

func FontNormal

func FontNormal() ApplyProp

func FontSans

func FontSans() ApplyProp

func FontSemibold

func FontSemibold() ApplyProp

func FontSerif

func FontSerif() ApplyProp

func FontStretchBy

func FontStretchBy(val value.Value) ApplyProp

func FontStretchCondensed

func FontStretchCondensed() ApplyProp

func FontStretchExpanded

func FontStretchExpanded() ApplyProp

func FontStretchExtraCondensed

func FontStretchExtraCondensed() ApplyProp

func FontStretchExtraExpanded

func FontStretchExtraExpanded() ApplyProp

func FontStretchNormal

func FontStretchNormal() ApplyProp

func FontStretchPercentage

func FontStretchPercentage(percentage int) ApplyProp

func FontStretchSemiCondensed

func FontStretchSemiCondensed() ApplyProp

func FontStretchSemiExpanded

func FontStretchSemiExpanded() ApplyProp

func FontStretchUltraCondensed

func FontStretchUltraCondensed() ApplyProp

func FontStretchUltraExpanded

func FontStretchUltraExpanded() ApplyProp

func FontThin

func FontThin() ApplyProp

func FontWeightBy

func FontWeightBy(val value.Value) ApplyProp

func ForcedColors

func ForcedColors(props ...ApplyProp) ApplyProp

func From

func From(val value.Value) ApplyProp

func Gap

func Gap(number int) ApplyProp

func GapBy

func GapBy(val value.Value) ApplyProp

func GapX

func GapX(number int) ApplyProp

func GapXBy

func GapXBy(val value.Value) ApplyProp

func GapY

func GapY(number int) ApplyProp

func GapYBy

func GapYBy(val value.Value) ApplyProp

func Grayscale

func Grayscale(val ...any) ApplyProp

func Grid

func Grid() ApplyProp

func GridCols

func GridCols(number int) ApplyProp

func GridColsBy

func GridColsBy(val value.Value) ApplyProp

func GridColsNone

func GridColsNone() ApplyProp

func GridColsSubgrid

func GridColsSubgrid() ApplyProp

func GridFlowCol

func GridFlowCol() ApplyProp

func GridFlowColDense

func GridFlowColDense() ApplyProp

func GridFlowDense

func GridFlowDense() ApplyProp

func GridFlowRow

func GridFlowRow() ApplyProp

func GridFlowRowDense

func GridFlowRowDense() ApplyProp

func GridRows

func GridRows(number int) ApplyProp

func GridRowsBy

func GridRowsBy(val value.Value) ApplyProp

func GridRowsNone

func GridRowsNone() ApplyProp

func GridRowsSubgrid

func GridRowsSubgrid() ApplyProp

func Group

func Group(props ...ApplyProp) ApplyProp

func Grow

func Grow() ApplyProp

func GrowNumber

func GrowNumber(number int) ApplyProp

func GrowValue

func GrowValue(val value.Value) ApplyProp

func H

func H(number int) ApplyProp

func HAuto

func HAuto() ApplyProp

func HDvh

func HDvh() ApplyProp

func HDvw

func HDvw() ApplyProp

func HFit

func HFit() ApplyProp

func HFraction

func HFraction(fraction float32) ApplyProp

func HFull

func HFull() ApplyProp

func HLh

func HLh() ApplyProp

func HLvh

func HLvh() ApplyProp

func HLvw

func HLvw() ApplyProp

func HMax

func HMax() ApplyProp

func HMin

func HMin() ApplyProp

func HPx

func HPx() ApplyProp

func HScreen

func HScreen() ApplyProp

func HSvh

func HSvh() ApplyProp

func HSvw

func HSvw() ApplyProp

func HValueBy

func HValueBy(val value.Value) ApplyProp

func Has

func Has(props ...ApplyProp) ApplyProp

func Hidden

func Hidden() ApplyProp

func Hover

func Hover(props ...ApplyProp) ApplyProp

func HueRotate

func HueRotate(val any) ApplyProp

func HyphensAuto

func HyphensAuto() ApplyProp

func HyphensManual

func HyphensManual() ApplyProp

func HyphensNone

func HyphensNone() ApplyProp

func In

func In(props ...ApplyProp) ApplyProp

func InRange

func InRange(props ...ApplyProp) ApplyProp

func Indent

func Indent(number int) ApplyProp

func IndentBy

func IndentBy(val value.Value) ApplyProp

func IndentPx

func IndentPx() ApplyProp

func Indeterminate

func Indeterminate(props ...ApplyProp) ApplyProp

func Inert

func Inert(props ...ApplyProp) ApplyProp

func Inline

func Inline() ApplyProp

func InlineBlock

func InlineBlock() ApplyProp

func InlineFlex

func InlineFlex() ApplyProp

func InlineGrid

func InlineGrid() ApplyProp

func InlineTable

func InlineTable() ApplyProp

func Inset

func Inset(number int) ApplyProp

func InsetAuto

func InsetAuto() ApplyProp

func InsetBy

func InsetBy(val value.Value) ApplyProp

func InsetFraction

func InsetFraction(fraction float64) ApplyProp

func InsetFull

func InsetFull() ApplyProp

func InsetPx

func InsetPx() ApplyProp

func InsetRing

func InsetRing(val ...value.Value) ApplyProp

func InsetRingAmber

func InsetRingAmber(scale int) ApplyProp

func InsetRingAmberAlpha

func InsetRingAmberAlpha(scale int) ApplyProp

func InsetRingAmberDark

func InsetRingAmberDark(scale int) ApplyProp

func InsetRingAmberDarkAlpha

func InsetRingAmberDarkAlpha(scale int) ApplyProp

func InsetRingBlack

func InsetRingBlack() ApplyProp

func InsetRingBlackAlpha

func InsetRingBlackAlpha(scale int) ApplyProp

func InsetRingBlue

func InsetRingBlue(scale int) ApplyProp

func InsetRingBlueAlpha

func InsetRingBlueAlpha(scale int) ApplyProp

func InsetRingBlueDark

func InsetRingBlueDark(scale int) ApplyProp

func InsetRingBlueDarkAlpha

func InsetRingBlueDarkAlpha(scale int) ApplyProp

func InsetRingBronze

func InsetRingBronze(scale int) ApplyProp

func InsetRingBronzeAlpha

func InsetRingBronzeAlpha(scale int) ApplyProp

func InsetRingBronzeDark

func InsetRingBronzeDark(scale int) ApplyProp

func InsetRingBronzeDarkAlpha

func InsetRingBronzeDarkAlpha(scale int) ApplyProp

func InsetRingBrown

func InsetRingBrown(scale int) ApplyProp

func InsetRingBrownAlpha

func InsetRingBrownAlpha(scale int) ApplyProp

func InsetRingBrownDark

func InsetRingBrownDark(scale int) ApplyProp

func InsetRingBrownDarkAlpha

func InsetRingBrownDarkAlpha(scale int) ApplyProp

func InsetRingColor

func InsetRingColor(val value.Value) ApplyProp

func InsetRingCrimson

func InsetRingCrimson(scale int) ApplyProp

func InsetRingCrimsonAlpha

func InsetRingCrimsonAlpha(scale int) ApplyProp

func InsetRingCrimsonDark

func InsetRingCrimsonDark(scale int) ApplyProp

func InsetRingCrimsonDarkAlpha

func InsetRingCrimsonDarkAlpha(scale int) ApplyProp

func InsetRingCurrent

func InsetRingCurrent() ApplyProp

func InsetRingCyan

func InsetRingCyan(scale int) ApplyProp

func InsetRingCyanAlpha

func InsetRingCyanAlpha(scale int) ApplyProp

func InsetRingCyanDark

func InsetRingCyanDark(scale int) ApplyProp

func InsetRingCyanDarkAlpha

func InsetRingCyanDarkAlpha(scale int) ApplyProp

func InsetRingGold

func InsetRingGold(scale int) ApplyProp

func InsetRingGoldAlpha

func InsetRingGoldAlpha(scale int) ApplyProp

func InsetRingGoldDark

func InsetRingGoldDark(scale int) ApplyProp

func InsetRingGoldDarkAlpha

func InsetRingGoldDarkAlpha(scale int) ApplyProp

func InsetRingGrass

func InsetRingGrass(scale int) ApplyProp

func InsetRingGrassAlpha

func InsetRingGrassAlpha(scale int) ApplyProp

func InsetRingGrassDark

func InsetRingGrassDark(scale int) ApplyProp

func InsetRingGrassDarkAlpha

func InsetRingGrassDarkAlpha(scale int) ApplyProp

func InsetRingGray

func InsetRingGray(scale int) ApplyProp

func InsetRingGrayAlpha

func InsetRingGrayAlpha(scale int) ApplyProp

func InsetRingGrayDark

func InsetRingGrayDark(scale int) ApplyProp

func InsetRingGrayDarkAlpha

func InsetRingGrayDarkAlpha(scale int) ApplyProp

func InsetRingGreen

func InsetRingGreen(scale int) ApplyProp

func InsetRingGreenAlpha

func InsetRingGreenAlpha(scale int) ApplyProp

func InsetRingGreenDark

func InsetRingGreenDark(scale int) ApplyProp

func InsetRingGreenDarkAlpha

func InsetRingGreenDarkAlpha(scale int) ApplyProp

func InsetRingIndigo

func InsetRingIndigo(scale int) ApplyProp

func InsetRingIndigoAlpha

func InsetRingIndigoAlpha(scale int) ApplyProp

func InsetRingIndigoDark

func InsetRingIndigoDark(scale int) ApplyProp

func InsetRingIndigoDarkAlpha

func InsetRingIndigoDarkAlpha(scale int) ApplyProp

func InsetRingInherit

func InsetRingInherit() ApplyProp

func InsetRingIris

func InsetRingIris(scale int) ApplyProp

func InsetRingIrisAlpha

func InsetRingIrisAlpha(scale int) ApplyProp

func InsetRingIrisDark

func InsetRingIrisDark(scale int) ApplyProp

func InsetRingIrisDarkAlpha

func InsetRingIrisDarkAlpha(scale int) ApplyProp

func InsetRingJade

func InsetRingJade(scale int) ApplyProp

func InsetRingJadeAlpha

func InsetRingJadeAlpha(scale int) ApplyProp

func InsetRingJadeDark

func InsetRingJadeDark(scale int) ApplyProp

func InsetRingJadeDarkAlpha

func InsetRingJadeDarkAlpha(scale int) ApplyProp

func InsetRingLime

func InsetRingLime(scale int) ApplyProp

func InsetRingLimeAlpha

func InsetRingLimeAlpha(scale int) ApplyProp

func InsetRingLimeDark

func InsetRingLimeDark(scale int) ApplyProp

func InsetRingLimeDarkAlpha

func InsetRingLimeDarkAlpha(scale int) ApplyProp

func InsetRingMauve

func InsetRingMauve(scale int) ApplyProp

func InsetRingMauveAlpha

func InsetRingMauveAlpha(scale int) ApplyProp

func InsetRingMauveDark

func InsetRingMauveDark(scale int) ApplyProp

func InsetRingMauveDarkAlpha

func InsetRingMauveDarkAlpha(scale int) ApplyProp

func InsetRingMint

func InsetRingMint(scale int) ApplyProp

func InsetRingMintAlpha

func InsetRingMintAlpha(scale int) ApplyProp

func InsetRingMintDark

func InsetRingMintDark(scale int) ApplyProp

func InsetRingMintDarkAlpha

func InsetRingMintDarkAlpha(scale int) ApplyProp

func InsetRingOlive

func InsetRingOlive(scale int) ApplyProp

func InsetRingOliveAlpha

func InsetRingOliveAlpha(scale int) ApplyProp

func InsetRingOliveDark

func InsetRingOliveDark(scale int) ApplyProp

func InsetRingOliveDarkAlpha

func InsetRingOliveDarkAlpha(scale int) ApplyProp

func InsetRingOrange

func InsetRingOrange(scale int) ApplyProp

func InsetRingOrangeAlpha

func InsetRingOrangeAlpha(scale int) ApplyProp

func InsetRingOrangeDark

func InsetRingOrangeDark(scale int) ApplyProp

func InsetRingOrangeDarkAlpha

func InsetRingOrangeDarkAlpha(scale int) ApplyProp

func InsetRingPink

func InsetRingPink(scale int) ApplyProp

func InsetRingPinkAlpha

func InsetRingPinkAlpha(scale int) ApplyProp

func InsetRingPinkDark

func InsetRingPinkDark(scale int) ApplyProp

func InsetRingPinkDarkAlpha

func InsetRingPinkDarkAlpha(scale int) ApplyProp

func InsetRingPlum

func InsetRingPlum(scale int) ApplyProp

func InsetRingPlumAlpha

func InsetRingPlumAlpha(scale int) ApplyProp

func InsetRingPlumDark

func InsetRingPlumDark(scale int) ApplyProp

func InsetRingPlumDarkAlpha

func InsetRingPlumDarkAlpha(scale int) ApplyProp

func InsetRingPurple

func InsetRingPurple(scale int) ApplyProp

func InsetRingPurpleAlpha

func InsetRingPurpleAlpha(scale int) ApplyProp

func InsetRingPurpleDark

func InsetRingPurpleDark(scale int) ApplyProp

func InsetRingPurpleDarkAlpha

func InsetRingPurpleDarkAlpha(scale int) ApplyProp

func InsetRingRed

func InsetRingRed(scale int) ApplyProp

func InsetRingRedAlpha

func InsetRingRedAlpha(scale int) ApplyProp

func InsetRingRedDark

func InsetRingRedDark(scale int) ApplyProp

func InsetRingRedDarkAlpha

func InsetRingRedDarkAlpha(scale int) ApplyProp

func InsetRingRuby

func InsetRingRuby(scale int) ApplyProp

func InsetRingRubyAlpha

func InsetRingRubyAlpha(scale int) ApplyProp

func InsetRingRubyDark

func InsetRingRubyDark(scale int) ApplyProp

func InsetRingRubyDarkAlpha

func InsetRingRubyDarkAlpha(scale int) ApplyProp

func InsetRingSage

func InsetRingSage(scale int) ApplyProp

func InsetRingSageAlpha

func InsetRingSageAlpha(scale int) ApplyProp

func InsetRingSageDark

func InsetRingSageDark(scale int) ApplyProp

func InsetRingSageDarkAlpha

func InsetRingSageDarkAlpha(scale int) ApplyProp

func InsetRingSand

func InsetRingSand(scale int) ApplyProp

func InsetRingSandAlpha

func InsetRingSandAlpha(scale int) ApplyProp

func InsetRingSandDark

func InsetRingSandDark(scale int) ApplyProp

func InsetRingSandDarkAlpha

func InsetRingSandDarkAlpha(scale int) ApplyProp

func InsetRingSky

func InsetRingSky(scale int) ApplyProp

func InsetRingSkyAlpha

func InsetRingSkyAlpha(scale int) ApplyProp

func InsetRingSkyDark

func InsetRingSkyDark(scale int) ApplyProp

func InsetRingSkyDarkAlpha

func InsetRingSkyDarkAlpha(scale int) ApplyProp

func InsetRingSlate

func InsetRingSlate(scale int) ApplyProp

func InsetRingSlateAlpha

func InsetRingSlateAlpha(scale int) ApplyProp

func InsetRingSlateDark

func InsetRingSlateDark(scale int) ApplyProp

func InsetRingSlateDarkAlpha

func InsetRingSlateDarkAlpha(scale int) ApplyProp

func InsetRingTeal

func InsetRingTeal(scale int) ApplyProp

func InsetRingTealAlpha

func InsetRingTealAlpha(scale int) ApplyProp

func InsetRingTealDark

func InsetRingTealDark(scale int) ApplyProp

func InsetRingTealDarkAlpha

func InsetRingTealDarkAlpha(scale int) ApplyProp

func InsetRingTomato

func InsetRingTomato(scale int) ApplyProp

func InsetRingTomatoAlpha

func InsetRingTomatoAlpha(scale int) ApplyProp

func InsetRingTomatoDark

func InsetRingTomatoDark(scale int) ApplyProp

func InsetRingTomatoDarkAlpha

func InsetRingTomatoDarkAlpha(scale int) ApplyProp

func InsetRingTransparent

func InsetRingTransparent() ApplyProp

func InsetRingViolet

func InsetRingViolet(scale int) ApplyProp

func InsetRingVioletAlpha

func InsetRingVioletAlpha(scale int) ApplyProp

func InsetRingVioletDark

func InsetRingVioletDark(scale int) ApplyProp

func InsetRingVioletDarkAlpha

func InsetRingVioletDarkAlpha(scale int) ApplyProp

func InsetRingWhite

func InsetRingWhite() ApplyProp

func InsetRingWhiteAlpha

func InsetRingWhiteAlpha(scale int) ApplyProp

func InsetRingYellow

func InsetRingYellow(scale int) ApplyProp

func InsetRingYellowAlpha

func InsetRingYellowAlpha(scale int) ApplyProp

func InsetRingYellowDark

func InsetRingYellowDark(scale int) ApplyProp

func InsetRingYellowDarkAlpha

func InsetRingYellowDarkAlpha(scale int) ApplyProp

func InsetShadow

func InsetShadow(val value.Value) ApplyProp

func InsetShadow2xl

func InsetShadow2xl() ApplyProp

func InsetShadow2xs

func InsetShadow2xs() ApplyProp

func InsetShadowAmber

func InsetShadowAmber(scale int) ApplyProp

func InsetShadowAmberAlpha

func InsetShadowAmberAlpha(scale int) ApplyProp

func InsetShadowAmberDark

func InsetShadowAmberDark(scale int) ApplyProp

func InsetShadowAmberDarkAlpha

func InsetShadowAmberDarkAlpha(scale int) ApplyProp

func InsetShadowBlack

func InsetShadowBlack() ApplyProp

func InsetShadowBlackAlpha

func InsetShadowBlackAlpha(scale int) ApplyProp

func InsetShadowBlue

func InsetShadowBlue(scale int) ApplyProp

func InsetShadowBlueAlpha

func InsetShadowBlueAlpha(scale int) ApplyProp

func InsetShadowBlueDark

func InsetShadowBlueDark(scale int) ApplyProp

func InsetShadowBlueDarkAlpha

func InsetShadowBlueDarkAlpha(scale int) ApplyProp

func InsetShadowBronze

func InsetShadowBronze(scale int) ApplyProp

func InsetShadowBronzeAlpha

func InsetShadowBronzeAlpha(scale int) ApplyProp

func InsetShadowBronzeDark

func InsetShadowBronzeDark(scale int) ApplyProp

func InsetShadowBronzeDarkAlpha

func InsetShadowBronzeDarkAlpha(scale int) ApplyProp

func InsetShadowBrown

func InsetShadowBrown(scale int) ApplyProp

func InsetShadowBrownAlpha

func InsetShadowBrownAlpha(scale int) ApplyProp

func InsetShadowBrownDark

func InsetShadowBrownDark(scale int) ApplyProp

func InsetShadowBrownDarkAlpha

func InsetShadowBrownDarkAlpha(scale int) ApplyProp

func InsetShadowColor

func InsetShadowColor(val value.Value) ApplyProp

func InsetShadowCrimson

func InsetShadowCrimson(scale int) ApplyProp

func InsetShadowCrimsonAlpha

func InsetShadowCrimsonAlpha(scale int) ApplyProp

func InsetShadowCrimsonDark

func InsetShadowCrimsonDark(scale int) ApplyProp

func InsetShadowCrimsonDarkAlpha

func InsetShadowCrimsonDarkAlpha(scale int) ApplyProp

func InsetShadowCurrent

func InsetShadowCurrent() ApplyProp

func InsetShadowCyan

func InsetShadowCyan(scale int) ApplyProp

func InsetShadowCyanAlpha

func InsetShadowCyanAlpha(scale int) ApplyProp

func InsetShadowCyanDark

func InsetShadowCyanDark(scale int) ApplyProp

func InsetShadowCyanDarkAlpha

func InsetShadowCyanDarkAlpha(scale int) ApplyProp

func InsetShadowGold

func InsetShadowGold(scale int) ApplyProp

func InsetShadowGoldAlpha

func InsetShadowGoldAlpha(scale int) ApplyProp

func InsetShadowGoldDark

func InsetShadowGoldDark(scale int) ApplyProp

func InsetShadowGoldDarkAlpha

func InsetShadowGoldDarkAlpha(scale int) ApplyProp

func InsetShadowGrass

func InsetShadowGrass(scale int) ApplyProp

func InsetShadowGrassAlpha

func InsetShadowGrassAlpha(scale int) ApplyProp

func InsetShadowGrassDark

func InsetShadowGrassDark(scale int) ApplyProp

func InsetShadowGrassDarkAlpha

func InsetShadowGrassDarkAlpha(scale int) ApplyProp

func InsetShadowGray

func InsetShadowGray(scale int) ApplyProp

func InsetShadowGrayAlpha

func InsetShadowGrayAlpha(scale int) ApplyProp

func InsetShadowGrayDark

func InsetShadowGrayDark(scale int) ApplyProp

func InsetShadowGrayDarkAlpha

func InsetShadowGrayDarkAlpha(scale int) ApplyProp

func InsetShadowGreen

func InsetShadowGreen(scale int) ApplyProp

func InsetShadowGreenAlpha

func InsetShadowGreenAlpha(scale int) ApplyProp

func InsetShadowGreenDark

func InsetShadowGreenDark(scale int) ApplyProp

func InsetShadowGreenDarkAlpha

func InsetShadowGreenDarkAlpha(scale int) ApplyProp

func InsetShadowIndigo

func InsetShadowIndigo(scale int) ApplyProp

func InsetShadowIndigoAlpha

func InsetShadowIndigoAlpha(scale int) ApplyProp

func InsetShadowIndigoDark

func InsetShadowIndigoDark(scale int) ApplyProp

func InsetShadowIndigoDarkAlpha

func InsetShadowIndigoDarkAlpha(scale int) ApplyProp

func InsetShadowInherit

func InsetShadowInherit() ApplyProp

func InsetShadowIris

func InsetShadowIris(scale int) ApplyProp

func InsetShadowIrisAlpha

func InsetShadowIrisAlpha(scale int) ApplyProp

func InsetShadowIrisDark

func InsetShadowIrisDark(scale int) ApplyProp

func InsetShadowIrisDarkAlpha

func InsetShadowIrisDarkAlpha(scale int) ApplyProp

func InsetShadowJade

func InsetShadowJade(scale int) ApplyProp

func InsetShadowJadeAlpha

func InsetShadowJadeAlpha(scale int) ApplyProp

func InsetShadowJadeDark

func InsetShadowJadeDark(scale int) ApplyProp

func InsetShadowJadeDarkAlpha

func InsetShadowJadeDarkAlpha(scale int) ApplyProp

func InsetShadowLg

func InsetShadowLg() ApplyProp

func InsetShadowLime

func InsetShadowLime(scale int) ApplyProp

func InsetShadowLimeAlpha

func InsetShadowLimeAlpha(scale int) ApplyProp

func InsetShadowLimeDark

func InsetShadowLimeDark(scale int) ApplyProp

func InsetShadowLimeDarkAlpha

func InsetShadowLimeDarkAlpha(scale int) ApplyProp

func InsetShadowMauve

func InsetShadowMauve(scale int) ApplyProp

func InsetShadowMauveAlpha

func InsetShadowMauveAlpha(scale int) ApplyProp

func InsetShadowMauveDark

func InsetShadowMauveDark(scale int) ApplyProp

func InsetShadowMauveDarkAlpha

func InsetShadowMauveDarkAlpha(scale int) ApplyProp

func InsetShadowMd

func InsetShadowMd() ApplyProp

func InsetShadowMint

func InsetShadowMint(scale int) ApplyProp

func InsetShadowMintAlpha

func InsetShadowMintAlpha(scale int) ApplyProp

func InsetShadowMintDark

func InsetShadowMintDark(scale int) ApplyProp

func InsetShadowMintDarkAlpha

func InsetShadowMintDarkAlpha(scale int) ApplyProp

func InsetShadowNone

func InsetShadowNone() ApplyProp

func InsetShadowOlive

func InsetShadowOlive(scale int) ApplyProp

func InsetShadowOliveAlpha

func InsetShadowOliveAlpha(scale int) ApplyProp

func InsetShadowOliveDark

func InsetShadowOliveDark(scale int) ApplyProp

func InsetShadowOliveDarkAlpha

func InsetShadowOliveDarkAlpha(scale int) ApplyProp

func InsetShadowOrange

func InsetShadowOrange(scale int) ApplyProp

func InsetShadowOrangeAlpha

func InsetShadowOrangeAlpha(scale int) ApplyProp

func InsetShadowOrangeDark

func InsetShadowOrangeDark(scale int) ApplyProp

func InsetShadowOrangeDarkAlpha

func InsetShadowOrangeDarkAlpha(scale int) ApplyProp

func InsetShadowPink

func InsetShadowPink(scale int) ApplyProp

func InsetShadowPinkAlpha

func InsetShadowPinkAlpha(scale int) ApplyProp

func InsetShadowPinkDark

func InsetShadowPinkDark(scale int) ApplyProp

func InsetShadowPinkDarkAlpha

func InsetShadowPinkDarkAlpha(scale int) ApplyProp

func InsetShadowPlum

func InsetShadowPlum(scale int) ApplyProp

func InsetShadowPlumAlpha

func InsetShadowPlumAlpha(scale int) ApplyProp

func InsetShadowPlumDark

func InsetShadowPlumDark(scale int) ApplyProp

func InsetShadowPlumDarkAlpha

func InsetShadowPlumDarkAlpha(scale int) ApplyProp

func InsetShadowPurple

func InsetShadowPurple(scale int) ApplyProp

func InsetShadowPurpleAlpha

func InsetShadowPurpleAlpha(scale int) ApplyProp

func InsetShadowPurpleDark

func InsetShadowPurpleDark(scale int) ApplyProp

func InsetShadowPurpleDarkAlpha

func InsetShadowPurpleDarkAlpha(scale int) ApplyProp

func InsetShadowRed

func InsetShadowRed(scale int) ApplyProp

func InsetShadowRedAlpha

func InsetShadowRedAlpha(scale int) ApplyProp

func InsetShadowRedDark

func InsetShadowRedDark(scale int) ApplyProp

func InsetShadowRedDarkAlpha

func InsetShadowRedDarkAlpha(scale int) ApplyProp

func InsetShadowRuby

func InsetShadowRuby(scale int) ApplyProp

func InsetShadowRubyAlpha

func InsetShadowRubyAlpha(scale int) ApplyProp

func InsetShadowRubyDark

func InsetShadowRubyDark(scale int) ApplyProp

func InsetShadowRubyDarkAlpha

func InsetShadowRubyDarkAlpha(scale int) ApplyProp

func InsetShadowSage

func InsetShadowSage(scale int) ApplyProp

func InsetShadowSageAlpha

func InsetShadowSageAlpha(scale int) ApplyProp

func InsetShadowSageDark

func InsetShadowSageDark(scale int) ApplyProp

func InsetShadowSageDarkAlpha

func InsetShadowSageDarkAlpha(scale int) ApplyProp

func InsetShadowSand

func InsetShadowSand(scale int) ApplyProp

func InsetShadowSandAlpha

func InsetShadowSandAlpha(scale int) ApplyProp

func InsetShadowSandDark

func InsetShadowSandDark(scale int) ApplyProp

func InsetShadowSandDarkAlpha

func InsetShadowSandDarkAlpha(scale int) ApplyProp

func InsetShadowSky

func InsetShadowSky(scale int) ApplyProp

func InsetShadowSkyAlpha

func InsetShadowSkyAlpha(scale int) ApplyProp

func InsetShadowSkyDark

func InsetShadowSkyDark(scale int) ApplyProp

func InsetShadowSkyDarkAlpha

func InsetShadowSkyDarkAlpha(scale int) ApplyProp

func InsetShadowSlate

func InsetShadowSlate(scale int) ApplyProp

func InsetShadowSlateAlpha

func InsetShadowSlateAlpha(scale int) ApplyProp

func InsetShadowSlateDark

func InsetShadowSlateDark(scale int) ApplyProp

func InsetShadowSlateDarkAlpha

func InsetShadowSlateDarkAlpha(scale int) ApplyProp

func InsetShadowSm

func InsetShadowSm() ApplyProp

func InsetShadowTeal

func InsetShadowTeal(scale int) ApplyProp

func InsetShadowTealAlpha

func InsetShadowTealAlpha(scale int) ApplyProp

func InsetShadowTealDark

func InsetShadowTealDark(scale int) ApplyProp

func InsetShadowTealDarkAlpha

func InsetShadowTealDarkAlpha(scale int) ApplyProp

func InsetShadowTomato

func InsetShadowTomato(scale int) ApplyProp

func InsetShadowTomatoAlpha

func InsetShadowTomatoAlpha(scale int) ApplyProp

func InsetShadowTomatoDark

func InsetShadowTomatoDark(scale int) ApplyProp

func InsetShadowTomatoDarkAlpha

func InsetShadowTomatoDarkAlpha(scale int) ApplyProp

func InsetShadowTransparent

func InsetShadowTransparent() ApplyProp

func InsetShadowViolet

func InsetShadowViolet(scale int) ApplyProp

func InsetShadowVioletAlpha

func InsetShadowVioletAlpha(scale int) ApplyProp

func InsetShadowVioletDark

func InsetShadowVioletDark(scale int) ApplyProp

func InsetShadowVioletDarkAlpha

func InsetShadowVioletDarkAlpha(scale int) ApplyProp

func InsetShadowWhite

func InsetShadowWhite() ApplyProp

func InsetShadowWhiteAlpha

func InsetShadowWhiteAlpha(scale int) ApplyProp

func InsetShadowXl

func InsetShadowXl() ApplyProp

func InsetShadowXs

func InsetShadowXs() ApplyProp

func InsetShadowYellow

func InsetShadowYellow(scale int) ApplyProp

func InsetShadowYellowAlpha

func InsetShadowYellowAlpha(scale int) ApplyProp

func InsetShadowYellowDark

func InsetShadowYellowDark(scale int) ApplyProp

func InsetShadowYellowDarkAlpha

func InsetShadowYellowDarkAlpha(scale int) ApplyProp

func InsetX

func InsetX(number int) ApplyProp

func InsetXAuto

func InsetXAuto() ApplyProp

func InsetXBy

func InsetXBy(val value.Value) ApplyProp

func InsetXFraction

func InsetXFraction(fraction float64) ApplyProp

func InsetXFull

func InsetXFull() ApplyProp

func InsetXPx

func InsetXPx() ApplyProp

func InsetY

func InsetY(number int) ApplyProp

func InsetYAuto

func InsetYAuto() ApplyProp

func InsetYBy

func InsetYBy(val value.Value) ApplyProp

func InsetYFraction

func InsetYFraction(fraction float64) ApplyProp

func InsetYFull

func InsetYFull() ApplyProp

func InsetYPx

func InsetYPx() ApplyProp

func Invalid

func Invalid(props ...ApplyProp) ApplyProp

func Invert

func Invert(val ...any) ApplyProp

func InvertedColors

func InvertedColors(props ...ApplyProp) ApplyProp

func Invisible

func Invisible() ApplyProp

func Isolate

func Isolate() ApplyProp

func IsolationAuto

func IsolationAuto() ApplyProp

func Italic

func Italic() ApplyProp

func ItemsBaseline

func ItemsBaseline() ApplyProp

func ItemsBaselineLast

func ItemsBaselineLast() ApplyProp

func ItemsCenter

func ItemsCenter() ApplyProp

func ItemsCenterSafe

func ItemsCenterSafe() ApplyProp

func ItemsEnd

func ItemsEnd() ApplyProp

func ItemsEndSafe

func ItemsEndSafe() ApplyProp

func ItemsStart

func ItemsStart() ApplyProp

func ItemsStretch

func ItemsStretch() ApplyProp

func JustifyAround

func JustifyAround() ApplyProp

func JustifyBaseline

func JustifyBaseline() ApplyProp

func JustifyBetween

func JustifyBetween() ApplyProp

func JustifyCenter

func JustifyCenter() ApplyProp

func JustifyCenterSafe

func JustifyCenterSafe() ApplyProp

func JustifyEnd

func JustifyEnd() ApplyProp

func JustifyEndSafe

func JustifyEndSafe() ApplyProp

func JustifyEvenly

func JustifyEvenly() ApplyProp

func JustifyItemsCenter

func JustifyItemsCenter() ApplyProp

func JustifyItemsCenterSafe

func JustifyItemsCenterSafe() ApplyProp

func JustifyItemsEnd

func JustifyItemsEnd() ApplyProp

func JustifyItemsEndSafe

func JustifyItemsEndSafe() ApplyProp

func JustifyItemsNormal

func JustifyItemsNormal() ApplyProp

func JustifyItemsStart

func JustifyItemsStart() ApplyProp

func JustifyItemsStretch

func JustifyItemsStretch() ApplyProp

func JustifyNormal

func JustifyNormal() ApplyProp

func JustifySelfAuto

func JustifySelfAuto() ApplyProp

func JustifySelfCenter

func JustifySelfCenter() ApplyProp

func JustifySelfCenterSafe

func JustifySelfCenterSafe() ApplyProp

func JustifySelfEnd

func JustifySelfEnd() ApplyProp

func JustifySelfEndSafe

func JustifySelfEndSafe() ApplyProp

func JustifySelfStart

func JustifySelfStart() ApplyProp

func JustifySelfStretch

func JustifySelfStretch() ApplyProp

func JustifyStart

func JustifyStart() ApplyProp

func JustifyStretch

func JustifyStretch() ApplyProp

func Landscape

func Landscape(props ...ApplyProp) ApplyProp

func Last

func Last(props ...ApplyProp) ApplyProp

func LastOfType

func LastOfType(props ...ApplyProp) ApplyProp

func Leading

func Leading(number int) ApplyProp

func LeadingBy

func LeadingBy(val value.Value) ApplyProp

func LeadingNone

func LeadingNone() ApplyProp

func Left

func Left(number int) ApplyProp

func LeftAuto

func LeftAuto() ApplyProp

func LeftBy

func LeftBy(val value.Value) ApplyProp

func LeftFraction

func LeftFraction(fraction float64) ApplyProp

func LeftFull

func LeftFull() ApplyProp

func LeftPx

func LeftPx() ApplyProp

func Lg

func Lg(props ...ApplyProp) ApplyProp

func LineClamp

func LineClamp(number int) ApplyProp

func LineClampBy

func LineClampBy(val value.Value) ApplyProp

func LineClampNone

func LineClampNone() ApplyProp

func LineThrough

func LineThrough() ApplyProp

func LiningNums

func LiningNums() ApplyProp

func List

func List(val value.Value) ApplyProp

func ListDecimal

func ListDecimal() ApplyProp

func ListDisc

func ListDisc() ApplyProp

func ListImage

func ListImage(val value.Value) ApplyProp

func ListImageNone

func ListImageNone() ApplyProp

func ListInside

func ListInside() ApplyProp

func ListItem

func ListItem() ApplyProp

func ListNone

func ListNone() ApplyProp

func ListOutside

func ListOutside() ApplyProp

func Lowercase

func Lowercase() ApplyProp

func Ltr

func Ltr(props ...ApplyProp) ApplyProp

func M

func M(number int) ApplyProp

func MAuto

func MAuto() ApplyProp

func MBy

func MBy(val value.Value) ApplyProp

func MPx

func MPx() ApplyProp

func Marker

func Marker(props ...ApplyProp) ApplyProp

func Mask

func Mask(val value.Value) ApplyProp

func MaskAdd

func MaskAdd() ApplyProp

func MaskAlpha

func MaskAlpha() ApplyProp

func MaskAuto

func MaskAuto() ApplyProp

func MaskBottom

func MaskBottom() ApplyProp

func MaskBottomFrom

func MaskBottomFrom(val any) ApplyProp

func MaskBottomLeft

func MaskBottomLeft() ApplyProp

func MaskBottomRight

func MaskBottomRight() ApplyProp

func MaskBottomTo

func MaskBottomTo(val any) ApplyProp

func MaskCenter

func MaskCenter() ApplyProp

func MaskCircle

func MaskCircle() ApplyProp

func MaskClipBorder

func MaskClipBorder() ApplyProp

func MaskClipContent

func MaskClipContent() ApplyProp

func MaskClipFill

func MaskClipFill() ApplyProp

func MaskClipPadding

func MaskClipPadding() ApplyProp

func MaskClipStroke

func MaskClipStroke() ApplyProp

func MaskClipView

func MaskClipView() ApplyProp

func MaskConic

func MaskConic(number float64) ApplyProp

func MaskConicFrom

func MaskConicFrom(val any) ApplyProp

func MaskConicTo

func MaskConicTo(val any) ApplyProp

func MaskContain

func MaskContain() ApplyProp

func MaskCover

func MaskCover() ApplyProp

func MaskEllipse

func MaskEllipse() ApplyProp

func MaskExclude

func MaskExclude() ApplyProp

func MaskIntersect

func MaskIntersect() ApplyProp

func MaskLeft

func MaskLeft() ApplyProp

func MaskLeftFrom

func MaskLeftFrom(val any) ApplyProp

func MaskLeftTo

func MaskLeftTo(val any) ApplyProp

func MaskLinear

func MaskLinear(degree int) ApplyProp

func MaskLinearFrom

func MaskLinearFrom(val any) ApplyProp

func MaskLinearTo

func MaskLinearTo(val any) ApplyProp

func MaskLuminance

func MaskLuminance() ApplyProp

func MaskMatch

func MaskMatch() ApplyProp

func MaskNoClip

func MaskNoClip() ApplyProp

func MaskNoRepeat

func MaskNoRepeat() ApplyProp

func MaskNone

func MaskNone() ApplyProp

func MaskOriginBorder

func MaskOriginBorder() ApplyProp

func MaskOriginContent

func MaskOriginContent() ApplyProp

func MaskOriginFill

func MaskOriginFill() ApplyProp

func MaskOriginPadding

func MaskOriginPadding() ApplyProp

func MaskOriginStroke

func MaskOriginStroke() ApplyProp

func MaskOriginView

func MaskOriginView() ApplyProp

func MaskPosition

func MaskPosition(val value.Value) ApplyProp

func MaskRadial

func MaskRadial(val ...any) ApplyProp

func MaskRadialAtBottom

func MaskRadialAtBottom() ApplyProp

func MaskRadialAtBottomLeft

func MaskRadialAtBottomLeft() ApplyProp

func MaskRadialAtBottomRight

func MaskRadialAtBottomRight() ApplyProp

func MaskRadialAtCenter

func MaskRadialAtCenter() ApplyProp

func MaskRadialAtLeft

func MaskRadialAtLeft() ApplyProp

func MaskRadialAtRight

func MaskRadialAtRight() ApplyProp

func MaskRadialAtTop

func MaskRadialAtTop() ApplyProp

func MaskRadialAtTopLeft

func MaskRadialAtTopLeft() ApplyProp

func MaskRadialAtTopRight

func MaskRadialAtTopRight() ApplyProp

func MaskRadialClosestCorner

func MaskRadialClosestCorner() ApplyProp

func MaskRadialClosestSide

func MaskRadialClosestSide() ApplyProp

func MaskRadialFarthestCorner

func MaskRadialFarthestCorner() ApplyProp

func MaskRadialFarthestSide

func MaskRadialFarthestSide() ApplyProp

func MaskRadialFrom

func MaskRadialFrom(val any) ApplyProp

func MaskRadialTo

func MaskRadialTo(val any) ApplyProp

func MaskRepeat

func MaskRepeat() ApplyProp

func MaskRepeatRound

func MaskRepeatRound() ApplyProp

func MaskRepeatSpace

func MaskRepeatSpace() ApplyProp

func MaskRepeatX

func MaskRepeatX() ApplyProp

func MaskRepeatY

func MaskRepeatY() ApplyProp

func MaskRight

func MaskRight() ApplyProp

func MaskRightFrom

func MaskRightFrom(val any) ApplyProp

func MaskRightTo

func MaskRightTo(val any) ApplyProp

func MaskSize

func MaskSize(val value.Value) ApplyProp

func MaskSubtract

func MaskSubtract() ApplyProp

func MaskTop

func MaskTop() ApplyProp

func MaskTopFrom

func MaskTopFrom(val any) ApplyProp

func MaskTopLeft

func MaskTopLeft() ApplyProp

func MaskTopRight

func MaskTopRight() ApplyProp

func MaskTopTo

func MaskTopTo(val any) ApplyProp

func MaskTypeAlpha

func MaskTypeAlpha() ApplyProp

func MaskTypeLuminance

func MaskTypeLuminance() ApplyProp

func MaskXFrom

func MaskXFrom(val any) ApplyProp

func MaskXTo

func MaskXTo(val any) ApplyProp

func MaskYFrom

func MaskYFrom(val any) ApplyProp

func MaskYTo

func MaskYTo(val any) ApplyProp

func Max

func Max(props ...ApplyProp) ApplyProp

func Max2xl

func Max2xl(props ...ApplyProp) ApplyProp

func MaxH

func MaxH(number int) ApplyProp

func MaxHBy

func MaxHBy(val value.Value) ApplyProp

func MaxHDvh

func MaxHDvh() ApplyProp

func MaxHDvw

func MaxHDvw() ApplyProp

func MaxHFit

func MaxHFit() ApplyProp

func MaxHFraction

func MaxHFraction(fraction float32) ApplyProp

func MaxHFull

func MaxHFull() ApplyProp

func MaxHLh

func MaxHLh() ApplyProp

func MaxHLvh

func MaxHLvh() ApplyProp

func MaxHLvw

func MaxHLvw() ApplyProp

func MaxHMax

func MaxHMax() ApplyProp

func MaxHMin

func MaxHMin() ApplyProp

func MaxHNone

func MaxHNone() ApplyProp

func MaxHPx

func MaxHPx() ApplyProp

func MaxHScreen

func MaxHScreen() ApplyProp

func MaxHSvh

func MaxHSvh() ApplyProp

func MaxHSvw

func MaxHSvw() ApplyProp

func MaxLg

func MaxLg(props ...ApplyProp) ApplyProp

func MaxMd

func MaxMd(props ...ApplyProp) ApplyProp

func MaxSm

func MaxSm(props ...ApplyProp) ApplyProp

func MaxW

func MaxW(number int) ApplyProp

func MaxW2xl

func MaxW2xl() ApplyProp

func MaxW2xs

func MaxW2xs() ApplyProp

func MaxW3xl

func MaxW3xl() ApplyProp

func MaxW3xs

func MaxW3xs() ApplyProp

func MaxW4xl

func MaxW4xl() ApplyProp

func MaxW5xl

func MaxW5xl() ApplyProp

func MaxW6xl

func MaxW6xl() ApplyProp

func MaxW7xl

func MaxW7xl() ApplyProp

func MaxWBy

func MaxWBy(val value.Value) ApplyProp

func MaxWDvh

func MaxWDvh() ApplyProp

func MaxWDvw

func MaxWDvw() ApplyProp

func MaxWFit

func MaxWFit() ApplyProp

func MaxWFraction

func MaxWFraction(fraction float32) ApplyProp

func MaxWFull

func MaxWFull() ApplyProp

func MaxWLg

func MaxWLg() ApplyProp

func MaxWLvh

func MaxWLvh() ApplyProp

func MaxWLvw

func MaxWLvw() ApplyProp

func MaxWMax

func MaxWMax() ApplyProp

func MaxWMd

func MaxWMd() ApplyProp

func MaxWMin

func MaxWMin() ApplyProp

func MaxWNone

func MaxWNone() ApplyProp

func MaxWPx

func MaxWPx() ApplyProp

func MaxWScreen

func MaxWScreen() ApplyProp

func MaxWSm

func MaxWSm() ApplyProp

func MaxWSvh

func MaxWSvh() ApplyProp

func MaxWSvw

func MaxWSvw() ApplyProp

func MaxWXl

func MaxWXl() ApplyProp

func MaxWXs

func MaxWXs() ApplyProp

func MaxXl

func MaxXl(props ...ApplyProp) ApplyProp

func Mb

func Mb(number int) ApplyProp

func MbAuto

func MbAuto() ApplyProp

func MbBy

func MbBy(val value.Value) ApplyProp

func MbPx

func MbPx() ApplyProp

func Md

func Md(props ...ApplyProp) ApplyProp

func Me

func Me(number int) ApplyProp

func MeAuto

func MeAuto() ApplyProp

func MeBy

func MeBy(val value.Value) ApplyProp

func MePx

func MePx() ApplyProp

func Min

func Min(props ...ApplyProp) ApplyProp

func MinH

func MinH(number int) ApplyProp

func MinHAuto

func MinHAuto() ApplyProp

func MinHBy

func MinHBy(val value.Value) ApplyProp

func MinHDvh

func MinHDvh() ApplyProp

func MinHDvw

func MinHDvw() ApplyProp

func MinHFit

func MinHFit() ApplyProp

func MinHFraction

func MinHFraction(fraction float32) ApplyProp

func MinHFull

func MinHFull() ApplyProp

func MinHLh

func MinHLh() ApplyProp

func MinHLvh

func MinHLvh() ApplyProp

func MinHLvw

func MinHLvw() ApplyProp

func MinHMax

func MinHMax() ApplyProp

func MinHMin

func MinHMin() ApplyProp

func MinHPx

func MinHPx() ApplyProp

func MinHScreen

func MinHScreen() ApplyProp

func MinHSvh

func MinHSvh() ApplyProp

func MinHSvw

func MinHSvw() ApplyProp

func MinW

func MinW(number int) ApplyProp

func MinW2xl

func MinW2xl() ApplyProp

func MinW2xs

func MinW2xs() ApplyProp

func MinW3xl

func MinW3xl() ApplyProp

func MinW3xs

func MinW3xs() ApplyProp

func MinW4xl

func MinW4xl() ApplyProp

func MinW5xl

func MinW5xl() ApplyProp

func MinW6xl

func MinW6xl() ApplyProp

func MinW7xl

func MinW7xl() ApplyProp

func MinWAuto

func MinWAuto() ApplyProp

func MinWBy

func MinWBy(val value.Value) ApplyProp

func MinWDvh

func MinWDvh() ApplyProp

func MinWDvw

func MinWDvw() ApplyProp

func MinWFit

func MinWFit() ApplyProp

func MinWFraction

func MinWFraction(fraction float32) ApplyProp

func MinWFull

func MinWFull() ApplyProp

func MinWLg

func MinWLg() ApplyProp

func MinWLvh

func MinWLvh() ApplyProp

func MinWLvw

func MinWLvw() ApplyProp

func MinWMax

func MinWMax() ApplyProp

func MinWMd

func MinWMd() ApplyProp

func MinWMin

func MinWMin() ApplyProp

func MinWPx

func MinWPx() ApplyProp

func MinWScreen

func MinWScreen() ApplyProp

func MinWSm

func MinWSm() ApplyProp

func MinWSvh

func MinWSvh() ApplyProp

func MinWSvw

func MinWSvw() ApplyProp

func MinWXl

func MinWXl() ApplyProp

func MinWXs

func MinWXs() ApplyProp

func MixBlendColor

func MixBlendColor() ApplyProp

func MixBlendColorBurn

func MixBlendColorBurn() ApplyProp

func MixBlendColorDodge

func MixBlendColorDodge() ApplyProp

func MixBlendDarken

func MixBlendDarken() ApplyProp

func MixBlendDifference

func MixBlendDifference() ApplyProp

func MixBlendExclusion

func MixBlendExclusion() ApplyProp

func MixBlendHardLight

func MixBlendHardLight() ApplyProp

func MixBlendHue

func MixBlendHue() ApplyProp

func MixBlendLighten

func MixBlendLighten() ApplyProp

func MixBlendLuminosity

func MixBlendLuminosity() ApplyProp

func MixBlendMultiply

func MixBlendMultiply() ApplyProp

func MixBlendNormal

func MixBlendNormal() ApplyProp

func MixBlendOverlay

func MixBlendOverlay() ApplyProp

func MixBlendPlusDarker

func MixBlendPlusDarker() ApplyProp

func MixBlendPlusLighter

func MixBlendPlusLighter() ApplyProp

func MixBlendSaturation

func MixBlendSaturation() ApplyProp

func MixBlendScreen

func MixBlendScreen() ApplyProp

func MixBlendSoftLight

func MixBlendSoftLight() ApplyProp

func Ml

func Ml(number int) ApplyProp

func MlAuto

func MlAuto() ApplyProp

func MlBy

func MlBy(val value.Value) ApplyProp

func MlPx

func MlPx() ApplyProp

func MotionReduce

func MotionReduce(props ...ApplyProp) ApplyProp

func MotionSafe

func MotionSafe(props ...ApplyProp) ApplyProp

func Mr

func Mr(number int) ApplyProp

func MrAuto

func MrAuto() ApplyProp

func MrBy

func MrBy(val value.Value) ApplyProp

func MrPx

func MrPx() ApplyProp

func Ms

func Ms(number int) ApplyProp

func MsAuto

func MsAuto() ApplyProp

func MsBy

func MsBy(val value.Value) ApplyProp

func MsPx

func MsPx() ApplyProp

func Mt

func Mt(number int) ApplyProp

func MtAuto

func MtAuto() ApplyProp

func MtBy

func MtBy(val value.Value) ApplyProp

func MtPx

func MtPx() ApplyProp

func Mx

func Mx(number int) ApplyProp

func MxAuto

func MxAuto() ApplyProp

func MxBy

func MxBy(val value.Value) ApplyProp

func MxPx

func MxPx() ApplyProp

func My

func My(number int) ApplyProp

func MyAuto

func MyAuto() ApplyProp

func MyBy

func MyBy(val value.Value) ApplyProp

func MyPx

func MyPx() ApplyProp

func NegBottom

func NegBottom(number int) ApplyProp

func NegBottomFraction

func NegBottomFraction(fraction float64) ApplyProp

func NegBottomFull

func NegBottomFull() ApplyProp

func NegBottomPx

func NegBottomPx() ApplyProp

func NegCol

func NegCol(number int) ApplyProp

func NegColEnd

func NegColEnd(number int) ApplyProp

func NegColStart

func NegColStart(number int) ApplyProp

func NegEnd

func NegEnd(number int) ApplyProp

func NegEndFraction

func NegEndFraction(fraction float64) ApplyProp

func NegEndFull

func NegEndFull() ApplyProp

func NegEndPx

func NegEndPx() ApplyProp

func NegIndent

func NegIndent(number int) ApplyProp

func NegIndentPx

func NegIndentPx() ApplyProp

func NegInset

func NegInset(number int) ApplyProp

func NegInsetFraction

func NegInsetFraction(fraction float64) ApplyProp

func NegInsetFull

func NegInsetFull() ApplyProp

func NegInsetPx

func NegInsetPx() ApplyProp

func NegInsetX

func NegInsetX(number int) ApplyProp

func NegInsetXFraction

func NegInsetXFraction(fraction float64) ApplyProp

func NegInsetXFull

func NegInsetXFull() ApplyProp

func NegInsetXPx

func NegInsetXPx() ApplyProp

func NegInsetY

func NegInsetY(number int) ApplyProp

func NegInsetYFraction

func NegInsetYFraction(fraction float64) ApplyProp

func NegInsetYFull

func NegInsetYFull() ApplyProp

func NegInsetYPx

func NegInsetYPx() ApplyProp

func NegLeft

func NegLeft(number int) ApplyProp

func NegLeftFraction

func NegLeftFraction(fraction float64) ApplyProp

func NegLeftFull

func NegLeftFull() ApplyProp

func NegLeftPx

func NegLeftPx() ApplyProp

func NegM

func NegM(number int) ApplyProp

func NegMPx

func NegMPx() ApplyProp

func NegMb

func NegMb(number int) ApplyProp

func NegMbPx

func NegMbPx() ApplyProp

func NegMe

func NegMe(number int) ApplyProp

func NegMePx

func NegMePx() ApplyProp

func NegMl

func NegMl(number int) ApplyProp

func NegMlPx

func NegMlPx() ApplyProp

func NegMr

func NegMr(number int) ApplyProp

func NegMrPx

func NegMrPx() ApplyProp

func NegMs

func NegMs(number int) ApplyProp

func NegMsPx

func NegMsPx() ApplyProp

func NegMt

func NegMt(number int) ApplyProp

func NegMtPx

func NegMtPx() ApplyProp

func NegMx

func NegMx(number int) ApplyProp

func NegMxPx

func NegMxPx() ApplyProp

func NegMy

func NegMy(number int) ApplyProp

func NegMyPx

func NegMyPx() ApplyProp

func NegOrder

func NegOrder(number int) ApplyProp

func NegRight

func NegRight(number int) ApplyProp

func NegRightFraction

func NegRightFraction(fraction float64) ApplyProp

func NegRightFull

func NegRightFull() ApplyProp

func NegRightPx

func NegRightPx() ApplyProp

func NegRow

func NegRow(number int) ApplyProp

func NegRowEnd

func NegRowEnd(number int) ApplyProp

func NegRowStart

func NegRowStart(number int) ApplyProp

func NegStart

func NegStart(number int) ApplyProp

func NegStartFraction

func NegStartFraction(fraction float64) ApplyProp

func NegStartFull

func NegStartFull() ApplyProp

func NegStartPx

func NegStartPx() ApplyProp

func NegTop

func NegTop(number int) ApplyProp

func NegTopFraction

func NegTopFraction(fraction float64) ApplyProp

func NegTopFull

func NegTopFull() ApplyProp

func NegTopPx

func NegTopPx() ApplyProp

func NegTranslate

func NegTranslate(val any) ApplyProp

func NegTranslateFull

func NegTranslateFull() ApplyProp

func NegTranslatePx

func NegTranslatePx() ApplyProp

func NegTranslateX

func NegTranslateX(val any) ApplyProp

func NegTranslateXFull

func NegTranslateXFull() ApplyProp

func NegTranslateXPx

func NegTranslateXPx() ApplyProp

func NegTranslateY

func NegTranslateY(val any) ApplyProp

func NegTranslateYFull

func NegTranslateYFull() ApplyProp

func NegTranslateYPx

func NegTranslateYPx() ApplyProp

func NegTranslateZ

func NegTranslateZ(val any) ApplyProp

func NegTranslateZPx

func NegTranslateZPx() ApplyProp

func NegUnderlineOffset

func NegUnderlineOffset(number int) ApplyProp

func NoUnderline

func NoUnderline() ApplyProp

func NormalCase

func NormalCase() ApplyProp

func NormalNums

func NormalNums() ApplyProp

func Noscript

func Noscript(props ...ApplyProp) ApplyProp

func Not

func Not(props ...ApplyProp) ApplyProp

func NotItalic

func NotItalic() ApplyProp

func NotSrOnly

func NotSrOnly() ApplyProp

func Nth

func Nth(props ...ApplyProp) ApplyProp

func NthLast

func NthLast(props ...ApplyProp) ApplyProp

func NthLastOfType

func NthLastOfType(props ...ApplyProp) ApplyProp

func NthOfType

func NthOfType(props ...ApplyProp) ApplyProp

func ObjectBottom

func ObjectBottom() ApplyProp

func ObjectBottomLeft

func ObjectBottomLeft() ApplyProp

func ObjectBottomRight

func ObjectBottomRight() ApplyProp

func ObjectBy

func ObjectBy(val value.Value) ApplyProp

func ObjectCenter

func ObjectCenter() ApplyProp

func ObjectContain

func ObjectContain() ApplyProp

func ObjectCover

func ObjectCover() ApplyProp

func ObjectFill

func ObjectFill() ApplyProp

func ObjectLeft

func ObjectLeft() ApplyProp

func ObjectNone

func ObjectNone() ApplyProp

func ObjectRight

func ObjectRight() ApplyProp

func ObjectScaleDown

func ObjectScaleDown() ApplyProp

func ObjectTop

func ObjectTop() ApplyProp

func ObjectTopLeft

func ObjectTopLeft() ApplyProp

func ObjectTopRight

func ObjectTopRight() ApplyProp

func Odd

func Odd(props ...ApplyProp) ApplyProp

func OldStyleNums

func OldStyleNums() ApplyProp

func Only

func Only(props ...ApplyProp) ApplyProp

func OnlyOfType

func OnlyOfType(props ...ApplyProp) ApplyProp

func Opacity

func Opacity(val value.Value) ApplyProp

func Open

func Open(props ...ApplyProp) ApplyProp

func Optional

func Optional(props ...ApplyProp) ApplyProp

func Order

func Order(number int) ApplyProp

func OrderBy

func OrderBy(val value.Value) ApplyProp

func OrderFirst

func OrderFirst() ApplyProp

func OrderLast

func OrderLast() ApplyProp

func Ordinal

func Ordinal() ApplyProp

func Origin

func Origin(val value.Value) ApplyProp

func OriginBottom

func OriginBottom() ApplyProp

func OriginBottomLeft

func OriginBottomLeft() ApplyProp

func OriginBottomRight

func OriginBottomRight() ApplyProp

func OriginCenter

func OriginCenter() ApplyProp

func OriginLeft

func OriginLeft() ApplyProp

func OriginRight

func OriginRight() ApplyProp

func OriginTop

func OriginTop() ApplyProp

func OriginTopLeft

func OriginTopLeft() ApplyProp

func OriginTopRight

func OriginTopRight() ApplyProp

func OutOfRange

func OutOfRange(props ...ApplyProp) ApplyProp

func Outline

func Outline(val ...value.Value) ApplyProp

func OutlineAmber

func OutlineAmber(scale int) ApplyProp

func OutlineAmberAlpha

func OutlineAmberAlpha(scale int) ApplyProp

func OutlineAmberDark

func OutlineAmberDark(scale int) ApplyProp

func OutlineAmberDarkAlpha

func OutlineAmberDarkAlpha(scale int) ApplyProp

func OutlineBlack

func OutlineBlack() ApplyProp

func OutlineBlackAlpha

func OutlineBlackAlpha(scale int) ApplyProp

func OutlineBlue

func OutlineBlue(scale int) ApplyProp

func OutlineBlueAlpha

func OutlineBlueAlpha(scale int) ApplyProp

func OutlineBlueDark

func OutlineBlueDark(scale int) ApplyProp

func OutlineBlueDarkAlpha

func OutlineBlueDarkAlpha(scale int) ApplyProp

func OutlineBronze

func OutlineBronze(scale int) ApplyProp

func OutlineBronzeAlpha

func OutlineBronzeAlpha(scale int) ApplyProp

func OutlineBronzeDark

func OutlineBronzeDark(scale int) ApplyProp

func OutlineBronzeDarkAlpha

func OutlineBronzeDarkAlpha(scale int) ApplyProp

func OutlineBrown

func OutlineBrown(scale int) ApplyProp

func OutlineBrownAlpha

func OutlineBrownAlpha(scale int) ApplyProp

func OutlineBrownDark

func OutlineBrownDark(scale int) ApplyProp

func OutlineBrownDarkAlpha

func OutlineBrownDarkAlpha(scale int) ApplyProp

func OutlineColor

func OutlineColor(val value.Value) ApplyProp

func OutlineCrimson

func OutlineCrimson(scale int) ApplyProp

func OutlineCrimsonAlpha

func OutlineCrimsonAlpha(scale int) ApplyProp

func OutlineCrimsonDark

func OutlineCrimsonDark(scale int) ApplyProp

func OutlineCrimsonDarkAlpha

func OutlineCrimsonDarkAlpha(scale int) ApplyProp

func OutlineCurrent

func OutlineCurrent() ApplyProp

func OutlineCyan

func OutlineCyan(scale int) ApplyProp

func OutlineCyanAlpha

func OutlineCyanAlpha(scale int) ApplyProp

func OutlineCyanDark

func OutlineCyanDark(scale int) ApplyProp

func OutlineCyanDarkAlpha

func OutlineCyanDarkAlpha(scale int) ApplyProp

func OutlineDashed

func OutlineDashed() ApplyProp

func OutlineDotted

func OutlineDotted() ApplyProp

func OutlineDouble

func OutlineDouble() ApplyProp

func OutlineGold

func OutlineGold(scale int) ApplyProp

func OutlineGoldAlpha

func OutlineGoldAlpha(scale int) ApplyProp

func OutlineGoldDark

func OutlineGoldDark(scale int) ApplyProp

func OutlineGoldDarkAlpha

func OutlineGoldDarkAlpha(scale int) ApplyProp

func OutlineGrass

func OutlineGrass(scale int) ApplyProp

func OutlineGrassAlpha

func OutlineGrassAlpha(scale int) ApplyProp

func OutlineGrassDark

func OutlineGrassDark(scale int) ApplyProp

func OutlineGrassDarkAlpha

func OutlineGrassDarkAlpha(scale int) ApplyProp

func OutlineGray

func OutlineGray(scale int) ApplyProp

func OutlineGrayAlpha

func OutlineGrayAlpha(scale int) ApplyProp

func OutlineGrayDark

func OutlineGrayDark(scale int) ApplyProp

func OutlineGrayDarkAlpha

func OutlineGrayDarkAlpha(scale int) ApplyProp

func OutlineGreen

func OutlineGreen(scale int) ApplyProp

func OutlineGreenAlpha

func OutlineGreenAlpha(scale int) ApplyProp

func OutlineGreenDark

func OutlineGreenDark(scale int) ApplyProp

func OutlineGreenDarkAlpha

func OutlineGreenDarkAlpha(scale int) ApplyProp

func OutlineHidden

func OutlineHidden() ApplyProp

func OutlineIndigo

func OutlineIndigo(scale int) ApplyProp

func OutlineIndigoAlpha

func OutlineIndigoAlpha(scale int) ApplyProp

func OutlineIndigoDark

func OutlineIndigoDark(scale int) ApplyProp

func OutlineIndigoDarkAlpha

func OutlineIndigoDarkAlpha(scale int) ApplyProp

func OutlineInherit

func OutlineInherit() ApplyProp

func OutlineIris

func OutlineIris(scale int) ApplyProp

func OutlineIrisAlpha

func OutlineIrisAlpha(scale int) ApplyProp

func OutlineIrisDark

func OutlineIrisDark(scale int) ApplyProp

func OutlineIrisDarkAlpha

func OutlineIrisDarkAlpha(scale int) ApplyProp

func OutlineJade

func OutlineJade(scale int) ApplyProp

func OutlineJadeAlpha

func OutlineJadeAlpha(scale int) ApplyProp

func OutlineJadeDark

func OutlineJadeDark(scale int) ApplyProp

func OutlineJadeDarkAlpha

func OutlineJadeDarkAlpha(scale int) ApplyProp

func OutlineLime

func OutlineLime(scale int) ApplyProp

func OutlineLimeAlpha

func OutlineLimeAlpha(scale int) ApplyProp

func OutlineLimeDark

func OutlineLimeDark(scale int) ApplyProp

func OutlineLimeDarkAlpha

func OutlineLimeDarkAlpha(scale int) ApplyProp

func OutlineMauve

func OutlineMauve(scale int) ApplyProp

func OutlineMauveAlpha

func OutlineMauveAlpha(scale int) ApplyProp

func OutlineMauveDark

func OutlineMauveDark(scale int) ApplyProp

func OutlineMauveDarkAlpha

func OutlineMauveDarkAlpha(scale int) ApplyProp

func OutlineMint

func OutlineMint(scale int) ApplyProp

func OutlineMintAlpha

func OutlineMintAlpha(scale int) ApplyProp

func OutlineMintDark

func OutlineMintDark(scale int) ApplyProp

func OutlineMintDarkAlpha

func OutlineMintDarkAlpha(scale int) ApplyProp

func OutlineNone

func OutlineNone() ApplyProp

func OutlineOffset

func OutlineOffset(val ...value.Value) ApplyProp

func OutlineOlive

func OutlineOlive(scale int) ApplyProp

func OutlineOliveAlpha

func OutlineOliveAlpha(scale int) ApplyProp

func OutlineOliveDark

func OutlineOliveDark(scale int) ApplyProp

func OutlineOliveDarkAlpha

func OutlineOliveDarkAlpha(scale int) ApplyProp

func OutlineOrange

func OutlineOrange(scale int) ApplyProp

func OutlineOrangeAlpha

func OutlineOrangeAlpha(scale int) ApplyProp

func OutlineOrangeDark

func OutlineOrangeDark(scale int) ApplyProp

func OutlineOrangeDarkAlpha

func OutlineOrangeDarkAlpha(scale int) ApplyProp

func OutlinePink

func OutlinePink(scale int) ApplyProp

func OutlinePinkAlpha

func OutlinePinkAlpha(scale int) ApplyProp

func OutlinePinkDark

func OutlinePinkDark(scale int) ApplyProp

func OutlinePinkDarkAlpha

func OutlinePinkDarkAlpha(scale int) ApplyProp

func OutlinePlum

func OutlinePlum(scale int) ApplyProp

func OutlinePlumAlpha

func OutlinePlumAlpha(scale int) ApplyProp

func OutlinePlumDark

func OutlinePlumDark(scale int) ApplyProp

func OutlinePlumDarkAlpha

func OutlinePlumDarkAlpha(scale int) ApplyProp

func OutlinePurple

func OutlinePurple(scale int) ApplyProp

func OutlinePurpleAlpha

func OutlinePurpleAlpha(scale int) ApplyProp

func OutlinePurpleDark

func OutlinePurpleDark(scale int) ApplyProp

func OutlinePurpleDarkAlpha

func OutlinePurpleDarkAlpha(scale int) ApplyProp

func OutlineRed

func OutlineRed(scale int) ApplyProp

func OutlineRedAlpha

func OutlineRedAlpha(scale int) ApplyProp

func OutlineRedDark

func OutlineRedDark(scale int) ApplyProp

func OutlineRedDarkAlpha

func OutlineRedDarkAlpha(scale int) ApplyProp

func OutlineRuby

func OutlineRuby(scale int) ApplyProp

func OutlineRubyAlpha

func OutlineRubyAlpha(scale int) ApplyProp

func OutlineRubyDark

func OutlineRubyDark(scale int) ApplyProp

func OutlineRubyDarkAlpha

func OutlineRubyDarkAlpha(scale int) ApplyProp

func OutlineSage

func OutlineSage(scale int) ApplyProp

func OutlineSageAlpha

func OutlineSageAlpha(scale int) ApplyProp

func OutlineSageDark

func OutlineSageDark(scale int) ApplyProp

func OutlineSageDarkAlpha

func OutlineSageDarkAlpha(scale int) ApplyProp

func OutlineSand

func OutlineSand(scale int) ApplyProp

func OutlineSandAlpha

func OutlineSandAlpha(scale int) ApplyProp

func OutlineSandDark

func OutlineSandDark(scale int) ApplyProp

func OutlineSandDarkAlpha

func OutlineSandDarkAlpha(scale int) ApplyProp

func OutlineSky

func OutlineSky(scale int) ApplyProp

func OutlineSkyAlpha

func OutlineSkyAlpha(scale int) ApplyProp

func OutlineSkyDark

func OutlineSkyDark(scale int) ApplyProp

func OutlineSkyDarkAlpha

func OutlineSkyDarkAlpha(scale int) ApplyProp

func OutlineSlate

func OutlineSlate(scale int) ApplyProp

func OutlineSlateAlpha

func OutlineSlateAlpha(scale int) ApplyProp

func OutlineSlateDark

func OutlineSlateDark(scale int) ApplyProp

func OutlineSlateDarkAlpha

func OutlineSlateDarkAlpha(scale int) ApplyProp

func OutlineSolid

func OutlineSolid() ApplyProp

func OutlineTeal

func OutlineTeal(scale int) ApplyProp

func OutlineTealAlpha

func OutlineTealAlpha(scale int) ApplyProp

func OutlineTealDark

func OutlineTealDark(scale int) ApplyProp

func OutlineTealDarkAlpha

func OutlineTealDarkAlpha(scale int) ApplyProp

func OutlineTomato

func OutlineTomato(scale int) ApplyProp

func OutlineTomatoAlpha

func OutlineTomatoAlpha(scale int) ApplyProp

func OutlineTomatoDark

func OutlineTomatoDark(scale int) ApplyProp

func OutlineTomatoDarkAlpha

func OutlineTomatoDarkAlpha(scale int) ApplyProp

func OutlineTransparent

func OutlineTransparent() ApplyProp

func OutlineViolet

func OutlineViolet(scale int) ApplyProp

func OutlineVioletAlpha

func OutlineVioletAlpha(scale int) ApplyProp

func OutlineVioletDark

func OutlineVioletDark(scale int) ApplyProp

func OutlineVioletDarkAlpha

func OutlineVioletDarkAlpha(scale int) ApplyProp

func OutlineWhite

func OutlineWhite() ApplyProp

func OutlineWhiteAlpha

func OutlineWhiteAlpha(scale int) ApplyProp

func OutlineYellow

func OutlineYellow(scale int) ApplyProp

func OutlineYellowAlpha

func OutlineYellowAlpha(scale int) ApplyProp

func OutlineYellowDark

func OutlineYellowDark(scale int) ApplyProp

func OutlineYellowDarkAlpha

func OutlineYellowDarkAlpha(scale int) ApplyProp

func OverflowAuto

func OverflowAuto() ApplyProp

func OverflowClip

func OverflowClip() ApplyProp

func OverflowHidden

func OverflowHidden() ApplyProp

func OverflowScroll

func OverflowScroll() ApplyProp

func OverflowVisible

func OverflowVisible() ApplyProp

func OverflowXAuto

func OverflowXAuto() ApplyProp

func OverflowXClip

func OverflowXClip() ApplyProp

func OverflowXHidden

func OverflowXHidden() ApplyProp

func OverflowXScroll

func OverflowXScroll() ApplyProp

func OverflowXVisible

func OverflowXVisible() ApplyProp

func OverflowYAuto

func OverflowYAuto() ApplyProp

func OverflowYClip

func OverflowYClip() ApplyProp

func OverflowYHidden

func OverflowYHidden() ApplyProp

func OverflowYScroll

func OverflowYScroll() ApplyProp

func OverflowYVisible

func OverflowYVisible() ApplyProp

func Overline

func Overline() ApplyProp

func OverscrollAuto

func OverscrollAuto() ApplyProp

func OverscrollContain

func OverscrollContain() ApplyProp

func OverscrollNone

func OverscrollNone() ApplyProp

func OverscrollXAuto

func OverscrollXAuto() ApplyProp

func OverscrollXContain

func OverscrollXContain() ApplyProp

func OverscrollXNone

func OverscrollXNone() ApplyProp

func OverscrollYAuto

func OverscrollYAuto() ApplyProp

func OverscrollYContain

func OverscrollYContain() ApplyProp

func OverscrollYNone

func OverscrollYNone() ApplyProp

func P

func P(number int) ApplyProp

func PBy

func PBy(val value.Value) ApplyProp

func PPx

func PPx(number int) ApplyProp

func Pb

func Pb(number int) ApplyProp

func PbBy

func PbBy(val value.Value) ApplyProp

func PbPx

func PbPx(number int) ApplyProp

func Pe

func Pe(number int) ApplyProp

func PeBy

func PeBy(val value.Value) ApplyProp

func PePx

func PePx(number int) ApplyProp

func Peer

func Peer(props ...ApplyProp) ApplyProp

func Perspective

func Perspective(val value.Value) ApplyProp

func PerspectiveDistant

func PerspectiveDistant() ApplyProp

func PerspectiveDramatic

func PerspectiveDramatic() ApplyProp

func PerspectiveMidrange

func PerspectiveMidrange() ApplyProp

func PerspectiveNear

func PerspectiveNear() ApplyProp

func PerspectiveNone

func PerspectiveNone() ApplyProp

func PerspectiveNormal

func PerspectiveNormal() ApplyProp

func PerspectiveOrigin

func PerspectiveOrigin(val value.Value) ApplyProp

func PerspectiveOriginBottom

func PerspectiveOriginBottom() ApplyProp

func PerspectiveOriginBottomLeft

func PerspectiveOriginBottomLeft() ApplyProp

func PerspectiveOriginBottomRight

func PerspectiveOriginBottomRight() ApplyProp

func PerspectiveOriginCenter

func PerspectiveOriginCenter() ApplyProp

func PerspectiveOriginLeft

func PerspectiveOriginLeft() ApplyProp

func PerspectiveOriginRight

func PerspectiveOriginRight() ApplyProp

func PerspectiveOriginTop

func PerspectiveOriginTop() ApplyProp

func PerspectiveOriginTopLeft

func PerspectiveOriginTopLeft() ApplyProp

func PerspectiveOriginTopRight

func PerspectiveOriginTopRight() ApplyProp

func Pl

func Pl(number int) ApplyProp

func PlBy

func PlBy(val value.Value) ApplyProp

func PlPx

func PlPx(number int) ApplyProp

func PlaceContentAround

func PlaceContentAround() ApplyProp

func PlaceContentBaseline

func PlaceContentBaseline() ApplyProp

func PlaceContentBetween

func PlaceContentBetween() ApplyProp

func PlaceContentCenter

func PlaceContentCenter() ApplyProp

func PlaceContentCenterSafe

func PlaceContentCenterSafe() ApplyProp

func PlaceContentEnd

func PlaceContentEnd() ApplyProp

func PlaceContentEndSafe

func PlaceContentEndSafe() ApplyProp

func PlaceContentEvenly

func PlaceContentEvenly() ApplyProp

func PlaceContentStart

func PlaceContentStart() ApplyProp

func PlaceContentStretch

func PlaceContentStretch() ApplyProp

func PlaceItemsBaseline

func PlaceItemsBaseline() ApplyProp

func PlaceItemsCenter

func PlaceItemsCenter() ApplyProp

func PlaceItemsCenterSafe

func PlaceItemsCenterSafe() ApplyProp

func PlaceItemsEnd

func PlaceItemsEnd() ApplyProp

func PlaceItemsEndSafe

func PlaceItemsEndSafe() ApplyProp

func PlaceItemsStart

func PlaceItemsStart() ApplyProp

func PlaceItemsStretch

func PlaceItemsStretch() ApplyProp

func PlaceSelfAuto

func PlaceSelfAuto() ApplyProp

func PlaceSelfCenter

func PlaceSelfCenter() ApplyProp

func PlaceSelfCenterSafe

func PlaceSelfCenterSafe() ApplyProp

func PlaceSelfEnd

func PlaceSelfEnd() ApplyProp

func PlaceSelfEndSafe

func PlaceSelfEndSafe() ApplyProp

func PlaceSelfStart

func PlaceSelfStart() ApplyProp

func PlaceSelfStretch

func PlaceSelfStretch() ApplyProp

func Placeholder

func Placeholder(props ...ApplyProp) ApplyProp

func PlaceholderShown

func PlaceholderShown(props ...ApplyProp) ApplyProp

func PointerCoarse

func PointerCoarse(props ...ApplyProp) ApplyProp

func PointerEventsAuto

func PointerEventsAuto() ApplyProp

func PointerEventsNone

func PointerEventsNone() ApplyProp

func PointerFine

func PointerFine(props ...ApplyProp) ApplyProp

func PointerNone

func PointerNone(props ...ApplyProp) ApplyProp

func Portrait

func Portrait(props ...ApplyProp) ApplyProp

func Pr

func Pr(number int) ApplyProp

func PrBy

func PrBy(val value.Value) ApplyProp

func PrPx

func PrPx(number int) ApplyProp

func Print

func Print(props ...ApplyProp) ApplyProp

func ProportionalNums

func ProportionalNums() ApplyProp

func Ps

func Ps(number int) ApplyProp

func PsBy

func PsBy(val value.Value) ApplyProp

func PsPx

func PsPx(number int) ApplyProp

func Pt

func Pt(number int) ApplyProp

func PtBy

func PtBy(val value.Value) ApplyProp

func PtPx

func PtPx(number int) ApplyProp

func Px

func Px(number int) ApplyProp

func PxBy

func PxBy(val value.Value) ApplyProp

func PxPx

func PxPx(number int) ApplyProp

func Py

func Py(number int) ApplyProp

func PyBy

func PyBy(val value.Value) ApplyProp

func PyPx

func PyPx(number int) ApplyProp

func ReadOnly

func ReadOnly(props ...ApplyProp) ApplyProp

func Relative

func Relative() ApplyProp

func Required

func Required(props ...ApplyProp) ApplyProp

func Resize

func Resize() ApplyProp

func ResizeNone

func ResizeNone() ApplyProp

func ResizeX

func ResizeX() ApplyProp

func ResizeY

func ResizeY() ApplyProp
func Right(number int) ApplyProp

func RightAuto

func RightAuto() ApplyProp

func RightBy

func RightBy(val value.Value) ApplyProp

func RightFraction

func RightFraction(fraction float64) ApplyProp

func RightFull

func RightFull() ApplyProp

func RightPx

func RightPx() ApplyProp

func Ring

func Ring(val ...value.Value) ApplyProp

func RingAmber

func RingAmber(scale int) ApplyProp

func RingAmberAlpha

func RingAmberAlpha(scale int) ApplyProp

func RingAmberDark

func RingAmberDark(scale int) ApplyProp

func RingAmberDarkAlpha

func RingAmberDarkAlpha(scale int) ApplyProp

func RingBlack

func RingBlack() ApplyProp

func RingBlackAlpha

func RingBlackAlpha(scale int) ApplyProp

func RingBlue

func RingBlue(scale int) ApplyProp

func RingBlueAlpha

func RingBlueAlpha(scale int) ApplyProp

func RingBlueDark

func RingBlueDark(scale int) ApplyProp

func RingBlueDarkAlpha

func RingBlueDarkAlpha(scale int) ApplyProp

func RingBronze

func RingBronze(scale int) ApplyProp

func RingBronzeAlpha

func RingBronzeAlpha(scale int) ApplyProp

func RingBronzeDark

func RingBronzeDark(scale int) ApplyProp

func RingBronzeDarkAlpha

func RingBronzeDarkAlpha(scale int) ApplyProp

func RingBrown

func RingBrown(scale int) ApplyProp

func RingBrownAlpha

func RingBrownAlpha(scale int) ApplyProp

func RingBrownDark

func RingBrownDark(scale int) ApplyProp

func RingBrownDarkAlpha

func RingBrownDarkAlpha(scale int) ApplyProp

func RingColor

func RingColor(val value.Value) ApplyProp

func RingCrimson

func RingCrimson(scale int) ApplyProp

func RingCrimsonAlpha

func RingCrimsonAlpha(scale int) ApplyProp

func RingCrimsonDark

func RingCrimsonDark(scale int) ApplyProp

func RingCrimsonDarkAlpha

func RingCrimsonDarkAlpha(scale int) ApplyProp

func RingCurrent

func RingCurrent() ApplyProp

func RingCyan

func RingCyan(scale int) ApplyProp

func RingCyanAlpha

func RingCyanAlpha(scale int) ApplyProp

func RingCyanDark

func RingCyanDark(scale int) ApplyProp

func RingCyanDarkAlpha

func RingCyanDarkAlpha(scale int) ApplyProp

func RingGold

func RingGold(scale int) ApplyProp

func RingGoldAlpha

func RingGoldAlpha(scale int) ApplyProp

func RingGoldDark

func RingGoldDark(scale int) ApplyProp

func RingGoldDarkAlpha

func RingGoldDarkAlpha(scale int) ApplyProp

func RingGrass

func RingGrass(scale int) ApplyProp

func RingGrassAlpha

func RingGrassAlpha(scale int) ApplyProp

func RingGrassDark

func RingGrassDark(scale int) ApplyProp

func RingGrassDarkAlpha

func RingGrassDarkAlpha(scale int) ApplyProp

func RingGray

func RingGray(scale int) ApplyProp

func RingGrayAlpha

func RingGrayAlpha(scale int) ApplyProp

func RingGrayDark

func RingGrayDark(scale int) ApplyProp

func RingGrayDarkAlpha

func RingGrayDarkAlpha(scale int) ApplyProp

func RingGreen

func RingGreen(scale int) ApplyProp

func RingGreenAlpha

func RingGreenAlpha(scale int) ApplyProp

func RingGreenDark

func RingGreenDark(scale int) ApplyProp

func RingGreenDarkAlpha

func RingGreenDarkAlpha(scale int) ApplyProp

func RingIndigo

func RingIndigo(scale int) ApplyProp

func RingIndigoAlpha

func RingIndigoAlpha(scale int) ApplyProp

func RingIndigoDark

func RingIndigoDark(scale int) ApplyProp

func RingIndigoDarkAlpha

func RingIndigoDarkAlpha(scale int) ApplyProp

func RingInherit

func RingInherit() ApplyProp

func RingIris

func RingIris(scale int) ApplyProp

func RingIrisAlpha

func RingIrisAlpha(scale int) ApplyProp

func RingIrisDark

func RingIrisDark(scale int) ApplyProp

func RingIrisDarkAlpha

func RingIrisDarkAlpha(scale int) ApplyProp

func RingJade

func RingJade(scale int) ApplyProp

func RingJadeAlpha

func RingJadeAlpha(scale int) ApplyProp

func RingJadeDark

func RingJadeDark(scale int) ApplyProp

func RingJadeDarkAlpha

func RingJadeDarkAlpha(scale int) ApplyProp

func RingLime

func RingLime(scale int) ApplyProp

func RingLimeAlpha

func RingLimeAlpha(scale int) ApplyProp

func RingLimeDark

func RingLimeDark(scale int) ApplyProp

func RingLimeDarkAlpha

func RingLimeDarkAlpha(scale int) ApplyProp

func RingMauve

func RingMauve(scale int) ApplyProp

func RingMauveAlpha

func RingMauveAlpha(scale int) ApplyProp

func RingMauveDark

func RingMauveDark(scale int) ApplyProp

func RingMauveDarkAlpha

func RingMauveDarkAlpha(scale int) ApplyProp

func RingMint

func RingMint(scale int) ApplyProp

func RingMintAlpha

func RingMintAlpha(scale int) ApplyProp

func RingMintDark

func RingMintDark(scale int) ApplyProp

func RingMintDarkAlpha

func RingMintDarkAlpha(scale int) ApplyProp

func RingOlive

func RingOlive(scale int) ApplyProp

func RingOliveAlpha

func RingOliveAlpha(scale int) ApplyProp

func RingOliveDark

func RingOliveDark(scale int) ApplyProp

func RingOliveDarkAlpha

func RingOliveDarkAlpha(scale int) ApplyProp

func RingOrange

func RingOrange(scale int) ApplyProp

func RingOrangeAlpha

func RingOrangeAlpha(scale int) ApplyProp

func RingOrangeDark

func RingOrangeDark(scale int) ApplyProp

func RingOrangeDarkAlpha

func RingOrangeDarkAlpha(scale int) ApplyProp

func RingPink

func RingPink(scale int) ApplyProp

func RingPinkAlpha

func RingPinkAlpha(scale int) ApplyProp

func RingPinkDark

func RingPinkDark(scale int) ApplyProp

func RingPinkDarkAlpha

func RingPinkDarkAlpha(scale int) ApplyProp

func RingPlum

func RingPlum(scale int) ApplyProp

func RingPlumAlpha

func RingPlumAlpha(scale int) ApplyProp

func RingPlumDark

func RingPlumDark(scale int) ApplyProp

func RingPlumDarkAlpha

func RingPlumDarkAlpha(scale int) ApplyProp

func RingPurple

func RingPurple(scale int) ApplyProp

func RingPurpleAlpha

func RingPurpleAlpha(scale int) ApplyProp

func RingPurpleDark

func RingPurpleDark(scale int) ApplyProp

func RingPurpleDarkAlpha

func RingPurpleDarkAlpha(scale int) ApplyProp

func RingRed

func RingRed(scale int) ApplyProp

func RingRedAlpha

func RingRedAlpha(scale int) ApplyProp

func RingRedDark

func RingRedDark(scale int) ApplyProp

func RingRedDarkAlpha

func RingRedDarkAlpha(scale int) ApplyProp

func RingRuby

func RingRuby(scale int) ApplyProp

func RingRubyAlpha

func RingRubyAlpha(scale int) ApplyProp

func RingRubyDark

func RingRubyDark(scale int) ApplyProp

func RingRubyDarkAlpha

func RingRubyDarkAlpha(scale int) ApplyProp

func RingSage

func RingSage(scale int) ApplyProp

func RingSageAlpha

func RingSageAlpha(scale int) ApplyProp

func RingSageDark

func RingSageDark(scale int) ApplyProp

func RingSageDarkAlpha

func RingSageDarkAlpha(scale int) ApplyProp

func RingSand

func RingSand(scale int) ApplyProp

func RingSandAlpha

func RingSandAlpha(scale int) ApplyProp

func RingSandDark

func RingSandDark(scale int) ApplyProp

func RingSandDarkAlpha

func RingSandDarkAlpha(scale int) ApplyProp

func RingSky

func RingSky(scale int) ApplyProp

func RingSkyAlpha

func RingSkyAlpha(scale int) ApplyProp

func RingSkyDark

func RingSkyDark(scale int) ApplyProp

func RingSkyDarkAlpha

func RingSkyDarkAlpha(scale int) ApplyProp

func RingSlate

func RingSlate(scale int) ApplyProp

func RingSlateAlpha

func RingSlateAlpha(scale int) ApplyProp

func RingSlateDark

func RingSlateDark(scale int) ApplyProp

func RingSlateDarkAlpha

func RingSlateDarkAlpha(scale int) ApplyProp

func RingTeal

func RingTeal(scale int) ApplyProp

func RingTealAlpha

func RingTealAlpha(scale int) ApplyProp

func RingTealDark

func RingTealDark(scale int) ApplyProp

func RingTealDarkAlpha

func RingTealDarkAlpha(scale int) ApplyProp

func RingTomato

func RingTomato(scale int) ApplyProp

func RingTomatoAlpha

func RingTomatoAlpha(scale int) ApplyProp

func RingTomatoDark

func RingTomatoDark(scale int) ApplyProp

func RingTomatoDarkAlpha

func RingTomatoDarkAlpha(scale int) ApplyProp

func RingTransparent

func RingTransparent() ApplyProp

func RingViolet

func RingViolet(scale int) ApplyProp

func RingVioletAlpha

func RingVioletAlpha(scale int) ApplyProp

func RingVioletDark

func RingVioletDark(scale int) ApplyProp

func RingVioletDarkAlpha

func RingVioletDarkAlpha(scale int) ApplyProp

func RingWhite

func RingWhite() ApplyProp

func RingWhiteAlpha

func RingWhiteAlpha(scale int) ApplyProp

func RingYellow

func RingYellow(scale int) ApplyProp

func RingYellowAlpha

func RingYellowAlpha(scale int) ApplyProp

func RingYellowDark

func RingYellowDark(scale int) ApplyProp

func RingYellowDarkAlpha

func RingYellowDarkAlpha(scale int) ApplyProp

func Rotate

func Rotate(val any) ApplyProp

func RotateNone

func RotateNone() ApplyProp

func RotateX

func RotateX(val any) ApplyProp

func RotateY

func RotateY(val any) ApplyProp

func RotateZ

func RotateZ(val any) ApplyProp

func Rounded

func Rounded(val value.Value) ApplyProp

func Rounded2xl

func Rounded2xl() ApplyProp

func Rounded3xl

func Rounded3xl() ApplyProp

func Rounded4Xl

func Rounded4Xl() ApplyProp

func RoundedB

func RoundedB(val value.Value) ApplyProp

func RoundedB2xl

func RoundedB2xl() ApplyProp

func RoundedB3xl

func RoundedB3xl() ApplyProp

func RoundedB4Xl

func RoundedB4Xl() ApplyProp

func RoundedBFull

func RoundedBFull() ApplyProp

func RoundedBLg

func RoundedBLg() ApplyProp

func RoundedBMd

func RoundedBMd() ApplyProp

func RoundedBNone

func RoundedBNone() ApplyProp

func RoundedBSm

func RoundedBSm() ApplyProp

func RoundedBXl

func RoundedBXl() ApplyProp

func RoundedBXs

func RoundedBXs() ApplyProp

func RoundedBl

func RoundedBl(val value.Value) ApplyProp

func RoundedBl2xl

func RoundedBl2xl() ApplyProp

func RoundedBl3xl

func RoundedBl3xl() ApplyProp

func RoundedBl4Xl

func RoundedBl4Xl() ApplyProp

func RoundedBlFull

func RoundedBlFull() ApplyProp

func RoundedBlLg

func RoundedBlLg() ApplyProp

func RoundedBlMd

func RoundedBlMd() ApplyProp

func RoundedBlNone

func RoundedBlNone() ApplyProp

func RoundedBlSm

func RoundedBlSm() ApplyProp

func RoundedBlXl

func RoundedBlXl() ApplyProp

func RoundedBlXs

func RoundedBlXs() ApplyProp

func RoundedBr

func RoundedBr(val value.Value) ApplyProp

func RoundedBr2xl

func RoundedBr2xl() ApplyProp

func RoundedBr3xl

func RoundedBr3xl() ApplyProp

func RoundedBr4Xl

func RoundedBr4Xl() ApplyProp

func RoundedBrFull

func RoundedBrFull() ApplyProp

func RoundedBrLg

func RoundedBrLg() ApplyProp

func RoundedBrMd

func RoundedBrMd() ApplyProp

func RoundedBrNone

func RoundedBrNone() ApplyProp

func RoundedBrSm

func RoundedBrSm() ApplyProp

func RoundedBrXl

func RoundedBrXl() ApplyProp

func RoundedBrXs

func RoundedBrXs() ApplyProp

func RoundedE

func RoundedE(val value.Value) ApplyProp

func RoundedE2xl

func RoundedE2xl() ApplyProp

func RoundedE3xl

func RoundedE3xl() ApplyProp

func RoundedE4Xl

func RoundedE4Xl() ApplyProp

func RoundedEFull

func RoundedEFull() ApplyProp

func RoundedELg

func RoundedELg() ApplyProp

func RoundedEMd

func RoundedEMd() ApplyProp

func RoundedENone

func RoundedENone() ApplyProp

func RoundedESm

func RoundedESm() ApplyProp

func RoundedEXl

func RoundedEXl() ApplyProp

func RoundedEXs

func RoundedEXs() ApplyProp

func RoundedEe

func RoundedEe(val value.Value) ApplyProp

func RoundedEe2xl

func RoundedEe2xl() ApplyProp

func RoundedEe3xl

func RoundedEe3xl() ApplyProp

func RoundedEe4Xl

func RoundedEe4Xl() ApplyProp

func RoundedEeFull

func RoundedEeFull() ApplyProp

func RoundedEeLg

func RoundedEeLg() ApplyProp

func RoundedEeMd

func RoundedEeMd() ApplyProp

func RoundedEeNone

func RoundedEeNone() ApplyProp

func RoundedEeSm

func RoundedEeSm() ApplyProp

func RoundedEeXl

func RoundedEeXl() ApplyProp

func RoundedEeXs

func RoundedEeXs() ApplyProp

func RoundedEs

func RoundedEs(val value.Value) ApplyProp

func RoundedEs2xl

func RoundedEs2xl() ApplyProp

func RoundedEs3xl

func RoundedEs3xl() ApplyProp

func RoundedEs4Xl

func RoundedEs4Xl() ApplyProp

func RoundedEsFull

func RoundedEsFull() ApplyProp

func RoundedEsLg

func RoundedEsLg() ApplyProp

func RoundedEsMd

func RoundedEsMd() ApplyProp

func RoundedEsNone

func RoundedEsNone() ApplyProp

func RoundedEsSm

func RoundedEsSm() ApplyProp

func RoundedEsXl

func RoundedEsXl() ApplyProp

func RoundedEsXs

func RoundedEsXs() ApplyProp

func RoundedFull

func RoundedFull() ApplyProp

func RoundedL

func RoundedL(val value.Value) ApplyProp

func RoundedL2xl

func RoundedL2xl() ApplyProp

func RoundedL3xl

func RoundedL3xl() ApplyProp

func RoundedL4Xl

func RoundedL4Xl() ApplyProp

func RoundedLFull

func RoundedLFull() ApplyProp

func RoundedLLg

func RoundedLLg() ApplyProp

func RoundedLMd

func RoundedLMd() ApplyProp

func RoundedLNone

func RoundedLNone() ApplyProp

func RoundedLSm

func RoundedLSm() ApplyProp

func RoundedLXl

func RoundedLXl() ApplyProp

func RoundedLXs

func RoundedLXs() ApplyProp

func RoundedLg

func RoundedLg() ApplyProp

func RoundedMd

func RoundedMd() ApplyProp

func RoundedNone

func RoundedNone() ApplyProp

func RoundedR

func RoundedR(val value.Value) ApplyProp

func RoundedR2xl

func RoundedR2xl() ApplyProp

func RoundedR3xl

func RoundedR3xl() ApplyProp

func RoundedR4Xl

func RoundedR4Xl() ApplyProp

func RoundedRFull

func RoundedRFull() ApplyProp

func RoundedRLg

func RoundedRLg() ApplyProp

func RoundedRMd

func RoundedRMd() ApplyProp

func RoundedRNone

func RoundedRNone() ApplyProp

func RoundedRSm

func RoundedRSm() ApplyProp

func RoundedRXl

func RoundedRXl() ApplyProp

func RoundedRXs

func RoundedRXs() ApplyProp

func RoundedS

func RoundedS(val value.Value) ApplyProp

func RoundedS2xl

func RoundedS2xl() ApplyProp

func RoundedS3xl

func RoundedS3xl() ApplyProp

func RoundedS4Xl

func RoundedS4Xl() ApplyProp

func RoundedSFull

func RoundedSFull() ApplyProp

func RoundedSLg

func RoundedSLg() ApplyProp

func RoundedSMd

func RoundedSMd() ApplyProp

func RoundedSNone

func RoundedSNone() ApplyProp

func RoundedSSm

func RoundedSSm() ApplyProp

func RoundedSXl

func RoundedSXl() ApplyProp

func RoundedSXs

func RoundedSXs() ApplyProp

func RoundedSe

func RoundedSe(val value.Value) ApplyProp

func RoundedSe2xl

func RoundedSe2xl() ApplyProp

func RoundedSe3xl

func RoundedSe3xl() ApplyProp

func RoundedSe4Xl

func RoundedSe4Xl() ApplyProp

func RoundedSeFull

func RoundedSeFull() ApplyProp

func RoundedSeLg

func RoundedSeLg() ApplyProp

func RoundedSeMd

func RoundedSeMd() ApplyProp

func RoundedSeNone

func RoundedSeNone() ApplyProp

func RoundedSeSm

func RoundedSeSm() ApplyProp

func RoundedSeXl

func RoundedSeXl() ApplyProp

func RoundedSeXs

func RoundedSeXs() ApplyProp

func RoundedSm

func RoundedSm() ApplyProp

func RoundedSs

func RoundedSs(val value.Value) ApplyProp

func RoundedSs2xl

func RoundedSs2xl() ApplyProp

func RoundedSs3xl

func RoundedSs3xl() ApplyProp

func RoundedSs4Xl

func RoundedSs4Xl() ApplyProp

func RoundedSsFull

func RoundedSsFull() ApplyProp

func RoundedSsLg

func RoundedSsLg() ApplyProp

func RoundedSsMd

func RoundedSsMd() ApplyProp

func RoundedSsNone

func RoundedSsNone() ApplyProp

func RoundedSsSm

func RoundedSsSm() ApplyProp

func RoundedSsXl

func RoundedSsXl() ApplyProp

func RoundedSsXs

func RoundedSsXs() ApplyProp

--

func RoundedT

func RoundedT(val value.Value) ApplyProp

func RoundedT2xl

func RoundedT2xl() ApplyProp

func RoundedT3xl

func RoundedT3xl() ApplyProp

func RoundedT4Xl

func RoundedT4Xl() ApplyProp

func RoundedTFull

func RoundedTFull() ApplyProp

func RoundedTLg

func RoundedTLg() ApplyProp

func RoundedTMd

func RoundedTMd() ApplyProp

func RoundedTNone

func RoundedTNone() ApplyProp

func RoundedTSm

func RoundedTSm() ApplyProp

func RoundedTXl

func RoundedTXl() ApplyProp

func RoundedTXs

func RoundedTXs() ApplyProp

func RoundedTl

func RoundedTl(val value.Value) ApplyProp

func RoundedTl2xl

func RoundedTl2xl() ApplyProp

func RoundedTl3xl

func RoundedTl3xl() ApplyProp

func RoundedTl4Xl

func RoundedTl4Xl() ApplyProp

func RoundedTlFull

func RoundedTlFull() ApplyProp

func RoundedTlLg

func RoundedTlLg() ApplyProp

func RoundedTlMd

func RoundedTlMd() ApplyProp

func RoundedTlNone

func RoundedTlNone() ApplyProp

func RoundedTlSm

func RoundedTlSm() ApplyProp

func RoundedTlXl

func RoundedTlXl() ApplyProp

func RoundedTlXs

func RoundedTlXs() ApplyProp

func RoundedTr

func RoundedTr(val value.Value) ApplyProp

func RoundedTr2xl

func RoundedTr2xl() ApplyProp

func RoundedTr3xl

func RoundedTr3xl() ApplyProp

func RoundedTr4Xl

func RoundedTr4Xl() ApplyProp

func RoundedTrFull

func RoundedTrFull() ApplyProp

func RoundedTrLg

func RoundedTrLg() ApplyProp

func RoundedTrMd

func RoundedTrMd() ApplyProp

func RoundedTrNone

func RoundedTrNone() ApplyProp

func RoundedTrSm

func RoundedTrSm() ApplyProp

func RoundedTrXl

func RoundedTrXl() ApplyProp

func RoundedTrXs

func RoundedTrXs() ApplyProp

func RoundedXl

func RoundedXl() ApplyProp

func RoundedXs

func RoundedXs() ApplyProp

func Row

func Row(number int) ApplyProp

func RowAuto

func RowAuto() ApplyProp

func RowBy

func RowBy(val value.Value) ApplyProp

func RowEnd

func RowEnd(number int) ApplyProp

func RowEndAuto

func RowEndAuto() ApplyProp

func RowEndBy

func RowEndBy(val value.Value) ApplyProp

func RowSpan

func RowSpan(number int) ApplyProp

func RowSpanBy

func RowSpanBy(val value.Value) ApplyProp

func RowSpanFull

func RowSpanFull() ApplyProp

func RowStart

func RowStart(number int) ApplyProp

func RowStartAuto

func RowStartAuto() ApplyProp

func RowStartBy

func RowStartBy(val value.Value) ApplyProp

func Rtl

func Rtl(props ...ApplyProp) ApplyProp

func Saturate

func Saturate(val any) ApplyProp

func Scale

func Scale(val any) ApplyProp

func Scale3d

func Scale3d() ApplyProp

func ScaleNone

func ScaleNone() ApplyProp

func ScaleX

func ScaleX(val any) ApplyProp

func ScaleY

func ScaleY(val any) ApplyProp

func ScaleZ

func ScaleZ(val any) ApplyProp

func SchemeDark

func SchemeDark() ApplyProp

func SchemeLight

func SchemeLight() ApplyProp

func SchemeLightDark

func SchemeLightDark() ApplyProp

func SchemeNormal

func SchemeNormal() ApplyProp

func SchemeOnlyDark

func SchemeOnlyDark() ApplyProp

func SchemeOnlyLight

func SchemeOnlyLight() ApplyProp

func ScrollAuto

func ScrollAuto() ApplyProp

func ScrollM

func ScrollM(val any) ApplyProp

func ScrollMb

func ScrollMb(val any) ApplyProp

func ScrollMe

func ScrollMe(val any) ApplyProp

func ScrollMl

func ScrollMl(val any) ApplyProp

func ScrollMr

func ScrollMr(val any) ApplyProp

func ScrollMs

func ScrollMs(val any) ApplyProp

func ScrollMt

func ScrollMt(val any) ApplyProp

func ScrollMx

func ScrollMx(val any) ApplyProp

func ScrollMy

func ScrollMy(val any) ApplyProp

func ScrollP

func ScrollP(val any) ApplyProp

func ScrollPb

func ScrollPb(val any) ApplyProp

func ScrollPe

func ScrollPe(val any) ApplyProp

func ScrollPl

func ScrollPl(val any) ApplyProp

func ScrollPr

func ScrollPr(val any) ApplyProp

func ScrollPs

func ScrollPs(val any) ApplyProp

func ScrollPt

func ScrollPt(val any) ApplyProp

func ScrollPx

func ScrollPx(val any) ApplyProp

func ScrollPy

func ScrollPy(val any) ApplyProp

func ScrollSmooth

func ScrollSmooth() ApplyProp

func SelectAll

func SelectAll() ApplyProp

func SelectAuto

func SelectAuto() ApplyProp

func SelectNone

func SelectNone() ApplyProp

func SelectText

func SelectText() ApplyProp

func Selection

func Selection(props ...ApplyProp) ApplyProp

func SelectorParam

func SelectorParam(param string) ApplyProp

func SelfAuto

func SelfAuto() ApplyProp

func SelfBaseline

func SelfBaseline() ApplyProp

func SelfBaselineLast

func SelfBaselineLast() ApplyProp

func SelfCenter

func SelfCenter() ApplyProp

func SelfCenterSafe

func SelfCenterSafe() ApplyProp

func SelfEnd

func SelfEnd() ApplyProp

func SelfEndSafe

func SelfEndSafe() ApplyProp

func SelfStart

func SelfStart() ApplyProp

func SelfStretch

func SelfStretch() ApplyProp

func Sepia

func Sepia(val ...any) ApplyProp

func Shadow

func Shadow(val value.Value) ApplyProp

func Shadow2xl

func Shadow2xl() ApplyProp

func Shadow2xs

func Shadow2xs() ApplyProp

func ShadowAmber

func ShadowAmber(scale int) ApplyProp

func ShadowAmberAlpha

func ShadowAmberAlpha(scale int) ApplyProp

func ShadowAmberDark

func ShadowAmberDark(scale int) ApplyProp

func ShadowAmberDarkAlpha

func ShadowAmberDarkAlpha(scale int) ApplyProp

func ShadowBlack

func ShadowBlack() ApplyProp

func ShadowBlackAlpha

func ShadowBlackAlpha(scale int) ApplyProp

func ShadowBlue

func ShadowBlue(scale int) ApplyProp

func ShadowBlueAlpha

func ShadowBlueAlpha(scale int) ApplyProp

func ShadowBlueDark

func ShadowBlueDark(scale int) ApplyProp

func ShadowBlueDarkAlpha

func ShadowBlueDarkAlpha(scale int) ApplyProp

func ShadowBronze

func ShadowBronze(scale int) ApplyProp

func ShadowBronzeAlpha

func ShadowBronzeAlpha(scale int) ApplyProp

func ShadowBronzeDark

func ShadowBronzeDark(scale int) ApplyProp

func ShadowBronzeDarkAlpha

func ShadowBronzeDarkAlpha(scale int) ApplyProp

func ShadowBrown

func ShadowBrown(scale int) ApplyProp

func ShadowBrownAlpha

func ShadowBrownAlpha(scale int) ApplyProp

func ShadowBrownDark

func ShadowBrownDark(scale int) ApplyProp

func ShadowBrownDarkAlpha

func ShadowBrownDarkAlpha(scale int) ApplyProp

func ShadowColor

func ShadowColor(val value.Value) ApplyProp

func ShadowCrimson

func ShadowCrimson(scale int) ApplyProp

func ShadowCrimsonAlpha

func ShadowCrimsonAlpha(scale int) ApplyProp

func ShadowCrimsonDark

func ShadowCrimsonDark(scale int) ApplyProp

func ShadowCrimsonDarkAlpha

func ShadowCrimsonDarkAlpha(scale int) ApplyProp

func ShadowCurrent

func ShadowCurrent() ApplyProp

func ShadowCyan

func ShadowCyan(scale int) ApplyProp

func ShadowCyanAlpha

func ShadowCyanAlpha(scale int) ApplyProp

func ShadowCyanDark

func ShadowCyanDark(scale int) ApplyProp

func ShadowCyanDarkAlpha

func ShadowCyanDarkAlpha(scale int) ApplyProp

func ShadowGold

func ShadowGold(scale int) ApplyProp

func ShadowGoldAlpha

func ShadowGoldAlpha(scale int) ApplyProp

func ShadowGoldDark

func ShadowGoldDark(scale int) ApplyProp

func ShadowGoldDarkAlpha

func ShadowGoldDarkAlpha(scale int) ApplyProp

func ShadowGrass

func ShadowGrass(scale int) ApplyProp

func ShadowGrassAlpha

func ShadowGrassAlpha(scale int) ApplyProp

func ShadowGrassDark

func ShadowGrassDark(scale int) ApplyProp

func ShadowGrassDarkAlpha

func ShadowGrassDarkAlpha(scale int) ApplyProp

func ShadowGray

func ShadowGray(scale int) ApplyProp

func ShadowGrayAlpha

func ShadowGrayAlpha(scale int) ApplyProp

func ShadowGrayDark

func ShadowGrayDark(scale int) ApplyProp

func ShadowGrayDarkAlpha

func ShadowGrayDarkAlpha(scale int) ApplyProp

func ShadowGreen

func ShadowGreen(scale int) ApplyProp

func ShadowGreenAlpha

func ShadowGreenAlpha(scale int) ApplyProp

func ShadowGreenDark

func ShadowGreenDark(scale int) ApplyProp

func ShadowGreenDarkAlpha

func ShadowGreenDarkAlpha(scale int) ApplyProp

func ShadowIndigo

func ShadowIndigo(scale int) ApplyProp

func ShadowIndigoAlpha

func ShadowIndigoAlpha(scale int) ApplyProp

func ShadowIndigoDark

func ShadowIndigoDark(scale int) ApplyProp

func ShadowIndigoDarkAlpha

func ShadowIndigoDarkAlpha(scale int) ApplyProp

func ShadowInherit

func ShadowInherit() ApplyProp

func ShadowIris

func ShadowIris(scale int) ApplyProp

func ShadowIrisAlpha

func ShadowIrisAlpha(scale int) ApplyProp

func ShadowIrisDark

func ShadowIrisDark(scale int) ApplyProp

func ShadowIrisDarkAlpha

func ShadowIrisDarkAlpha(scale int) ApplyProp

func ShadowJade

func ShadowJade(scale int) ApplyProp

func ShadowJadeAlpha

func ShadowJadeAlpha(scale int) ApplyProp

func ShadowJadeDark

func ShadowJadeDark(scale int) ApplyProp

func ShadowJadeDarkAlpha

func ShadowJadeDarkAlpha(scale int) ApplyProp

func ShadowLg

func ShadowLg() ApplyProp

func ShadowLime

func ShadowLime(scale int) ApplyProp

func ShadowLimeAlpha

func ShadowLimeAlpha(scale int) ApplyProp

func ShadowLimeDark

func ShadowLimeDark(scale int) ApplyProp

func ShadowLimeDarkAlpha

func ShadowLimeDarkAlpha(scale int) ApplyProp

func ShadowMauve

func ShadowMauve(scale int) ApplyProp

func ShadowMauveAlpha

func ShadowMauveAlpha(scale int) ApplyProp

func ShadowMauveDark

func ShadowMauveDark(scale int) ApplyProp

func ShadowMauveDarkAlpha

func ShadowMauveDarkAlpha(scale int) ApplyProp

func ShadowMd

func ShadowMd() ApplyProp

func ShadowMint

func ShadowMint(scale int) ApplyProp

func ShadowMintAlpha

func ShadowMintAlpha(scale int) ApplyProp

func ShadowMintDark

func ShadowMintDark(scale int) ApplyProp

func ShadowMintDarkAlpha

func ShadowMintDarkAlpha(scale int) ApplyProp

func ShadowNone

func ShadowNone() ApplyProp

func ShadowOlive

func ShadowOlive(scale int) ApplyProp

func ShadowOliveAlpha

func ShadowOliveAlpha(scale int) ApplyProp

func ShadowOliveDark

func ShadowOliveDark(scale int) ApplyProp

func ShadowOliveDarkAlpha

func ShadowOliveDarkAlpha(scale int) ApplyProp

func ShadowOrange

func ShadowOrange(scale int) ApplyProp

func ShadowOrangeAlpha

func ShadowOrangeAlpha(scale int) ApplyProp

func ShadowOrangeDark

func ShadowOrangeDark(scale int) ApplyProp

func ShadowOrangeDarkAlpha

func ShadowOrangeDarkAlpha(scale int) ApplyProp

func ShadowPink

func ShadowPink(scale int) ApplyProp

func ShadowPinkAlpha

func ShadowPinkAlpha(scale int) ApplyProp

func ShadowPinkDark

func ShadowPinkDark(scale int) ApplyProp

func ShadowPinkDarkAlpha

func ShadowPinkDarkAlpha(scale int) ApplyProp

func ShadowPlum

func ShadowPlum(scale int) ApplyProp

func ShadowPlumAlpha

func ShadowPlumAlpha(scale int) ApplyProp

func ShadowPlumDark

func ShadowPlumDark(scale int) ApplyProp

func ShadowPlumDarkAlpha

func ShadowPlumDarkAlpha(scale int) ApplyProp

func ShadowPurple

func ShadowPurple(scale int) ApplyProp

func ShadowPurpleAlpha

func ShadowPurpleAlpha(scale int) ApplyProp

func ShadowPurpleDark

func ShadowPurpleDark(scale int) ApplyProp

func ShadowPurpleDarkAlpha

func ShadowPurpleDarkAlpha(scale int) ApplyProp

func ShadowRed

func ShadowRed(scale int) ApplyProp

func ShadowRedAlpha

func ShadowRedAlpha(scale int) ApplyProp

func ShadowRedDark

func ShadowRedDark(scale int) ApplyProp

func ShadowRedDarkAlpha

func ShadowRedDarkAlpha(scale int) ApplyProp

func ShadowRuby

func ShadowRuby(scale int) ApplyProp

func ShadowRubyAlpha

func ShadowRubyAlpha(scale int) ApplyProp

func ShadowRubyDark

func ShadowRubyDark(scale int) ApplyProp

func ShadowRubyDarkAlpha

func ShadowRubyDarkAlpha(scale int) ApplyProp

func ShadowSage

func ShadowSage(scale int) ApplyProp

func ShadowSageAlpha

func ShadowSageAlpha(scale int) ApplyProp

func ShadowSageDark

func ShadowSageDark(scale int) ApplyProp

func ShadowSageDarkAlpha

func ShadowSageDarkAlpha(scale int) ApplyProp

func ShadowSand

func ShadowSand(scale int) ApplyProp

func ShadowSandAlpha

func ShadowSandAlpha(scale int) ApplyProp

func ShadowSandDark

func ShadowSandDark(scale int) ApplyProp

func ShadowSandDarkAlpha

func ShadowSandDarkAlpha(scale int) ApplyProp

func ShadowSky

func ShadowSky(scale int) ApplyProp

func ShadowSkyAlpha

func ShadowSkyAlpha(scale int) ApplyProp

func ShadowSkyDark

func ShadowSkyDark(scale int) ApplyProp

func ShadowSkyDarkAlpha

func ShadowSkyDarkAlpha(scale int) ApplyProp

func ShadowSlate

func ShadowSlate(scale int) ApplyProp

func ShadowSlateAlpha

func ShadowSlateAlpha(scale int) ApplyProp

func ShadowSlateDark

func ShadowSlateDark(scale int) ApplyProp

func ShadowSlateDarkAlpha

func ShadowSlateDarkAlpha(scale int) ApplyProp

func ShadowSm

func ShadowSm() ApplyProp

func ShadowTeal

func ShadowTeal(scale int) ApplyProp

func ShadowTealAlpha

func ShadowTealAlpha(scale int) ApplyProp

func ShadowTealDark

func ShadowTealDark(scale int) ApplyProp

func ShadowTealDarkAlpha

func ShadowTealDarkAlpha(scale int) ApplyProp

func ShadowTomato

func ShadowTomato(scale int) ApplyProp

func ShadowTomatoAlpha

func ShadowTomatoAlpha(scale int) ApplyProp

func ShadowTomatoDark

func ShadowTomatoDark(scale int) ApplyProp

func ShadowTomatoDarkAlpha

func ShadowTomatoDarkAlpha(scale int) ApplyProp

func ShadowTransparent

func ShadowTransparent() ApplyProp

func ShadowViolet

func ShadowViolet(scale int) ApplyProp

func ShadowVioletAlpha

func ShadowVioletAlpha(scale int) ApplyProp

func ShadowVioletDark

func ShadowVioletDark(scale int) ApplyProp

func ShadowVioletDarkAlpha

func ShadowVioletDarkAlpha(scale int) ApplyProp

func ShadowWhite

func ShadowWhite() ApplyProp

func ShadowWhiteAlpha

func ShadowWhiteAlpha(scale int) ApplyProp

func ShadowXl

func ShadowXl() ApplyProp

func ShadowXs

func ShadowXs() ApplyProp

func ShadowYellow

func ShadowYellow(scale int) ApplyProp

func ShadowYellowAlpha

func ShadowYellowAlpha(scale int) ApplyProp

func ShadowYellowDark

func ShadowYellowDark(scale int) ApplyProp

func ShadowYellowDarkAlpha

func ShadowYellowDarkAlpha(scale int) ApplyProp

func Shrink

func Shrink() ApplyProp

func ShrinkBy

func ShrinkBy(val value.Value) ApplyProp

func Size

func Size(number int) ApplyProp

func SizeAuto

func SizeAuto() ApplyProp

func SizeBy

func SizeBy(val value.Value) ApplyProp

func SizeDvh

func SizeDvh() ApplyProp

func SizeDvw

func SizeDvw() ApplyProp

func SizeFit

func SizeFit() ApplyProp

func SizeFraction

func SizeFraction(fraction float32) ApplyProp

func SizeLvh

func SizeLvh() ApplyProp

func SizeLvw

func SizeLvw() ApplyProp

func SizeMax

func SizeMax() ApplyProp

func SizeMin

func SizeMin() ApplyProp

func SizePx

func SizePx() ApplyProp

func SizeSvh

func SizeSvh() ApplyProp

func SizeSvw

func SizeSvw() ApplyProp

func Skew

func Skew(val any) ApplyProp

func SkewX

func SkewX(val any) ApplyProp

func SkewY

func SkewY(val any) ApplyProp

func SlashedZero

func SlashedZero() ApplyProp

func Sm

func Sm(props ...ApplyProp) ApplyProp

func SnapAlignNone

func SnapAlignNone() ApplyProp

func SnapAlways

func SnapAlways() ApplyProp

func SnapBoth

func SnapBoth() ApplyProp

func SnapCenter

func SnapCenter() ApplyProp

func SnapEnd

func SnapEnd() ApplyProp

func SnapMandatory

func SnapMandatory() ApplyProp

func SnapNone

func SnapNone() ApplyProp

func SnapNormal

func SnapNormal() ApplyProp

func SnapProximity

func SnapProximity() ApplyProp

func SnapStart

func SnapStart() ApplyProp

func SnapX

func SnapX() ApplyProp

func SnapY

func SnapY() ApplyProp

func SrOnly

func SrOnly() ApplyProp

func StackedFractions

func StackedFractions() ApplyProp

func Start

func Start(number int) ApplyProp

func StartAuto

func StartAuto() ApplyProp

func StartBy

func StartBy(val value.Value) ApplyProp

func StartFraction

func StartFraction(fraction float64) ApplyProp

func StartFull

func StartFull() ApplyProp

func StartPx

func StartPx() ApplyProp

func Starting

func Starting(props ...ApplyProp) ApplyProp

func Static

func Static() ApplyProp

func Sticky

func Sticky() ApplyProp

func Stroke

func Stroke(val any) ApplyProp

func StrokeAmber

func StrokeAmber(scale int) ApplyProp

func StrokeAmberAlpha

func StrokeAmberAlpha(scale int) ApplyProp

func StrokeAmberDark

func StrokeAmberDark(scale int) ApplyProp

func StrokeAmberDarkAlpha

func StrokeAmberDarkAlpha(scale int) ApplyProp

func StrokeBlack

func StrokeBlack() ApplyProp

func StrokeBlackAlpha

func StrokeBlackAlpha(scale int) ApplyProp

func StrokeBlue

func StrokeBlue(scale int) ApplyProp

func StrokeBlueAlpha

func StrokeBlueAlpha(scale int) ApplyProp

func StrokeBlueDark

func StrokeBlueDark(scale int) ApplyProp

func StrokeBlueDarkAlpha

func StrokeBlueDarkAlpha(scale int) ApplyProp

func StrokeBronze

func StrokeBronze(scale int) ApplyProp

func StrokeBronzeAlpha

func StrokeBronzeAlpha(scale int) ApplyProp

func StrokeBronzeDark

func StrokeBronzeDark(scale int) ApplyProp

func StrokeBronzeDarkAlpha

func StrokeBronzeDarkAlpha(scale int) ApplyProp

func StrokeBrown

func StrokeBrown(scale int) ApplyProp

func StrokeBrownAlpha

func StrokeBrownAlpha(scale int) ApplyProp

func StrokeBrownDark

func StrokeBrownDark(scale int) ApplyProp

func StrokeBrownDarkAlpha

func StrokeBrownDarkAlpha(scale int) ApplyProp

func StrokeColor

func StrokeColor(val value.Value) ApplyProp

func StrokeCrimson

func StrokeCrimson(scale int) ApplyProp

func StrokeCrimsonAlpha

func StrokeCrimsonAlpha(scale int) ApplyProp

func StrokeCrimsonDark

func StrokeCrimsonDark(scale int) ApplyProp

func StrokeCrimsonDarkAlpha

func StrokeCrimsonDarkAlpha(scale int) ApplyProp

func StrokeCurrent

func StrokeCurrent() ApplyProp

func StrokeCyan

func StrokeCyan(scale int) ApplyProp

func StrokeCyanAlpha

func StrokeCyanAlpha(scale int) ApplyProp

func StrokeCyanDark

func StrokeCyanDark(scale int) ApplyProp

func StrokeCyanDarkAlpha

func StrokeCyanDarkAlpha(scale int) ApplyProp

func StrokeGold

func StrokeGold(scale int) ApplyProp

func StrokeGoldAlpha

func StrokeGoldAlpha(scale int) ApplyProp

func StrokeGoldDark

func StrokeGoldDark(scale int) ApplyProp

func StrokeGoldDarkAlpha

func StrokeGoldDarkAlpha(scale int) ApplyProp

func StrokeGrass

func StrokeGrass(scale int) ApplyProp

func StrokeGrassAlpha

func StrokeGrassAlpha(scale int) ApplyProp

func StrokeGrassDark

func StrokeGrassDark(scale int) ApplyProp

func StrokeGrassDarkAlpha

func StrokeGrassDarkAlpha(scale int) ApplyProp

func StrokeGray

func StrokeGray(scale int) ApplyProp

func StrokeGrayAlpha

func StrokeGrayAlpha(scale int) ApplyProp

func StrokeGrayDark

func StrokeGrayDark(scale int) ApplyProp

func StrokeGrayDarkAlpha

func StrokeGrayDarkAlpha(scale int) ApplyProp

func StrokeGreen

func StrokeGreen(scale int) ApplyProp

func StrokeGreenAlpha

func StrokeGreenAlpha(scale int) ApplyProp

func StrokeGreenDark

func StrokeGreenDark(scale int) ApplyProp

func StrokeGreenDarkAlpha

func StrokeGreenDarkAlpha(scale int) ApplyProp

func StrokeIndigo

func StrokeIndigo(scale int) ApplyProp

func StrokeIndigoAlpha

func StrokeIndigoAlpha(scale int) ApplyProp

func StrokeIndigoDark

func StrokeIndigoDark(scale int) ApplyProp

func StrokeIndigoDarkAlpha

func StrokeIndigoDarkAlpha(scale int) ApplyProp

func StrokeInherit

func StrokeInherit() ApplyProp

func StrokeIris

func StrokeIris(scale int) ApplyProp

func StrokeIrisAlpha

func StrokeIrisAlpha(scale int) ApplyProp

func StrokeIrisDark

func StrokeIrisDark(scale int) ApplyProp

func StrokeIrisDarkAlpha

func StrokeIrisDarkAlpha(scale int) ApplyProp

func StrokeJade

func StrokeJade(scale int) ApplyProp

func StrokeJadeAlpha

func StrokeJadeAlpha(scale int) ApplyProp

func StrokeJadeDark

func StrokeJadeDark(scale int) ApplyProp

func StrokeJadeDarkAlpha

func StrokeJadeDarkAlpha(scale int) ApplyProp

func StrokeLime

func StrokeLime(scale int) ApplyProp

func StrokeLimeAlpha

func StrokeLimeAlpha(scale int) ApplyProp

func StrokeLimeDark

func StrokeLimeDark(scale int) ApplyProp

func StrokeLimeDarkAlpha

func StrokeLimeDarkAlpha(scale int) ApplyProp

func StrokeMauve

func StrokeMauve(scale int) ApplyProp

func StrokeMauveAlpha

func StrokeMauveAlpha(scale int) ApplyProp

func StrokeMauveDark

func StrokeMauveDark(scale int) ApplyProp

func StrokeMauveDarkAlpha

func StrokeMauveDarkAlpha(scale int) ApplyProp

func StrokeMint

func StrokeMint(scale int) ApplyProp

func StrokeMintAlpha

func StrokeMintAlpha(scale int) ApplyProp

func StrokeMintDark

func StrokeMintDark(scale int) ApplyProp

func StrokeMintDarkAlpha

func StrokeMintDarkAlpha(scale int) ApplyProp

func StrokeOlive

func StrokeOlive(scale int) ApplyProp

func StrokeOliveAlpha

func StrokeOliveAlpha(scale int) ApplyProp

func StrokeOliveDark

func StrokeOliveDark(scale int) ApplyProp

func StrokeOliveDarkAlpha

func StrokeOliveDarkAlpha(scale int) ApplyProp

func StrokeOrange

func StrokeOrange(scale int) ApplyProp

func StrokeOrangeAlpha

func StrokeOrangeAlpha(scale int) ApplyProp

func StrokeOrangeDark

func StrokeOrangeDark(scale int) ApplyProp

func StrokeOrangeDarkAlpha

func StrokeOrangeDarkAlpha(scale int) ApplyProp

func StrokePink

func StrokePink(scale int) ApplyProp

func StrokePinkAlpha

func StrokePinkAlpha(scale int) ApplyProp

func StrokePinkDark

func StrokePinkDark(scale int) ApplyProp

func StrokePinkDarkAlpha

func StrokePinkDarkAlpha(scale int) ApplyProp

func StrokePlum

func StrokePlum(scale int) ApplyProp

func StrokePlumAlpha

func StrokePlumAlpha(scale int) ApplyProp

func StrokePlumDark

func StrokePlumDark(scale int) ApplyProp

func StrokePlumDarkAlpha

func StrokePlumDarkAlpha(scale int) ApplyProp

func StrokePurple

func StrokePurple(scale int) ApplyProp

func StrokePurpleAlpha

func StrokePurpleAlpha(scale int) ApplyProp

func StrokePurpleDark

func StrokePurpleDark(scale int) ApplyProp

func StrokePurpleDarkAlpha

func StrokePurpleDarkAlpha(scale int) ApplyProp

func StrokeRed

func StrokeRed(scale int) ApplyProp

func StrokeRedAlpha

func StrokeRedAlpha(scale int) ApplyProp

func StrokeRedDark

func StrokeRedDark(scale int) ApplyProp

func StrokeRedDarkAlpha

func StrokeRedDarkAlpha(scale int) ApplyProp

func StrokeRuby

func StrokeRuby(scale int) ApplyProp

func StrokeRubyAlpha

func StrokeRubyAlpha(scale int) ApplyProp

func StrokeRubyDark

func StrokeRubyDark(scale int) ApplyProp

func StrokeRubyDarkAlpha

func StrokeRubyDarkAlpha(scale int) ApplyProp

func StrokeSage

func StrokeSage(scale int) ApplyProp

func StrokeSageAlpha

func StrokeSageAlpha(scale int) ApplyProp

func StrokeSageDark

func StrokeSageDark(scale int) ApplyProp

func StrokeSageDarkAlpha

func StrokeSageDarkAlpha(scale int) ApplyProp

func StrokeSand

func StrokeSand(scale int) ApplyProp

func StrokeSandAlpha

func StrokeSandAlpha(scale int) ApplyProp

func StrokeSandDark

func StrokeSandDark(scale int) ApplyProp

func StrokeSandDarkAlpha

func StrokeSandDarkAlpha(scale int) ApplyProp

func StrokeSky

func StrokeSky(scale int) ApplyProp

func StrokeSkyAlpha

func StrokeSkyAlpha(scale int) ApplyProp

func StrokeSkyDark

func StrokeSkyDark(scale int) ApplyProp

func StrokeSkyDarkAlpha

func StrokeSkyDarkAlpha(scale int) ApplyProp

func StrokeSlate

func StrokeSlate(scale int) ApplyProp

func StrokeSlateAlpha

func StrokeSlateAlpha(scale int) ApplyProp

func StrokeSlateDark

func StrokeSlateDark(scale int) ApplyProp

func StrokeSlateDarkAlpha

func StrokeSlateDarkAlpha(scale int) ApplyProp

func StrokeTeal

func StrokeTeal(scale int) ApplyProp

func StrokeTealAlpha

func StrokeTealAlpha(scale int) ApplyProp

func StrokeTealDark

func StrokeTealDark(scale int) ApplyProp

func StrokeTealDarkAlpha

func StrokeTealDarkAlpha(scale int) ApplyProp

func StrokeTomato

func StrokeTomato(scale int) ApplyProp

func StrokeTomatoAlpha

func StrokeTomatoAlpha(scale int) ApplyProp

func StrokeTomatoDark

func StrokeTomatoDark(scale int) ApplyProp

func StrokeTomatoDarkAlpha

func StrokeTomatoDarkAlpha(scale int) ApplyProp

func StrokeTransparent

func StrokeTransparent() ApplyProp

func StrokeViolet

func StrokeViolet(scale int) ApplyProp

func StrokeVioletAlpha

func StrokeVioletAlpha(scale int) ApplyProp

func StrokeVioletDark

func StrokeVioletDark(scale int) ApplyProp

func StrokeVioletDarkAlpha

func StrokeVioletDarkAlpha(scale int) ApplyProp

func StrokeWhite

func StrokeWhite() ApplyProp

func StrokeWhiteAlpha

func StrokeWhiteAlpha(scale int) ApplyProp

func StrokeYellow

func StrokeYellow(scale int) ApplyProp

func StrokeYellowAlpha

func StrokeYellowAlpha(scale int) ApplyProp

func StrokeYellowDark

func StrokeYellowDark(scale int) ApplyProp

func StrokeYellowDarkAlpha

func StrokeYellowDarkAlpha(scale int) ApplyProp

func SubPixelAntialiazed

func SubPixelAntialiazed() ApplyProp

func Supports

func Supports(props ...ApplyProp) ApplyProp

func Table

func Table() ApplyProp

func TableAuto

func TableAuto() ApplyProp

func TableCaption

func TableCaption() ApplyProp

func TableCell

func TableCell() ApplyProp

func TableColumn

func TableColumn() ApplyProp

func TableColumnGroup

func TableColumnGroup() ApplyProp

func TableFixed

func TableFixed() ApplyProp

func TableFooterGroup

func TableFooterGroup() ApplyProp

func TableHeaderGroup

func TableHeaderGroup() ApplyProp

func TableRow

func TableRow() ApplyProp

func TableRowGroup

func TableRowGroup() ApplyProp

func TabularNums

func TabularNums() ApplyProp

func Target

func Target(props ...ApplyProp) ApplyProp

func Text2xl

func Text2xl(lineHeights ...any) ApplyProp

func Text3xl

func Text3xl(lineHeights ...any) ApplyProp

func Text4xl

func Text4xl(lineHeights ...any) ApplyProp

func Text5xl

func Text5xl(lineHeights ...any) ApplyProp

func Text6xl

func Text6xl(lineHeights ...any) ApplyProp

func Text7xl

func Text7xl(lineHeights ...any) ApplyProp

func Text8xl

func Text8xl(lineHeights ...any) ApplyProp

func Text9xl

func Text9xl(lineHeights ...any) ApplyProp

func TextAmber

func TextAmber(scale int) ApplyProp

func TextAmberAlpha

func TextAmberAlpha(scale int) ApplyProp

func TextAmberDark

func TextAmberDark(scale int) ApplyProp

func TextAmberDarkAlpha

func TextAmberDarkAlpha(scale int) ApplyProp

func TextBalance

func TextBalance() ApplyProp

func TextBase

func TextBase(lineHeights ...any) ApplyProp

func TextBlack

func TextBlack() ApplyProp

func TextBlackAlpha

func TextBlackAlpha(scale int) ApplyProp

func TextBlue

func TextBlue(scale int) ApplyProp

func TextBlueAlpha

func TextBlueAlpha(scale int) ApplyProp

func TextBlueDark

func TextBlueDark(scale int) ApplyProp

func TextBlueDarkAlpha

func TextBlueDarkAlpha(scale int) ApplyProp

func TextBronze

func TextBronze(scale int) ApplyProp

func TextBronzeAlpha

func TextBronzeAlpha(scale int) ApplyProp

func TextBronzeDark

func TextBronzeDark(scale int) ApplyProp

func TextBronzeDarkAlpha

func TextBronzeDarkAlpha(scale int) ApplyProp

func TextBrown

func TextBrown(scale int) ApplyProp

func TextBrownAlpha

func TextBrownAlpha(scale int) ApplyProp

func TextBrownDark

func TextBrownDark(scale int) ApplyProp

func TextBrownDarkAlpha

func TextBrownDarkAlpha(scale int) ApplyProp

func TextCenter

func TextCenter() ApplyProp

func TextClip

func TextClip() ApplyProp

func TextColor

func TextColor(val value.Value) ApplyProp

func TextCrimson

func TextCrimson(scale int) ApplyProp

func TextCrimsonAlpha

func TextCrimsonAlpha(scale int) ApplyProp

func TextCrimsonDark

func TextCrimsonDark(scale int) ApplyProp

func TextCrimsonDarkAlpha

func TextCrimsonDarkAlpha(scale int) ApplyProp

func TextCurrent

func TextCurrent() ApplyProp

func TextCyan

func TextCyan(scale int) ApplyProp

func TextCyanAlpha

func TextCyanAlpha(scale int) ApplyProp

func TextCyanDark

func TextCyanDark(scale int) ApplyProp

func TextCyanDarkAlpha

func TextCyanDarkAlpha(scale int) ApplyProp

func TextEllipsis

func TextEllipsis() ApplyProp

func TextEnd

func TextEnd() ApplyProp

func TextGold

func TextGold(scale int) ApplyProp

func TextGoldAlpha

func TextGoldAlpha(scale int) ApplyProp

func TextGoldDark

func TextGoldDark(scale int) ApplyProp

func TextGoldDarkAlpha

func TextGoldDarkAlpha(scale int) ApplyProp

func TextGrass

func TextGrass(scale int) ApplyProp

func TextGrassAlpha

func TextGrassAlpha(scale int) ApplyProp

func TextGrassDark

func TextGrassDark(scale int) ApplyProp

func TextGrassDarkAlpha

func TextGrassDarkAlpha(scale int) ApplyProp

func TextGray

func TextGray(scale int) ApplyProp

func TextGrayAlpha

func TextGrayAlpha(scale int) ApplyProp

func TextGrayDark

func TextGrayDark(scale int) ApplyProp

func TextGrayDarkAlpha

func TextGrayDarkAlpha(scale int) ApplyProp

func TextGreen

func TextGreen(scale int) ApplyProp

func TextGreenAlpha

func TextGreenAlpha(scale int) ApplyProp

func TextGreenDark

func TextGreenDark(scale int) ApplyProp

func TextGreenDarkAlpha

func TextGreenDarkAlpha(scale int) ApplyProp

func TextIndigo

func TextIndigo(scale int) ApplyProp

func TextIndigoAlpha

func TextIndigoAlpha(scale int) ApplyProp

func TextIndigoDark

func TextIndigoDark(scale int) ApplyProp

func TextIndigoDarkAlpha

func TextIndigoDarkAlpha(scale int) ApplyProp

func TextInherit

func TextInherit() ApplyProp

func TextIris

func TextIris(scale int) ApplyProp

func TextIrisAlpha

func TextIrisAlpha(scale int) ApplyProp

func TextIrisDark

func TextIrisDark(scale int) ApplyProp

func TextIrisDarkAlpha

func TextIrisDarkAlpha(scale int) ApplyProp

func TextJade

func TextJade(scale int) ApplyProp

func TextJadeAlpha

func TextJadeAlpha(scale int) ApplyProp

func TextJadeDark

func TextJadeDark(scale int) ApplyProp

func TextJadeDarkAlpha

func TextJadeDarkAlpha(scale int) ApplyProp

func TextJustify

func TextJustify() ApplyProp

func TextLeft

func TextLeft() ApplyProp

func TextLg

func TextLg(lineHeights ...any) ApplyProp

func TextLime

func TextLime(scale int) ApplyProp

func TextLimeAlpha

func TextLimeAlpha(scale int) ApplyProp

func TextLimeDark

func TextLimeDark(scale int) ApplyProp

func TextLimeDarkAlpha

func TextLimeDarkAlpha(scale int) ApplyProp

func TextMauve

func TextMauve(scale int) ApplyProp

func TextMauveAlpha

func TextMauveAlpha(scale int) ApplyProp

func TextMauveDark

func TextMauveDark(scale int) ApplyProp

func TextMauveDarkAlpha

func TextMauveDarkAlpha(scale int) ApplyProp

func TextMint

func TextMint(scale int) ApplyProp

func TextMintAlpha

func TextMintAlpha(scale int) ApplyProp

func TextMintDark

func TextMintDark(scale int) ApplyProp

func TextMintDarkAlpha

func TextMintDarkAlpha(scale int) ApplyProp

func TextNoWrap

func TextNoWrap() ApplyProp

func TextOlive

func TextOlive(scale int) ApplyProp

func TextOliveAlpha

func TextOliveAlpha(scale int) ApplyProp

func TextOliveDark

func TextOliveDark(scale int) ApplyProp

func TextOliveDarkAlpha

func TextOliveDarkAlpha(scale int) ApplyProp

func TextOrange

func TextOrange(scale int) ApplyProp

func TextOrangeAlpha

func TextOrangeAlpha(scale int) ApplyProp

func TextOrangeDark

func TextOrangeDark(scale int) ApplyProp

func TextOrangeDarkAlpha

func TextOrangeDarkAlpha(scale int) ApplyProp

func TextPink

func TextPink(scale int) ApplyProp

func TextPinkAlpha

func TextPinkAlpha(scale int) ApplyProp

func TextPinkDark

func TextPinkDark(scale int) ApplyProp

func TextPinkDarkAlpha

func TextPinkDarkAlpha(scale int) ApplyProp

func TextPlum

func TextPlum(scale int) ApplyProp

func TextPlumAlpha

func TextPlumAlpha(scale int) ApplyProp

func TextPlumDark

func TextPlumDark(scale int) ApplyProp

func TextPlumDarkAlpha

func TextPlumDarkAlpha(scale int) ApplyProp

func TextPretty

func TextPretty() ApplyProp

func TextPurple

func TextPurple(scale int) ApplyProp

func TextPurpleAlpha

func TextPurpleAlpha(scale int) ApplyProp

func TextPurpleDark

func TextPurpleDark(scale int) ApplyProp

func TextPurpleDarkAlpha

func TextPurpleDarkAlpha(scale int) ApplyProp

func TextRed

func TextRed(scale int) ApplyProp

func TextRedAlpha

func TextRedAlpha(scale int) ApplyProp

func TextRedDark

func TextRedDark(scale int) ApplyProp

func TextRedDarkAlpha

func TextRedDarkAlpha(scale int) ApplyProp

func TextRight

func TextRight() ApplyProp

func TextRuby

func TextRuby(scale int) ApplyProp

func TextRubyAlpha

func TextRubyAlpha(scale int) ApplyProp

func TextRubyDark

func TextRubyDark(scale int) ApplyProp

func TextRubyDarkAlpha

func TextRubyDarkAlpha(scale int) ApplyProp

func TextSage

func TextSage(scale int) ApplyProp

func TextSageAlpha

func TextSageAlpha(scale int) ApplyProp

func TextSageDark

func TextSageDark(scale int) ApplyProp

func TextSageDarkAlpha

func TextSageDarkAlpha(scale int) ApplyProp

func TextSand

func TextSand(scale int) ApplyProp

func TextSandAlpha

func TextSandAlpha(scale int) ApplyProp

func TextSandDark

func TextSandDark(scale int) ApplyProp

func TextSandDarkAlpha

func TextSandDarkAlpha(scale int) ApplyProp

func TextShadow

func TextShadow(val value.Value) ApplyProp

func TextShadow2xl

func TextShadow2xl() ApplyProp

func TextShadow2xs

func TextShadow2xs() ApplyProp

func TextShadowAmber

func TextShadowAmber(scale int) ApplyProp

func TextShadowAmberAlpha

func TextShadowAmberAlpha(scale int) ApplyProp

func TextShadowAmberDark

func TextShadowAmberDark(scale int) ApplyProp

func TextShadowAmberDarkAlpha

func TextShadowAmberDarkAlpha(scale int) ApplyProp

func TextShadowBlack

func TextShadowBlack() ApplyProp

func TextShadowBlackAlpha

func TextShadowBlackAlpha(scale int) ApplyProp

func TextShadowBlue

func TextShadowBlue(scale int) ApplyProp

func TextShadowBlueAlpha

func TextShadowBlueAlpha(scale int) ApplyProp

func TextShadowBlueDark

func TextShadowBlueDark(scale int) ApplyProp

func TextShadowBlueDarkAlpha

func TextShadowBlueDarkAlpha(scale int) ApplyProp

func TextShadowBronze

func TextShadowBronze(scale int) ApplyProp

func TextShadowBronzeAlpha

func TextShadowBronzeAlpha(scale int) ApplyProp

func TextShadowBronzeDark

func TextShadowBronzeDark(scale int) ApplyProp

func TextShadowBronzeDarkAlpha

func TextShadowBronzeDarkAlpha(scale int) ApplyProp

func TextShadowBrown

func TextShadowBrown(scale int) ApplyProp

func TextShadowBrownAlpha

func TextShadowBrownAlpha(scale int) ApplyProp

func TextShadowBrownDark

func TextShadowBrownDark(scale int) ApplyProp

func TextShadowBrownDarkAlpha

func TextShadowBrownDarkAlpha(scale int) ApplyProp

func TextShadowColor

func TextShadowColor(val value.Value) ApplyProp

func TextShadowCrimson

func TextShadowCrimson(scale int) ApplyProp

func TextShadowCrimsonAlpha

func TextShadowCrimsonAlpha(scale int) ApplyProp

func TextShadowCrimsonDark

func TextShadowCrimsonDark(scale int) ApplyProp

func TextShadowCrimsonDarkAlpha

func TextShadowCrimsonDarkAlpha(scale int) ApplyProp

func TextShadowCurrent

func TextShadowCurrent() ApplyProp

func TextShadowCyan

func TextShadowCyan(scale int) ApplyProp

func TextShadowCyanAlpha

func TextShadowCyanAlpha(scale int) ApplyProp

func TextShadowCyanDark

func TextShadowCyanDark(scale int) ApplyProp

func TextShadowCyanDarkAlpha

func TextShadowCyanDarkAlpha(scale int) ApplyProp

func TextShadowGold

func TextShadowGold(scale int) ApplyProp

func TextShadowGoldAlpha

func TextShadowGoldAlpha(scale int) ApplyProp

func TextShadowGoldDark

func TextShadowGoldDark(scale int) ApplyProp

func TextShadowGoldDarkAlpha

func TextShadowGoldDarkAlpha(scale int) ApplyProp

func TextShadowGrass

func TextShadowGrass(scale int) ApplyProp

func TextShadowGrassAlpha

func TextShadowGrassAlpha(scale int) ApplyProp

func TextShadowGrassDark

func TextShadowGrassDark(scale int) ApplyProp

func TextShadowGrassDarkAlpha

func TextShadowGrassDarkAlpha(scale int) ApplyProp

func TextShadowGray

func TextShadowGray(scale int) ApplyProp

func TextShadowGrayAlpha

func TextShadowGrayAlpha(scale int) ApplyProp

func TextShadowGrayDark

func TextShadowGrayDark(scale int) ApplyProp

func TextShadowGrayDarkAlpha

func TextShadowGrayDarkAlpha(scale int) ApplyProp

func TextShadowGreen

func TextShadowGreen(scale int) ApplyProp

func TextShadowGreenAlpha

func TextShadowGreenAlpha(scale int) ApplyProp

func TextShadowGreenDark

func TextShadowGreenDark(scale int) ApplyProp

func TextShadowGreenDarkAlpha

func TextShadowGreenDarkAlpha(scale int) ApplyProp

func TextShadowIndigo

func TextShadowIndigo(scale int) ApplyProp

func TextShadowIndigoAlpha

func TextShadowIndigoAlpha(scale int) ApplyProp

func TextShadowIndigoDark

func TextShadowIndigoDark(scale int) ApplyProp

func TextShadowIndigoDarkAlpha

func TextShadowIndigoDarkAlpha(scale int) ApplyProp

func TextShadowInherit

func TextShadowInherit() ApplyProp

func TextShadowIris

func TextShadowIris(scale int) ApplyProp

func TextShadowIrisAlpha

func TextShadowIrisAlpha(scale int) ApplyProp

func TextShadowIrisDark

func TextShadowIrisDark(scale int) ApplyProp

func TextShadowIrisDarkAlpha

func TextShadowIrisDarkAlpha(scale int) ApplyProp

func TextShadowJade

func TextShadowJade(scale int) ApplyProp

func TextShadowJadeAlpha

func TextShadowJadeAlpha(scale int) ApplyProp

func TextShadowJadeDark

func TextShadowJadeDark(scale int) ApplyProp

func TextShadowJadeDarkAlpha

func TextShadowJadeDarkAlpha(scale int) ApplyProp

func TextShadowLg

func TextShadowLg() ApplyProp

func TextShadowLime

func TextShadowLime(scale int) ApplyProp

func TextShadowLimeAlpha

func TextShadowLimeAlpha(scale int) ApplyProp

func TextShadowLimeDark

func TextShadowLimeDark(scale int) ApplyProp

func TextShadowLimeDarkAlpha

func TextShadowLimeDarkAlpha(scale int) ApplyProp

func TextShadowMauve

func TextShadowMauve(scale int) ApplyProp

func TextShadowMauveAlpha

func TextShadowMauveAlpha(scale int) ApplyProp

func TextShadowMauveDark

func TextShadowMauveDark(scale int) ApplyProp

func TextShadowMauveDarkAlpha

func TextShadowMauveDarkAlpha(scale int) ApplyProp

func TextShadowMd

func TextShadowMd() ApplyProp

func TextShadowMint

func TextShadowMint(scale int) ApplyProp

func TextShadowMintAlpha

func TextShadowMintAlpha(scale int) ApplyProp

func TextShadowMintDark

func TextShadowMintDark(scale int) ApplyProp

func TextShadowMintDarkAlpha

func TextShadowMintDarkAlpha(scale int) ApplyProp

func TextShadowNone

func TextShadowNone() ApplyProp

func TextShadowOlive

func TextShadowOlive(scale int) ApplyProp

func TextShadowOliveAlpha

func TextShadowOliveAlpha(scale int) ApplyProp

func TextShadowOliveDark

func TextShadowOliveDark(scale int) ApplyProp

func TextShadowOliveDarkAlpha

func TextShadowOliveDarkAlpha(scale int) ApplyProp

func TextShadowOrange

func TextShadowOrange(scale int) ApplyProp

func TextShadowOrangeAlpha

func TextShadowOrangeAlpha(scale int) ApplyProp

func TextShadowOrangeDark

func TextShadowOrangeDark(scale int) ApplyProp

func TextShadowOrangeDarkAlpha

func TextShadowOrangeDarkAlpha(scale int) ApplyProp

func TextShadowPink

func TextShadowPink(scale int) ApplyProp

func TextShadowPinkAlpha

func TextShadowPinkAlpha(scale int) ApplyProp

func TextShadowPinkDark

func TextShadowPinkDark(scale int) ApplyProp

func TextShadowPinkDarkAlpha

func TextShadowPinkDarkAlpha(scale int) ApplyProp

func TextShadowPlum

func TextShadowPlum(scale int) ApplyProp

func TextShadowPlumAlpha

func TextShadowPlumAlpha(scale int) ApplyProp

func TextShadowPlumDark

func TextShadowPlumDark(scale int) ApplyProp

func TextShadowPlumDarkAlpha

func TextShadowPlumDarkAlpha(scale int) ApplyProp

func TextShadowPurple

func TextShadowPurple(scale int) ApplyProp

func TextShadowPurpleAlpha

func TextShadowPurpleAlpha(scale int) ApplyProp

func TextShadowPurpleDark

func TextShadowPurpleDark(scale int) ApplyProp

func TextShadowPurpleDarkAlpha

func TextShadowPurpleDarkAlpha(scale int) ApplyProp

func TextShadowRed

func TextShadowRed(scale int) ApplyProp

func TextShadowRedAlpha

func TextShadowRedAlpha(scale int) ApplyProp

func TextShadowRedDark

func TextShadowRedDark(scale int) ApplyProp

func TextShadowRedDarkAlpha

func TextShadowRedDarkAlpha(scale int) ApplyProp

func TextShadowRuby

func TextShadowRuby(scale int) ApplyProp

func TextShadowRubyAlpha

func TextShadowRubyAlpha(scale int) ApplyProp

func TextShadowRubyDark

func TextShadowRubyDark(scale int) ApplyProp

func TextShadowRubyDarkAlpha

func TextShadowRubyDarkAlpha(scale int) ApplyProp

func TextShadowSage

func TextShadowSage(scale int) ApplyProp

func TextShadowSageAlpha

func TextShadowSageAlpha(scale int) ApplyProp

func TextShadowSageDark

func TextShadowSageDark(scale int) ApplyProp

func TextShadowSageDarkAlpha

func TextShadowSageDarkAlpha(scale int) ApplyProp

func TextShadowSand

func TextShadowSand(scale int) ApplyProp

func TextShadowSandAlpha

func TextShadowSandAlpha(scale int) ApplyProp

func TextShadowSandDark

func TextShadowSandDark(scale int) ApplyProp

func TextShadowSandDarkAlpha

func TextShadowSandDarkAlpha(scale int) ApplyProp

func TextShadowSky

func TextShadowSky(scale int) ApplyProp

func TextShadowSkyAlpha

func TextShadowSkyAlpha(scale int) ApplyProp

func TextShadowSkyDark

func TextShadowSkyDark(scale int) ApplyProp

func TextShadowSkyDarkAlpha

func TextShadowSkyDarkAlpha(scale int) ApplyProp

func TextShadowSlate

func TextShadowSlate(scale int) ApplyProp

func TextShadowSlateAlpha

func TextShadowSlateAlpha(scale int) ApplyProp

func TextShadowSlateDark

func TextShadowSlateDark(scale int) ApplyProp

func TextShadowSlateDarkAlpha

func TextShadowSlateDarkAlpha(scale int) ApplyProp

func TextShadowSm

func TextShadowSm() ApplyProp

func TextShadowTeal

func TextShadowTeal(scale int) ApplyProp

func TextShadowTealAlpha

func TextShadowTealAlpha(scale int) ApplyProp

func TextShadowTealDark

func TextShadowTealDark(scale int) ApplyProp

func TextShadowTealDarkAlpha

func TextShadowTealDarkAlpha(scale int) ApplyProp

func TextShadowTomato

func TextShadowTomato(scale int) ApplyProp

func TextShadowTomatoAlpha

func TextShadowTomatoAlpha(scale int) ApplyProp

func TextShadowTomatoDark

func TextShadowTomatoDark(scale int) ApplyProp

func TextShadowTomatoDarkAlpha

func TextShadowTomatoDarkAlpha(scale int) ApplyProp

func TextShadowTransparent

func TextShadowTransparent() ApplyProp

func TextShadowViolet

func TextShadowViolet(scale int) ApplyProp

func TextShadowVioletAlpha

func TextShadowVioletAlpha(scale int) ApplyProp

func TextShadowVioletDark

func TextShadowVioletDark(scale int) ApplyProp

func TextShadowVioletDarkAlpha

func TextShadowVioletDarkAlpha(scale int) ApplyProp

func TextShadowWhite

func TextShadowWhite() ApplyProp

func TextShadowWhiteAlpha

func TextShadowWhiteAlpha(scale int) ApplyProp

func TextShadowXl

func TextShadowXl() ApplyProp

func TextShadowXs

func TextShadowXs() ApplyProp

func TextShadowYellow

func TextShadowYellow(scale int) ApplyProp

func TextShadowYellowAlpha

func TextShadowYellowAlpha(scale int) ApplyProp

func TextShadowYellowDark

func TextShadowYellowDark(scale int) ApplyProp

func TextShadowYellowDarkAlpha

func TextShadowYellowDarkAlpha(scale int) ApplyProp

func TextSizeBy

func TextSizeBy(val value.Value) ApplyProp

func TextSky

func TextSky(scale int) ApplyProp

func TextSkyAlpha

func TextSkyAlpha(scale int) ApplyProp

func TextSkyDark

func TextSkyDark(scale int) ApplyProp

func TextSkyDarkAlpha

func TextSkyDarkAlpha(scale int) ApplyProp

func TextSlate

func TextSlate(scale int) ApplyProp

func TextSlateAlpha

func TextSlateAlpha(scale int) ApplyProp

func TextSlateDark

func TextSlateDark(scale int) ApplyProp

func TextSlateDarkAlpha

func TextSlateDarkAlpha(scale int) ApplyProp

func TextSm

func TextSm(lineHeights ...any) ApplyProp

func TextStart

func TextStart() ApplyProp

func TextTeal

func TextTeal(scale int) ApplyProp

func TextTealAlpha

func TextTealAlpha(scale int) ApplyProp

func TextTealDark

func TextTealDark(scale int) ApplyProp

func TextTealDarkAlpha

func TextTealDarkAlpha(scale int) ApplyProp

func TextTomato

func TextTomato(scale int) ApplyProp

func TextTomatoAlpha

func TextTomatoAlpha(scale int) ApplyProp

func TextTomatoDark

func TextTomatoDark(scale int) ApplyProp

func TextTomatoDarkAlpha

func TextTomatoDarkAlpha(scale int) ApplyProp

func TextTransparent

func TextTransparent() ApplyProp

func TextViolet

func TextViolet(scale int) ApplyProp

func TextVioletAlpha

func TextVioletAlpha(scale int) ApplyProp

func TextVioletDark

func TextVioletDark(scale int) ApplyProp

func TextVioletDarkAlpha

func TextVioletDarkAlpha(scale int) ApplyProp

func TextWhite

func TextWhite() ApplyProp

func TextWhiteAlpha

func TextWhiteAlpha(scale int) ApplyProp

func TextWrap

func TextWrap() ApplyProp

func TextXl

func TextXl(lineHeights ...any) ApplyProp

func TextXs

func TextXs(lineHeights ...any) ApplyProp

func TextYellow

func TextYellow(scale int) ApplyProp

func TextYellowAlpha

func TextYellowAlpha(scale int) ApplyProp

func TextYellowDark

func TextYellowDark(scale int) ApplyProp

func TextYellowDarkAlpha

func TextYellowDarkAlpha(scale int) ApplyProp

func To

func To(val value.Value) ApplyProp

func Top

func Top(number int) ApplyProp

func TopAuto

func TopAuto() ApplyProp

func TopBy

func TopBy(val value.Value) ApplyProp

func TopFraction

func TopFraction(fraction float64) ApplyProp

func TopFull

func TopFull() ApplyProp

func TopPx

func TopPx() ApplyProp

func TouchAuto

func TouchAuto() ApplyProp

func TouchManipulation

func TouchManipulation() ApplyProp

func TouchNone

func TouchNone() ApplyProp

func TouchPanDown

func TouchPanDown() ApplyProp

func TouchPanLeft

func TouchPanLeft() ApplyProp

func TouchPanRight

func TouchPanRight() ApplyProp

func TouchPanUp

func TouchPanUp() ApplyProp

func TouchPanX

func TouchPanX() ApplyProp

func TouchPanY

func TouchPanY() ApplyProp

func TouchPinchZoom

func TouchPinchZoom() ApplyProp

func TrackingBy

func TrackingBy(val value.Value) ApplyProp

func TrackingNormal

func TrackingNormal() ApplyProp

func TrackingTight

func TrackingTight() ApplyProp

func TrackingTighter

func TrackingTighter() ApplyProp

func TrackingWide

func TrackingWide() ApplyProp

func TrackingWider

func TrackingWider() ApplyProp

func TrackingWidest

func TrackingWidest() ApplyProp

func Transform

func Transform(val value.Value) ApplyProp

func Transform3d

func Transform3d() ApplyProp

func TransformCpu

func TransformCpu() ApplyProp

func TransformFkat

func TransformFkat() ApplyProp

func TransformGpu

func TransformGpu() ApplyProp

func TransformNone

func TransformNone() ApplyProp

func Transition

func Transition(val ...value.Value) ApplyProp

func TransitionAll

func TransitionAll() ApplyProp

func TransitionColors

func TransitionColors() ApplyProp

func TransitionDiscrete

func TransitionDiscrete() ApplyProp

func TransitionNone

func TransitionNone() ApplyProp

func TransitionNormal

func TransitionNormal() ApplyProp

func TransitionOpacity

func TransitionOpacity() ApplyProp

func TransitionShadow

func TransitionShadow() ApplyProp

func TransitionTransform

func TransitionTransform() ApplyProp

func Translate

func Translate(val any) ApplyProp

func TranslateFull

func TranslateFull() ApplyProp

func TranslateNone

func TranslateNone() ApplyProp

func TranslatePx

func TranslatePx() ApplyProp

func TranslateX

func TranslateX(val any) ApplyProp

func TranslateXFull

func TranslateXFull() ApplyProp

func TranslateXPx

func TranslateXPx() ApplyProp

func TranslateY

func TranslateY(val any) ApplyProp

func TranslateYFull

func TranslateYFull() ApplyProp

func TranslateYPx

func TranslateYPx() ApplyProp

func TranslateZ

func TranslateZ(val any) ApplyProp

func TranslateZPx

func TranslateZPx() ApplyProp

func Truncate

func Truncate() ApplyProp

func TwoXl

func TwoXl(props ...ApplyProp) ApplyProp

func Underline

func Underline() ApplyProp

func UnderlineOffset

func UnderlineOffset(number int) ApplyProp

func UnderlineOffsetAuto

func UnderlineOffsetAuto() ApplyProp

func UnderlineOffsetBy

func UnderlineOffsetBy(val value.Value) ApplyProp

func Uppercase

func Uppercase() ApplyProp

func UserInvalid

func UserInvalid(props ...ApplyProp) ApplyProp

func UserValid

func UserValid(props ...ApplyProp) ApplyProp

func Valid

func Valid(props ...ApplyProp) ApplyProp

func Via

func Via(val value.Value) ApplyProp

func Visible

func Visible() ApplyProp

func Visited

func Visited(props ...ApplyProp) ApplyProp

func W

func W(number int) ApplyProp

func W2xl

func W2xl() ApplyProp

func W2xs

func W2xs() ApplyProp

func W3xl

func W3xl() ApplyProp

func W3xs

func W3xs() ApplyProp

func W4xl

func W4xl() ApplyProp

func W5xl

func W5xl() ApplyProp

func W6xl

func W6xl() ApplyProp

func W7xl

func W7xl() ApplyProp

func WAuto

func WAuto() ApplyProp

func WBy

func WBy(val value.Value) ApplyProp

func WDvh

func WDvh() ApplyProp

func WDvw

func WDvw() ApplyProp

func WFit

func WFit() ApplyProp

func WFraction

func WFraction(fraction float32) ApplyProp

func WFull

func WFull() ApplyProp

func WLg

func WLg() ApplyProp

func WLvh

func WLvh() ApplyProp

func WLvw

func WLvw() ApplyProp

func WMax

func WMax() ApplyProp

func WMd

func WMd() ApplyProp

func WMin

func WMin() ApplyProp

func WPx

func WPx() ApplyProp

func WScreen

func WScreen() ApplyProp

func WSm

func WSm() ApplyProp

func WSvh

func WSvh() ApplyProp

func WSvw

func WSvw() ApplyProp

func WXl

func WXl() ApplyProp

func WXs

func WXs() ApplyProp

func WhitespaceBreakSpaces

func WhitespaceBreakSpaces() ApplyProp

func WhitespaceNormal

func WhitespaceNormal() ApplyProp

func WhitespaceNowrap

func WhitespaceNowrap() ApplyProp

func WhitespacePre

func WhitespacePre() ApplyProp

func WhitespacePreLine

func WhitespacePreLine() ApplyProp

func WhitespacePreWrap

func WhitespacePreWrap() ApplyProp

func WillChange

func WillChange(val value.Value) ApplyProp

func WillChangeAuto

func WillChangeAuto() ApplyProp

func WillChangeContents

func WillChangeContents() ApplyProp

func WillChangeScroll

func WillChangeScroll() ApplyProp

func WillChangeTransform

func WillChangeTransform() ApplyProp

func WrapAnywhere

func WrapAnywhere() ApplyProp

func WrapBreakWord

func WrapBreakWord() ApplyProp

func WrapNormal

func WrapNormal() ApplyProp

func Xl

func Xl(props ...ApplyProp) ApplyProp

func Z

func Z(index int) ApplyProp

func ZAuto

func ZAuto() ApplyProp

func ZBy

func ZBy(val value.Value) ApplyProp

type Prop

type Prop string

type Properties

type Properties map[string]string

func (*Properties) GetProps

func (p *Properties) GetProps() map[string]string

func (*Properties) Kind

func (p *Properties) Kind() kind

func (*Properties) StyleProp

func (p *Properties) StyleProp()

func (*Properties) Variant

func (p *Properties) Variant() StyleVariant

type Props

type Props map[Prop]string

type Style

type Style struct {
	// contains filtered or unexported fields
}

type StyleProp

type StyleProp interface {
	StyleProp()
	GetProps() map[string]string
	Kind() kind
	Variant() StyleVariant
}

type StyleVariant

type StyleVariant string

func VariantNameOfAttr

func VariantNameOfAttr(attr string) StyleVariant

func (StyleVariant) Name

func (v StyleVariant) Name() string

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL