styles

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2025 License: MIT Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Style

func Style(props ...ApplyProp) map[variant]Props

Types

type ApplyProp

type ApplyProp func(s *style) styleProp

func Absolute

func Absolute() ApplyProp

func AlignBaseline added in v0.0.4

func AlignBaseline() ApplyProp

func AlignBottom added in v0.0.4

func AlignBottom() ApplyProp

func AlignCustomProperty added in v0.0.4

func AlignCustomProperty(customProperty string) ApplyProp

func AlignMiddle added in v0.0.4

func AlignMiddle() ApplyProp

func AlignSub added in v0.0.4

func AlignSub() ApplyProp

func AlignSuper added in v0.0.4

func AlignSuper() ApplyProp

func AlignTextBottom added in v0.0.4

func AlignTextBottom() ApplyProp

func AlignTextTop added in v0.0.4

func AlignTextTop() ApplyProp

func AlignTop added in v0.0.4

func AlignTop() ApplyProp

func AlignValue added in v0.0.4

func AlignValue(value CustomValue) ApplyProp

func Antialiazed added in v0.0.4

func Antialiazed() ApplyProp

func Aspect

func Aspect(ratio string) ApplyProp

func AspectAuto

func AspectAuto() ApplyProp

func AspectCustomProperty

func AspectCustomProperty(customProperty string) ApplyProp

func AspectSquare

func AspectSquare() ApplyProp

func AspectVideo

func AspectVideo() ApplyProp

func AutoColsAuto added in v0.0.3

func AutoColsAuto() ApplyProp

func AutoColsCustomProperty added in v0.0.3

func AutoColsCustomProperty(customProperty string) ApplyProp

func AutoColsFr added in v0.0.3

func AutoColsFr() ApplyProp

func AutoColsMax added in v0.0.3

func AutoColsMax() ApplyProp

func AutoColsMin added in v0.0.3

func AutoColsMin() ApplyProp

func AutoColsValue added in v0.0.3

func AutoColsValue(value CustomValue) ApplyProp

func AutoRowsAuto added in v0.0.3

func AutoRowsAuto() ApplyProp

func AutoRowsCustomProperty added in v0.0.3

func AutoRowsCustomProperty(customProperty string) ApplyProp

func AutoRowsFr added in v0.0.3

func AutoRowsFr() ApplyProp

func AutoRowsMax added in v0.0.3

func AutoRowsMax() ApplyProp

func AutoRowsMin added in v0.0.3

func AutoRowsMin() ApplyProp

func AutoRowsValue added in v0.0.3

func AutoRowsValue(value CustomValue) ApplyProp

func Basis

func Basis(number int) 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 BasisCustomProperty

func BasisCustomProperty(customProperty string) 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 BasisValue

func BasisValue(value CustomValue) ApplyProp

func BasisXl

func BasisXl() ApplyProp

func BasisXs

func BasisXs() ApplyProp

func Block

func Block() ApplyProp

func Bottom

func Bottom(number int) ApplyProp

func BottomAuto

func BottomAuto() ApplyProp

func BottomCustomProperty

func BottomCustomProperty(customProperty string) ApplyProp

func BottomFraction

func BottomFraction(fraction float64) ApplyProp

func BottomFull

func BottomFull() ApplyProp

func BottomPx

func BottomPx() ApplyProp

func BottomValue

func BottomValue(value CustomValue) 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 added in v0.0.4

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 added in v0.0.4

func BreakKeep() ApplyProp

func BreakNormal added in v0.0.4

func BreakNormal() ApplyProp

func Capitalize added in v0.0.4

func Capitalize() 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 added in v0.0.3

func Col(number int) ApplyProp

func ColAuto added in v0.0.3

func ColAuto() ApplyProp

func ColCustomProperty added in v0.0.3

func ColCustomProperty(customProperty string) ApplyProp

func ColEnd added in v0.0.3

func ColEnd(number int) ApplyProp

func ColEndAuto added in v0.0.3

func ColEndAuto() ApplyProp

func ColEndCustomProperty added in v0.0.3

func ColEndCustomProperty(customProperty string) ApplyProp

func ColEndValue added in v0.0.3

func ColEndValue(value CustomValue) ApplyProp

func ColSpan

func ColSpan(number int) ApplyProp

func ColSpanCustomProperty added in v0.0.3

func ColSpanCustomProperty(customProperty string) ApplyProp

func ColSpanFull added in v0.0.3

func ColSpanFull() ApplyProp

func ColSpanValue added in v0.0.3

func ColSpanValue(value CustomValue) ApplyProp

func ColStart added in v0.0.3

func ColStart(number int) ApplyProp

func ColStartAuto added in v0.0.3

func ColStartAuto() ApplyProp

func ColStartCustomProperty added in v0.0.3

func ColStartCustomProperty(customProperty string) ApplyProp

func ColStartValue added in v0.0.3

func ColStartValue(value CustomValue) ApplyProp

func ColValue added in v0.0.3

func ColValue(value CustomValue) ApplyProp

func Collapse

func Collapse() ApplyProp

func Columns

func Columns(number int) 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 ColumnsCustomProperty

func ColumnsCustomProperty(customProperty string) 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 added in v0.0.4

func Container() ApplyProp

func Content added in v0.0.4

func Content(value string) ApplyProp

func ContentAround

func ContentAround() ApplyProp

func ContentBaseline

func ContentBaseline() ApplyProp

func ContentBetween

func ContentBetween() ApplyProp

func ContentCenter

func ContentCenter() ApplyProp

func ContentCustomProperty added in v0.0.4

func ContentCustomProperty(customProperty string) ApplyProp

func ContentEnd

func ContentEnd() ApplyProp

func ContentEvenly

func ContentEvenly() ApplyProp

func ContentNone added in v0.0.4

func ContentNone() ApplyProp

func ContentNormal

func ContentNormal() ApplyProp

func ContentStart

func ContentStart() ApplyProp

func ContentStretch

func ContentStretch() ApplyProp

func Contents

func Contents() ApplyProp

func DecorAmber added in v0.0.4

func DecorAmber(scale int) ApplyProp

func DecorBlack added in v0.0.4

func DecorBlack() ApplyProp

func DecorBlue added in v0.0.4

func DecorBlue(scale int) ApplyProp

func DecorColorCustomProperty added in v0.0.4

func DecorColorCustomProperty(customProperty string) ApplyProp

func DecorColorValue added in v0.0.4

func DecorColorValue(value CustomValue) ApplyProp

func DecorCurrent added in v0.0.4

func DecorCurrent() ApplyProp

func DecorCyan added in v0.0.4

func DecorCyan(scale int) ApplyProp

func DecorEmerald added in v0.0.4

func DecorEmerald(scale int) ApplyProp

func DecorFuchsia added in v0.0.4

func DecorFuchsia(scale int) ApplyProp

func DecorGray added in v0.0.4

func DecorGray(scale int) ApplyProp

func DecorGreen added in v0.0.4

func DecorGreen(scale int) ApplyProp

func DecorIndigo added in v0.0.4

func DecorIndigo(scale int) ApplyProp

func DecorInherit added in v0.0.4

func DecorInherit() ApplyProp

func DecorLime added in v0.0.4

func DecorLime(scale int) ApplyProp

func DecorNeutral added in v0.0.4

func DecorNeutral(scale int) ApplyProp

func DecorOrange added in v0.0.4

func DecorOrange(scale int) ApplyProp

func DecorPink added in v0.0.4

func DecorPink(scale int) ApplyProp

func DecorPurple added in v0.0.4

func DecorPurple(scale int) ApplyProp

func DecorRed added in v0.0.4

func DecorRed(scale int) ApplyProp

func DecorRose added in v0.0.4

func DecorRose(scale int) ApplyProp

func DecorSky added in v0.0.4

func DecorSky(scale int) ApplyProp

func DecorSlate added in v0.0.4

func DecorSlate(scale int) ApplyProp

func DecorStone added in v0.0.4

func DecorStone(scale int) ApplyProp

func DecorTeal added in v0.0.4

func DecorTeal(scale int) ApplyProp

func DecorTransparent added in v0.0.4

func DecorTransparent() ApplyProp

func DecorViolet added in v0.0.4

func DecorViolet(scale int) ApplyProp

func DecorWhite added in v0.0.4

func DecorWhite() ApplyProp

func DecorYellow added in v0.0.4

func DecorYellow(scale int) ApplyProp

func DecorZinc added in v0.0.4

func DecorZinc(scale int) ApplyProp

func Decoration added in v0.0.4

func Decoration(number int) ApplyProp

func DecorationAuto added in v0.0.4

func DecorationAuto() ApplyProp

func DecorationDashed added in v0.0.4

func DecorationDashed() ApplyProp

func DecorationDotted added in v0.0.4

func DecorationDotted() ApplyProp

func DecorationDouble added in v0.0.4

func DecorationDouble() ApplyProp

func DecorationFromFont added in v0.0.4

func DecorationFromFont() ApplyProp

func DecorationLengthCustomProperty added in v0.0.4

func DecorationLengthCustomProperty(customProperty string) ApplyProp

func DecorationSolid added in v0.0.4

func DecorationSolid() ApplyProp

func DecorationValue added in v0.0.4

func DecorationValue(value CustomValue) ApplyProp

func DecorationWavy added in v0.0.4

func DecorationWavy() ApplyProp

func DiagonalFractions added in v0.0.4

func DiagonalFractions() ApplyProp

func End

func End(number int) ApplyProp

func EndAuto

func EndAuto() ApplyProp

func EndCustomProperty

func EndCustomProperty(customProperty string) ApplyProp

func EndFraction

func EndFraction(fraction float64) ApplyProp

func EndFull

func EndFull() ApplyProp

func EndPx

func EndPx() ApplyProp

func EndValue

func EndValue(value CustomValue) ApplyProp

func Fixed

func Fixed() ApplyProp

func Flex

func Flex() ApplyProp

func FlexAuto

func FlexAuto() ApplyProp

func FlexCol

func FlexCol() ApplyProp

func FlexColReverse

func FlexColReverse() ApplyProp

func FlexCustomProperty

func FlexCustomProperty(customProperty string) ApplyProp

func FlexFraction

func FlexFraction(fraction float64) ApplyProp

func FlexInitial

func FlexInitial() ApplyProp

func FlexNoWrap

func FlexNoWrap() ApplyProp

func FlexNone

func FlexNone() ApplyProp

func FlexNumber

func FlexNumber(number int) ApplyProp

func FlexRow

func FlexRow() ApplyProp

func FlexRowReverse

func FlexRowReverse() ApplyProp

func FlexValue

func FlexValue(value CustomValue) 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 FontBlack added in v0.0.4

func FontBlack() ApplyProp

func FontBold added in v0.0.4

func FontBold() ApplyProp

func FontExtraBold added in v0.0.4

func FontExtraBold() ApplyProp

func FontExtraLight added in v0.0.4

func FontExtraLight() ApplyProp

func FontFamilyCustomProperty added in v0.0.4

func FontFamilyCustomProperty(customProperty string) ApplyProp

func FontFamilyValue added in v0.0.4

func FontFamilyValue(value CustomValue) ApplyProp

func FontLight added in v0.0.4

func FontLight() ApplyProp

func FontMedium added in v0.0.4

func FontMedium() ApplyProp

func FontMono added in v0.0.4

func FontMono() ApplyProp

func FontNormal added in v0.0.4

func FontNormal() ApplyProp

func FontSans added in v0.0.4

func FontSans() ApplyProp

func FontSemibold added in v0.0.4

func FontSemibold() ApplyProp

func FontSerif added in v0.0.4

func FontSerif() ApplyProp

func FontStretchCondensed added in v0.0.4

func FontStretchCondensed() ApplyProp

func FontStretchCustomProperty added in v0.0.4

func FontStretchCustomProperty(customProperty string) ApplyProp

func FontStretchExpanded added in v0.0.4

func FontStretchExpanded() ApplyProp

func FontStretchExtraCondensed added in v0.0.4

func FontStretchExtraCondensed() ApplyProp

func FontStretchExtraExpanded added in v0.0.4

func FontStretchExtraExpanded() ApplyProp

func FontStretchNormal added in v0.0.4

func FontStretchNormal() ApplyProp

func FontStretchPercentage added in v0.0.4

func FontStretchPercentage(percentage int) ApplyProp

func FontStretchSemiCondensed added in v0.0.4

func FontStretchSemiCondensed() ApplyProp

func FontStretchSemiExpanded added in v0.0.4

func FontStretchSemiExpanded() ApplyProp

func FontStretchUltraCondensed added in v0.0.4

func FontStretchUltraCondensed() ApplyProp

func FontStretchUltraExpanded added in v0.0.4

func FontStretchUltraExpanded() ApplyProp

func FontStretchValue added in v0.0.4

func FontStretchValue(value CustomValue) ApplyProp

func FontThin added in v0.0.4

func FontThin() ApplyProp

func FontWeightCustomProperty added in v0.0.4

func FontWeightCustomProperty(customProperty string) ApplyProp

func FontWeightValue added in v0.0.4

func FontWeightValue(value CustomValue) ApplyProp

func Gap added in v0.0.3

func Gap(number int) ApplyProp

func GapCustomProperty added in v0.0.3

func GapCustomProperty(customProperty string) ApplyProp

func GapValue added in v0.0.3

func GapValue(value CustomValue) ApplyProp

func GapX added in v0.0.3

func GapX(number int) ApplyProp

func GapXCustomProperty added in v0.0.3

func GapXCustomProperty(customProperty string) ApplyProp

func GapXValue added in v0.0.3

func GapXValue(value CustomValue) ApplyProp

func GapY added in v0.0.3

func GapY(number int) ApplyProp

func GapYCustomProperty added in v0.0.3

func GapYCustomProperty(customProperty string) ApplyProp

func GapYValue added in v0.0.3

func GapYValue(value CustomValue) ApplyProp

func Grid

func Grid() ApplyProp

func GridCols

func GridCols(number int) ApplyProp

func GridColsCustomProperty

func GridColsCustomProperty(customProperty string) ApplyProp

func GridColsNone

func GridColsNone() ApplyProp

func GridColsSubgrid

func GridColsSubgrid() ApplyProp

func GridColsValue

func GridColsValue(value CustomValue) ApplyProp

func GridFlowCol added in v0.0.3

func GridFlowCol() ApplyProp

func GridFlowColDense added in v0.0.3

func GridFlowColDense() ApplyProp

func GridFlowDense added in v0.0.3

func GridFlowDense() ApplyProp

func GridFlowRow added in v0.0.3

func GridFlowRow() ApplyProp

func GridFlowRowDense added in v0.0.3

func GridFlowRowDense() ApplyProp

func GridRows added in v0.0.3

func GridRows(number int) ApplyProp

func GridRowsCustomProperty added in v0.0.3

func GridRowsCustomProperty(customProperty string) ApplyProp

func GridRowsNone added in v0.0.3

func GridRowsNone() ApplyProp

func GridRowsSubgrid added in v0.0.3

func GridRowsSubgrid() ApplyProp

func GridRowsValue added in v0.0.3

func GridRowsValue(value CustomValue) ApplyProp

func Grow

func Grow() ApplyProp

func GrowCustomProperty

func GrowCustomProperty(customProperty string) ApplyProp

func GrowNumber

func GrowNumber(number int) ApplyProp

func GrowValue

func GrowValue(value CustomValue) ApplyProp

func H added in v0.0.4

func H(number int) ApplyProp

func HAuto added in v0.0.4

func HAuto() ApplyProp

func HCustomProperty added in v0.0.4

func HCustomProperty(customProperty string) ApplyProp

func HDvh added in v0.0.4

func HDvh() ApplyProp

func HDvw added in v0.0.4

func HDvw() ApplyProp

func HFit added in v0.0.4

func HFit() ApplyProp

func HFraction added in v0.0.4

func HFraction(fraction float32) ApplyProp

func HFull added in v0.0.4

func HFull() ApplyProp

func HLh added in v0.0.4

func HLh() ApplyProp

func HLvh added in v0.0.4

func HLvh() ApplyProp

func HLvw added in v0.0.4

func HLvw() ApplyProp

func HMax added in v0.0.4

func HMax() ApplyProp

func HMin added in v0.0.4

func HMin() ApplyProp

func HPx added in v0.0.4

func HPx() ApplyProp

func HScreen added in v0.0.4

func HScreen() ApplyProp

func HSvh added in v0.0.4

func HSvh() ApplyProp

func HSvw added in v0.0.4

func HSvw() ApplyProp

func HValue added in v0.0.4

func HValue(value CustomValue) ApplyProp

func Hidden

func Hidden() ApplyProp

func Hover

func Hover(props ...ApplyProp) ApplyProp

func HyphensAuto added in v0.0.4

func HyphensAuto() ApplyProp

func HyphensManual added in v0.0.4

func HyphensManual() ApplyProp

func HyphensNone added in v0.0.4

func HyphensNone() ApplyProp

func Indent added in v0.0.4

func Indent(number int) ApplyProp

func IndentCustomProperty added in v0.0.4

func IndentCustomProperty(customProperty string) ApplyProp

func IndentPx added in v0.0.4

func IndentPx() ApplyProp

func IndentValue added in v0.0.4

func IndentValue(value CustomValue) 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 InsetCustomProperty

func InsetCustomProperty(customProperty string) ApplyProp

func InsetFraction

func InsetFraction(fraction float64) ApplyProp

func InsetFull

func InsetFull() ApplyProp

func InsetPx

func InsetPx() ApplyProp

func InsetValue

func InsetValue(value CustomValue) ApplyProp

func InsetX

func InsetX(number int) ApplyProp

func InsetXAuto

func InsetXAuto() ApplyProp

func InsetXCustomProperty

func InsetXCustomProperty(customProperty string) ApplyProp

func InsetXFraction

func InsetXFraction(fraction float64) ApplyProp

func InsetXFull

func InsetXFull() ApplyProp

func InsetXPx

func InsetXPx() ApplyProp

func InsetXValue

func InsetXValue(value CustomValue) ApplyProp

func InsetY

func InsetY(number int) ApplyProp

func InsetYAuto

func InsetYAuto() ApplyProp

func InsetYCustomProperty

func InsetYCustomProperty(customProperty string) ApplyProp

func InsetYFraction

func InsetYFraction(fraction float64) ApplyProp

func InsetYFull

func InsetYFull() ApplyProp

func InsetYPx

func InsetYPx() ApplyProp

func InsetYValue

func InsetYValue(value CustomValue) ApplyProp

func Invisible

func Invisible() ApplyProp

func Isolate

func Isolate() ApplyProp

func IsolationAuto

func IsolationAuto() ApplyProp

func Italic added in v0.0.4

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 Leading added in v0.0.4

func Leading(number int) ApplyProp

func LeadingCustomProperty added in v0.0.4

func LeadingCustomProperty(customProperty string) ApplyProp

func LeadingNone added in v0.0.4

func LeadingNone() ApplyProp

func LeadingValue added in v0.0.4

func LeadingValue(value CustomValue) ApplyProp

func Left

func Left(number int) ApplyProp

func LeftAuto

func LeftAuto() ApplyProp

func LeftCustomProperty

func LeftCustomProperty(customProperty string) ApplyProp

func LeftFraction

func LeftFraction(fraction float64) ApplyProp

func LeftFull

func LeftFull() ApplyProp

func LeftPx

func LeftPx() ApplyProp

func LeftValue

func LeftValue(value CustomValue) ApplyProp

func LineClamp added in v0.0.4

func LineClamp(number int) ApplyProp

func LineClampCustomProperty added in v0.0.4

func LineClampCustomProperty(customProperty string) ApplyProp

func LineClampNone added in v0.0.4

func LineClampNone() ApplyProp

func LineClampValue added in v0.0.4

func LineClampValue(value CustomValue) ApplyProp

func LineThrough added in v0.0.4

func LineThrough() ApplyProp

func LiningNums added in v0.0.4

func LiningNums() ApplyProp

func ListCustomProperty added in v0.0.4

func ListCustomProperty(customProperty string) ApplyProp

func ListDecimal added in v0.0.4

func ListDecimal() ApplyProp

func ListDisc added in v0.0.4

func ListDisc() ApplyProp

func ListImageCustomProperty added in v0.0.4

func ListImageCustomProperty(customProperty string) ApplyProp

func ListImageNone added in v0.0.4

func ListImageNone() ApplyProp

func ListImageValue added in v0.0.4

func ListImageValue(value CustomValue) ApplyProp

func ListInside added in v0.0.4

func ListInside() ApplyProp

func ListItem

func ListItem() ApplyProp

func ListNone added in v0.0.4

func ListNone() ApplyProp

func ListOutside added in v0.0.4

func ListOutside() ApplyProp

func ListValue added in v0.0.4

func ListValue(value CustomValue) ApplyProp

func Lowercase added in v0.0.4

func Lowercase() ApplyProp

func M added in v0.0.3

func M(number int) ApplyProp

func MAuto added in v0.0.3

func MAuto() ApplyProp

func MCustomProperty added in v0.0.3

func MCustomProperty(customProperty string) ApplyProp

func MPx added in v0.0.3

func MPx() ApplyProp

func MValue added in v0.0.3

func MValue(value CustomValue) ApplyProp

func MaxH added in v0.0.4

func MaxH(number int) ApplyProp

func MaxHCustomProperty added in v0.0.4

func MaxHCustomProperty(customProperty string) ApplyProp

func MaxHDvh added in v0.0.4

func MaxHDvh() ApplyProp

func MaxHDvw added in v0.0.4

func MaxHDvw() ApplyProp

func MaxHFit added in v0.0.4

func MaxHFit() ApplyProp

func MaxHFraction added in v0.0.4

func MaxHFraction(fraction float32) ApplyProp

func MaxHFull added in v0.0.4

func MaxHFull() ApplyProp

func MaxHLh added in v0.0.4

func MaxHLh() ApplyProp

func MaxHLvh added in v0.0.4

func MaxHLvh() ApplyProp

func MaxHLvw added in v0.0.4

func MaxHLvw() ApplyProp

func MaxHMax added in v0.0.4

func MaxHMax() ApplyProp

func MaxHMin added in v0.0.4

func MaxHMin() ApplyProp

func MaxHNone added in v0.0.4

func MaxHNone() ApplyProp

func MaxHPx added in v0.0.4

func MaxHPx() ApplyProp

func MaxHScreen added in v0.0.4

func MaxHScreen() ApplyProp

func MaxHSvh added in v0.0.4

func MaxHSvh() ApplyProp

func MaxHSvw added in v0.0.4

func MaxHSvw() ApplyProp

func MaxHValue added in v0.0.4

func MaxHValue(value CustomValue) ApplyProp

func MaxW added in v0.0.4

func MaxW(number int) ApplyProp

func MaxW2xl added in v0.0.4

func MaxW2xl() ApplyProp

func MaxW2xs added in v0.0.4

func MaxW2xs() ApplyProp

func MaxW3xl added in v0.0.4

func MaxW3xl() ApplyProp

func MaxW3xs added in v0.0.4

func MaxW3xs() ApplyProp

func MaxW4xl added in v0.0.4

func MaxW4xl() ApplyProp

func MaxW5xl added in v0.0.4

func MaxW5xl() ApplyProp

func MaxW6xl added in v0.0.4

func MaxW6xl() ApplyProp

func MaxW7xl added in v0.0.4

func MaxW7xl() ApplyProp

func MaxWCustomProperty added in v0.0.4

func MaxWCustomProperty(customProperty string) ApplyProp

func MaxWDvh added in v0.0.4

func MaxWDvh() ApplyProp

func MaxWDvw added in v0.0.4

func MaxWDvw() ApplyProp

func MaxWFit added in v0.0.4

func MaxWFit() ApplyProp

func MaxWFraction added in v0.0.4

func MaxWFraction(fraction float32) ApplyProp

func MaxWFull added in v0.0.4

func MaxWFull() ApplyProp

func MaxWLg added in v0.0.4

func MaxWLg() ApplyProp

func MaxWLvh added in v0.0.4

func MaxWLvh() ApplyProp

func MaxWLvw added in v0.0.4

func MaxWLvw() ApplyProp

func MaxWMax added in v0.0.4

func MaxWMax() ApplyProp

func MaxWMd added in v0.0.4

func MaxWMd() ApplyProp

func MaxWMin added in v0.0.4

func MaxWMin() ApplyProp

func MaxWNone added in v0.0.4

func MaxWNone() ApplyProp

func MaxWPx added in v0.0.4

func MaxWPx() ApplyProp

func MaxWScreen added in v0.0.4

func MaxWScreen() ApplyProp

func MaxWSm added in v0.0.4

func MaxWSm() ApplyProp

func MaxWSvh added in v0.0.4

func MaxWSvh() ApplyProp

func MaxWSvw added in v0.0.4

func MaxWSvw() ApplyProp

func MaxWValue added in v0.0.4

func MaxWValue(value CustomValue) ApplyProp

func MaxWXl added in v0.0.4

func MaxWXl() ApplyProp

func MaxWXs added in v0.0.4

func MaxWXs() ApplyProp

func Mb added in v0.0.3

func Mb(number int) ApplyProp

func MbAuto added in v0.0.3

func MbAuto() ApplyProp

func MbCustomProperty added in v0.0.3

func MbCustomProperty(customProperty string) ApplyProp

func MbPx added in v0.0.3

func MbPx() ApplyProp

func MbValue added in v0.0.3

func MbValue(value CustomValue) ApplyProp

func Me added in v0.0.3

func Me(number int) ApplyProp

func MeAuto added in v0.0.3

func MeAuto() ApplyProp

func MeCustomProperty added in v0.0.3

func MeCustomProperty(customProperty string) ApplyProp

func MePx added in v0.0.3

func MePx() ApplyProp

func MeValue added in v0.0.3

func MeValue(value CustomValue) ApplyProp

func MinH added in v0.0.4

func MinH(number int) ApplyProp

func MinHAuto added in v0.0.4

func MinHAuto() ApplyProp

func MinHCustomProperty added in v0.0.4

func MinHCustomProperty(customProperty string) ApplyProp

func MinHDvh added in v0.0.4

func MinHDvh() ApplyProp

func MinHDvw added in v0.0.4

func MinHDvw() ApplyProp

func MinHFit added in v0.0.4

func MinHFit() ApplyProp

func MinHFraction added in v0.0.4

func MinHFraction(fraction float32) ApplyProp

func MinHFull added in v0.0.4

func MinHFull() ApplyProp

func MinHLh added in v0.0.4

func MinHLh() ApplyProp

func MinHLvh added in v0.0.4

func MinHLvh() ApplyProp

func MinHLvw added in v0.0.4

func MinHLvw() ApplyProp

func MinHMax added in v0.0.4

func MinHMax() ApplyProp

func MinHMin added in v0.0.4

func MinHMin() ApplyProp

func MinHPx added in v0.0.4

func MinHPx() ApplyProp

func MinHScreen added in v0.0.4

func MinHScreen() ApplyProp

func MinHSvh added in v0.0.4

func MinHSvh() ApplyProp

func MinHSvw added in v0.0.4

func MinHSvw() ApplyProp

func MinHValue added in v0.0.4

func MinHValue(value CustomValue) ApplyProp

func MinW added in v0.0.4

func MinW(number int) ApplyProp

func MinW2xl added in v0.0.4

func MinW2xl() ApplyProp

func MinW2xs added in v0.0.4

func MinW2xs() ApplyProp

func MinW3xl added in v0.0.4

func MinW3xl() ApplyProp

func MinW3xs added in v0.0.4

func MinW3xs() ApplyProp

func MinW4xl added in v0.0.4

func MinW4xl() ApplyProp

func MinW5xl added in v0.0.4

func MinW5xl() ApplyProp

func MinW6xl added in v0.0.4

func MinW6xl() ApplyProp

func MinW7xl added in v0.0.4

func MinW7xl() ApplyProp

func MinWAuto added in v0.0.4

func MinWAuto() ApplyProp

func MinWCustomProperty added in v0.0.4

func MinWCustomProperty(customProperty string) ApplyProp

func MinWDvh added in v0.0.4

func MinWDvh() ApplyProp

func MinWDvw added in v0.0.4

func MinWDvw() ApplyProp

func MinWFit added in v0.0.4

func MinWFit() ApplyProp

func MinWFraction added in v0.0.4

func MinWFraction(fraction float32) ApplyProp

func MinWFull added in v0.0.4

func MinWFull() ApplyProp

func MinWLg added in v0.0.4

func MinWLg() ApplyProp

func MinWLvh added in v0.0.4

func MinWLvh() ApplyProp

func MinWLvw added in v0.0.4

func MinWLvw() ApplyProp

func MinWMax added in v0.0.4

func MinWMax() ApplyProp

func MinWMd added in v0.0.4

func MinWMd() ApplyProp

func MinWMin added in v0.0.4

func MinWMin() ApplyProp

func MinWPx added in v0.0.4

func MinWPx() ApplyProp

func MinWScreen added in v0.0.4

func MinWScreen() ApplyProp

func MinWSm added in v0.0.4

func MinWSm() ApplyProp

func MinWSvh added in v0.0.4

func MinWSvh() ApplyProp

func MinWSvw added in v0.0.4

func MinWSvw() ApplyProp

func MinWValue added in v0.0.4

func MinWValue(value CustomValue) ApplyProp

func MinWXl added in v0.0.4

func MinWXl() ApplyProp

func MinWXs added in v0.0.4

func MinWXs() ApplyProp

func Ml added in v0.0.3

func Ml(number int) ApplyProp

func MlAuto added in v0.0.3

func MlAuto() ApplyProp

func MlCustomProperty added in v0.0.3

func MlCustomProperty(customProperty string) ApplyProp

func MlPx added in v0.0.3

func MlPx() ApplyProp

func MlValue added in v0.0.3

func MlValue(value CustomValue) ApplyProp

func Mr added in v0.0.3

func Mr(number int) ApplyProp

func MrAuto added in v0.0.3

func MrAuto() ApplyProp

func MrCustomProperty added in v0.0.3

func MrCustomProperty(customProperty string) ApplyProp

func MrPx added in v0.0.3

func MrPx() ApplyProp

func MrValue added in v0.0.3

func MrValue(value CustomValue) ApplyProp

func Ms added in v0.0.3

func Ms(number int) ApplyProp

func MsAuto added in v0.0.3

func MsAuto() ApplyProp

func MsCustomProperty added in v0.0.3

func MsCustomProperty(customProperty string) ApplyProp

func MsPx added in v0.0.3

func MsPx() ApplyProp

func MsValue added in v0.0.3

func MsValue(value CustomValue) ApplyProp

func Mt added in v0.0.3

func Mt(number int) ApplyProp

func MtAuto added in v0.0.3

func MtAuto() ApplyProp

func MtCustomProperty added in v0.0.3

func MtCustomProperty(customProperty string) ApplyProp

func MtPx added in v0.0.3

func MtPx() ApplyProp

func MtValue added in v0.0.3

func MtValue(value CustomValue) ApplyProp

func Mx added in v0.0.3

func Mx(number int) ApplyProp

func MxAuto added in v0.0.3

func MxAuto() ApplyProp

func MxCustomProperty added in v0.0.3

func MxCustomProperty(customProperty string) ApplyProp

func MxPx added in v0.0.3

func MxPx() ApplyProp

func MxValue added in v0.0.3

func MxValue(value CustomValue) ApplyProp

func My added in v0.0.3

func My(number int) ApplyProp

func MyAuto added in v0.0.3

func MyAuto() ApplyProp

func MyCustomProperty added in v0.0.3

func MyCustomProperty(customProperty string) ApplyProp

func MyPx added in v0.0.3

func MyPx() ApplyProp

func MyValue added in v0.0.3

func MyValue(value CustomValue) 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 added in v0.0.3

func NegCol(number int) ApplyProp

func NegColEnd added in v0.0.3

func NegColEnd(number int) ApplyProp

func NegColStart added in v0.0.3

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 added in v0.0.4

func NegIndent(number int) ApplyProp

func NegIndentPx added in v0.0.4

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 added in v0.0.3

func NegM(number int) ApplyProp

func NegMPx added in v0.0.3

func NegMPx() ApplyProp

func NegMb added in v0.0.3

func NegMb(number int) ApplyProp

func NegMbPx added in v0.0.3

func NegMbPx() ApplyProp

func NegMe added in v0.0.3

func NegMe(number int) ApplyProp

func NegMePx added in v0.0.3

func NegMePx() ApplyProp

func NegMl added in v0.0.3

func NegMl(number int) ApplyProp

func NegMlPx added in v0.0.3

func NegMlPx() ApplyProp

func NegMr added in v0.0.3

func NegMr(number int) ApplyProp

func NegMrPx added in v0.0.3

func NegMrPx() ApplyProp

func NegMs added in v0.0.3

func NegMs(number int) ApplyProp

func NegMsPx added in v0.0.3

func NegMsPx() ApplyProp

func NegMt added in v0.0.3

func NegMt(number int) ApplyProp

func NegMtPx added in v0.0.3

func NegMtPx() ApplyProp

func NegMx added in v0.0.3

func NegMx(number int) ApplyProp

func NegMxPx added in v0.0.3

func NegMxPx() ApplyProp

func NegMy added in v0.0.3

func NegMy(number int) ApplyProp

func NegMyPx added in v0.0.3

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 added in v0.0.3

func NegRow(number int) ApplyProp

func NegRowEnd added in v0.0.3

func NegRowEnd(number int) ApplyProp

func NegRowStart added in v0.0.3

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 NegUnderlineOffset added in v0.0.4

func NegUnderlineOffset(number int) ApplyProp

func NoUnderline added in v0.0.4

func NoUnderline() ApplyProp

func NormalCase added in v0.0.4

func NormalCase() ApplyProp

func NormalNums added in v0.0.4

func NormalNums() ApplyProp

func NotItalic added in v0.0.4

func NotItalic() ApplyProp

func NotSrOnly

func NotSrOnly() ApplyProp

func ObjectBottom

func ObjectBottom() ApplyProp

func ObjectBottomLeft

func ObjectBottomLeft() ApplyProp

func ObjectBottomRight

func ObjectBottomRight() ApplyProp

func ObjectCenter

func ObjectCenter() ApplyProp

func ObjectContain

func ObjectContain() ApplyProp

func ObjectCover

func ObjectCover() ApplyProp

func ObjectCustomProperty

func ObjectCustomProperty(propertyName string) 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 ObjectValue

func ObjectValue(value CustomValue) ApplyProp

func OldStyleNums added in v0.0.4

func OldStyleNums() ApplyProp

func Order

func Order(number int) ApplyProp

func OrderCustomProperty

func OrderCustomProperty(customProperty string) ApplyProp

func OrderFirst

func OrderFirst() ApplyProp

func OrderLast

func OrderLast() ApplyProp

func OrderValue

func OrderValue(value CustomValue) ApplyProp

func Ordinal added in v0.0.4

func Ordinal() 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 added in v0.0.4

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 added in v0.0.3

func P(number int) ApplyProp

func PCustomProperty added in v0.0.3

func PCustomProperty(customProperty string) ApplyProp

func PPx added in v0.0.3

func PPx(number int) ApplyProp

func PValue added in v0.0.3

func PValue(value CustomValue) ApplyProp

func Pb added in v0.0.3

func Pb(number int) ApplyProp

func PbCustomProperty added in v0.0.3

func PbCustomProperty(customProperty string) ApplyProp

func PbPx added in v0.0.3

func PbPx(number int) ApplyProp

func PbValue added in v0.0.3

func PbValue(value CustomValue) ApplyProp

func Pe added in v0.0.3

func Pe(number int) ApplyProp

func PeCustomProperty added in v0.0.3

func PeCustomProperty(customProperty string) ApplyProp

func PePx added in v0.0.3

func PePx(number int) ApplyProp

func PeValue added in v0.0.3

func PeValue(value CustomValue) ApplyProp

func Pl added in v0.0.3

func Pl(number int) ApplyProp

func PlCustomProperty added in v0.0.3

func PlCustomProperty(customProperty string) ApplyProp

func PlPx added in v0.0.3

func PlPx(number int) ApplyProp

func PlValue added in v0.0.3

func PlValue(value CustomValue) 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 Pr added in v0.0.3

func Pr(number int) ApplyProp

func PrCustomProperty added in v0.0.3

func PrCustomProperty(customProperty string) ApplyProp

func PrPx added in v0.0.3

func PrPx(number int) ApplyProp

func PrValue added in v0.0.3

func PrValue(value CustomValue) ApplyProp

func ProportionalNums added in v0.0.4

func ProportionalNums() ApplyProp

func Ps added in v0.0.3

func Ps(number int) ApplyProp

func PsCustomProperty added in v0.0.3

func PsCustomProperty(customProperty string) ApplyProp

func PsPx added in v0.0.3

func PsPx(number int) ApplyProp

func PsValue added in v0.0.3

func PsValue(value CustomValue) ApplyProp

func Pt added in v0.0.3

func Pt(number int) ApplyProp

func PtCustomProperty added in v0.0.3

func PtCustomProperty(customProperty string) ApplyProp

func PtPx added in v0.0.3

func PtPx(number int) ApplyProp

func PtValue added in v0.0.3

func PtValue(value CustomValue) ApplyProp

func Px added in v0.0.3

func Px(number int) ApplyProp

func PxCustomProperty added in v0.0.3

func PxCustomProperty(customProperty string) ApplyProp

func PxPx added in v0.0.3

func PxPx(number int) ApplyProp

func PxValue added in v0.0.3

func PxValue(value CustomValue) ApplyProp

func Py added in v0.0.3

func Py(number int) ApplyProp

func PyCustomProperty added in v0.0.3

func PyCustomProperty(customProperty string) ApplyProp

func PyPx added in v0.0.3

func PyPx(number int) ApplyProp

func PyValue added in v0.0.3

func PyValue(value CustomValue) ApplyProp

func Relative

func Relative() ApplyProp
func Right(number int) ApplyProp

func RightAuto

func RightAuto() ApplyProp

func RightCustomProperty

func RightCustomProperty(customProperty string) ApplyProp

func RightFraction

func RightFraction(fraction float64) ApplyProp

func RightFull

func RightFull() ApplyProp

func RightPx

func RightPx() ApplyProp

func RightValue

func RightValue(value CustomValue) ApplyProp

func Row added in v0.0.3

func Row(number int) ApplyProp

func RowAuto added in v0.0.3

func RowAuto() ApplyProp

func RowCustomProperty added in v0.0.3

func RowCustomProperty(customProperty string) ApplyProp

func RowEnd added in v0.0.3

func RowEnd(number int) ApplyProp

func RowEndAuto added in v0.0.3

func RowEndAuto() ApplyProp

func RowEndCustomProperty added in v0.0.3

func RowEndCustomProperty(customProperty string) ApplyProp

func RowEndValue added in v0.0.3

func RowEndValue(value CustomValue) ApplyProp

func RowSpan added in v0.0.3

func RowSpan(number int) ApplyProp

func RowSpanCustomProperty added in v0.0.3

func RowSpanCustomProperty(customProperty string) ApplyProp

func RowSpanFull added in v0.0.3

func RowSpanFull() ApplyProp

func RowSpanValue added in v0.0.3

func RowSpanValue(value CustomValue) ApplyProp

func RowStart added in v0.0.3

func RowStart(number int) ApplyProp

func RowStartAuto added in v0.0.3

func RowStartAuto() ApplyProp

func RowStartCustomProperty added in v0.0.3

func RowStartCustomProperty(customProperty string) ApplyProp

func RowStartValue added in v0.0.3

func RowStartValue(value CustomValue) ApplyProp

func RowValue added in v0.0.3

func RowValue(value CustomValue) 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 Shrink

func Shrink() ApplyProp

func ShrinkCustomProperty

func ShrinkCustomProperty(customProperty string) ApplyProp

func ShrinkNumber

func ShrinkNumber(number int) ApplyProp

func ShrinkValue

func ShrinkValue(value CustomValue) ApplyProp

func Size added in v0.0.4

func Size(number int) ApplyProp

func SizeAuto added in v0.0.4

func SizeAuto() ApplyProp

func SizeCustomProperty added in v0.0.4

func SizeCustomProperty(customProperty string) ApplyProp

func SizeDvh added in v0.0.4

func SizeDvh() ApplyProp

func SizeDvw added in v0.0.4

func SizeDvw() ApplyProp

func SizeFit added in v0.0.4

func SizeFit() ApplyProp

func SizeFraction added in v0.0.4

func SizeFraction(fraction float32) ApplyProp

func SizeLvh added in v0.0.4

func SizeLvh() ApplyProp

func SizeLvw added in v0.0.4

func SizeLvw() ApplyProp

func SizeMax added in v0.0.4

func SizeMax() ApplyProp

func SizeMin added in v0.0.4

func SizeMin() ApplyProp

func SizePx added in v0.0.4

func SizePx() ApplyProp

func SizeSvh added in v0.0.4

func SizeSvh() ApplyProp

func SizeSvw added in v0.0.4

func SizeSvw() ApplyProp

func SizeValue added in v0.0.4

func SizeValue(value CustomValue) ApplyProp

func SlashedZero added in v0.0.4

func SlashedZero() ApplyProp

func SrOnly

func SrOnly() ApplyProp

func StackedFractions added in v0.0.4

func StackedFractions() ApplyProp

func Start

func Start(number int) ApplyProp

func StartAuto

func StartAuto() ApplyProp

func StartCustomProperty

func StartCustomProperty(customProperty string) ApplyProp

func StartFraction

func StartFraction(fraction float64) ApplyProp

func StartFull

func StartFull() ApplyProp

func StartPx

func StartPx() ApplyProp

func StartValue

func StartValue(value CustomValue) ApplyProp

func Static

func Static() ApplyProp

func Sticky

func Sticky() ApplyProp

func SubPixelAntialiazed added in v0.0.4

func SubPixelAntialiazed() ApplyProp

func Table

func Table() ApplyProp

func TableCaption

func TableCaption() ApplyProp

func TableCell

func TableCell() ApplyProp

func TableColumn

func TableColumn() ApplyProp

func TableColumnGroup

func TableColumnGroup() ApplyProp

func TableFooterGroup

func TableFooterGroup() ApplyProp

func TableHeaderGroup

func TableHeaderGroup() ApplyProp

func TableRow

func TableRow() ApplyProp

func TableRowGroup

func TableRowGroup() ApplyProp

func TabularNums added in v0.0.4

func TabularNums() ApplyProp

func Text2xl added in v0.0.4

func Text2xl(lineHeights ...any) ApplyProp

func Text3xl added in v0.0.4

func Text3xl(lineHeights ...any) ApplyProp

func Text4xl added in v0.0.4

func Text4xl(lineHeights ...any) ApplyProp

func Text5xl added in v0.0.4

func Text5xl(lineHeights ...any) ApplyProp

func Text6xl added in v0.0.4

func Text6xl(lineHeights ...any) ApplyProp

func Text7xl added in v0.0.4

func Text7xl(lineHeights ...any) ApplyProp

func Text8xl added in v0.0.4

func Text8xl(lineHeights ...any) ApplyProp

func Text9xl added in v0.0.4

func Text9xl(lineHeights ...any) ApplyProp

func TextAmber added in v0.0.4

func TextAmber(scale int) ApplyProp

func TextBalance added in v0.0.4

func TextBalance() ApplyProp

func TextBase added in v0.0.4

func TextBase(lineHeights ...any) ApplyProp

func TextBlack added in v0.0.4

func TextBlack() ApplyProp

func TextBlue added in v0.0.4

func TextBlue(scale int) ApplyProp

func TextCenter added in v0.0.4

func TextCenter() ApplyProp

func TextClip added in v0.0.4

func TextClip() ApplyProp

func TextColorCustomProperty added in v0.0.4

func TextColorCustomProperty(customProperty string) ApplyProp

func TextColorValue added in v0.0.4

func TextColorValue(value CustomValue) ApplyProp

func TextCurrent added in v0.0.4

func TextCurrent() ApplyProp

func TextCustomProperty added in v0.0.4

func TextCustomProperty(customProperty string) ApplyProp

func TextCyan added in v0.0.4

func TextCyan(scale int) ApplyProp

func TextEllipsis added in v0.0.4

func TextEllipsis() ApplyProp

func TextEmerald added in v0.0.4

func TextEmerald(scale int) ApplyProp

func TextEnd added in v0.0.4

func TextEnd() ApplyProp

func TextFuchsia added in v0.0.4

func TextFuchsia(scale int) ApplyProp

func TextGray added in v0.0.4

func TextGray(scale int) ApplyProp

func TextGreen added in v0.0.4

func TextGreen(scale int) ApplyProp

func TextIndigo added in v0.0.4

func TextIndigo(scale int) ApplyProp

func TextInherit added in v0.0.4

func TextInherit() ApplyProp

func TextJustify added in v0.0.4

func TextJustify() ApplyProp

func TextLeft added in v0.0.4

func TextLeft() ApplyProp

func TextLg added in v0.0.4

func TextLg(lineHeights ...any) ApplyProp

func TextLime added in v0.0.4

func TextLime(scale int) ApplyProp

func TextNeutral added in v0.0.4

func TextNeutral(scale int) ApplyProp

func TextNoWrap added in v0.0.4

func TextNoWrap() ApplyProp

func TextOrange added in v0.0.4

func TextOrange(scale int) ApplyProp

func TextPink added in v0.0.4

func TextPink(scale int) ApplyProp

func TextPretty added in v0.0.4

func TextPretty() ApplyProp

func TextPurple added in v0.0.4

func TextPurple(scale int) ApplyProp

func TextRed added in v0.0.4

func TextRed(scale int) ApplyProp

func TextRight added in v0.0.4

func TextRight() ApplyProp

func TextRose added in v0.0.4

func TextRose(scale int) ApplyProp

func TextSky added in v0.0.4

func TextSky(scale int) ApplyProp

func TextSlate added in v0.0.4

func TextSlate(scale int) ApplyProp

func TextSm added in v0.0.4

func TextSm(lineHeights ...any) ApplyProp

func TextStart added in v0.0.4

func TextStart() ApplyProp

func TextStone added in v0.0.4

func TextStone(scale int) ApplyProp

func TextTeal added in v0.0.4

func TextTeal(scale int) ApplyProp

func TextTransparent added in v0.0.4

func TextTransparent() ApplyProp

func TextValue added in v0.0.4

func TextValue(value CustomValue) ApplyProp

func TextViolet added in v0.0.4

func TextViolet(scale int) ApplyProp

func TextWhite added in v0.0.4

func TextWhite() ApplyProp

func TextWrap added in v0.0.4

func TextWrap() ApplyProp

func TextXl added in v0.0.4

func TextXl(lineHeights ...any) ApplyProp

func TextXs added in v0.0.4

func TextXs(lineHeights ...any) ApplyProp

func TextYellow added in v0.0.4

func TextYellow(scale int) ApplyProp

func TextZinc added in v0.0.4

func TextZinc(scale int) ApplyProp

func Top

func Top(number int) ApplyProp

func TopAuto

func TopAuto() ApplyProp

func TopCustomProperty

func TopCustomProperty(customProperty string) ApplyProp

func TopFraction

func TopFraction(fraction float64) ApplyProp

func TopFull

func TopFull() ApplyProp

func TopPx

func TopPx() ApplyProp

func TopValue

func TopValue(value CustomValue) ApplyProp

func TrackingCustomProperty added in v0.0.4

func TrackingCustomProperty(customProperty string) ApplyProp

func TrackingNormal added in v0.0.4

func TrackingNormal() ApplyProp

func TrackingTight added in v0.0.4

func TrackingTight() ApplyProp

func TrackingTighter added in v0.0.4

func TrackingTighter() ApplyProp

func TrackingValue added in v0.0.4

func TrackingValue(value CustomValue) ApplyProp

func TrackingWide added in v0.0.4

func TrackingWide() ApplyProp

func TrackingWider added in v0.0.4

func TrackingWider() ApplyProp

func TrackingWidest added in v0.0.4

func TrackingWidest() ApplyProp

func Truncate added in v0.0.4

func Truncate() ApplyProp

func Underline added in v0.0.4

func Underline() ApplyProp

func UnderlineOffset added in v0.0.4

func UnderlineOffset(number int) ApplyProp

func UnderlineOffsetAuto added in v0.0.4

func UnderlineOffsetAuto() ApplyProp

func UnderlineOffsetCustomProperty added in v0.0.4

func UnderlineOffsetCustomProperty(customProperty string) ApplyProp

func UnderlineOffsetValue added in v0.0.4

func UnderlineOffsetValue(value CustomValue) ApplyProp

func Uppercase added in v0.0.4

func Uppercase() ApplyProp

func Visible

func Visible() ApplyProp

func W added in v0.0.4

func W(number int) ApplyProp

func W2xl added in v0.0.4

func W2xl() ApplyProp

func W2xs added in v0.0.4

func W2xs() ApplyProp

func W3xl added in v0.0.4

func W3xl() ApplyProp

func W3xs added in v0.0.4

func W3xs() ApplyProp

func W4xl added in v0.0.4

func W4xl() ApplyProp

func W5xl added in v0.0.4

func W5xl() ApplyProp

func W6xl added in v0.0.4

func W6xl() ApplyProp

func W7xl added in v0.0.4

func W7xl() ApplyProp

func WAuto added in v0.0.4

func WAuto() ApplyProp

func WCustomProperty added in v0.0.4

func WCustomProperty(customProperty string) ApplyProp

func WDvh added in v0.0.4

func WDvh() ApplyProp

func WDvw added in v0.0.4

func WDvw() ApplyProp

func WFit added in v0.0.4

func WFit() ApplyProp

func WFraction added in v0.0.4

func WFraction(fraction float32) ApplyProp

func WFull added in v0.0.4

func WFull() ApplyProp

func WLg added in v0.0.4

func WLg() ApplyProp

func WLvh added in v0.0.4

func WLvh() ApplyProp

func WLvw added in v0.0.4

func WLvw() ApplyProp

func WMax added in v0.0.4

func WMax() ApplyProp

func WMd added in v0.0.4

func WMd() ApplyProp

func WMin added in v0.0.4

func WMin() ApplyProp

func WPx added in v0.0.4

func WPx() ApplyProp

func WScreen added in v0.0.4

func WScreen() ApplyProp

func WSm added in v0.0.4

func WSm() ApplyProp

func WSvh added in v0.0.4

func WSvh() ApplyProp

func WSvw added in v0.0.4

func WSvw() ApplyProp

func WValue added in v0.0.4

func WValue(value CustomValue) ApplyProp

func WXl added in v0.0.4

func WXl() ApplyProp

func WXs added in v0.0.4

func WXs() ApplyProp

func WhitespaceBreakSpaces added in v0.0.4

func WhitespaceBreakSpaces() ApplyProp

func WhitespaceNormal added in v0.0.4

func WhitespaceNormal() ApplyProp

func WhitespaceNowrap added in v0.0.4

func WhitespaceNowrap() ApplyProp

func WhitespacePre added in v0.0.4

func WhitespacePre() ApplyProp

func WhitespacePreLine added in v0.0.4

func WhitespacePreLine() ApplyProp

func WhitespacePreWrap added in v0.0.4

func WhitespacePreWrap() ApplyProp

func WrapAnywhere added in v0.0.4

func WrapAnywhere() ApplyProp

func WrapBreakWord added in v0.0.4

func WrapBreakWord() ApplyProp

func WrapNormal added in v0.0.4

func WrapNormal() ApplyProp

func Z

func Z(index int) ApplyProp

func ZAuto

func ZAuto() ApplyProp

func ZCustomProperty

func ZCustomProperty(customProperty string) ApplyProp

func ZValue

func ZValue(value CustomValue) ApplyProp

type CustomValue added in v0.0.4

type CustomValue interface {
	String() string
}

type Prop

type Prop string

type Props

type Props map[Prop]string

Jump to

Keyboard shortcuts

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