val absolute : [> `absolute ]val relative : [> `relative ]val static : [> `static ]val sticky : [> `sticky ]val isolate : [> `isolate ]val horizontal : [> `horizontal ]val vertical : [> `vertical ]val smallCaps : [> `smallCaps ]val italic : [> `italic ]val oblique : [> `oblique ]val hidden : [> `hidden ]val visible : [> `visible ]val rgb : 'a -> 'b -> 'c -> [> `rgb of 'a * 'b * 'c ]val rgba : 'a -> 'b -> 'c -> 'd -> [> `rgba of 'a * 'b * 'c * 'd ]val hsl : 'a -> 'b -> 'c -> [> `hsl of 'a * 'b * 'c ]val hsla : 'a -> 'b -> 'c -> 'd -> [> `hsla of 'a * 'b * 'c * 'd ]val hex : 'a -> [> `hex of 'a ]val currentColor : [> `currentColor ]val transparent : [> `transparent ]val linear : [> `linear ]val easeIn : [> `easeIn ]val easeInOut : [> `easeInOut ]val easeOut : [> `easeOut ]val stepStart : [> `stepStart ]val stepEnd : [> `stepEnd ]val steps : 'a -> 'b -> [> `steps of 'a * 'b ]val cubicBezier :
'a ->
'b ->
'c ->
'd ->
[> `cubicBezier of 'a * 'b * 'c * 'd ]val marginBox : [> `marginBox ]val fillBox : [> `fillBox ]val strokeBox : [> `strokeBox ]val viewBox : [> `viewBox ]val translate : 'a -> 'b -> [> `translate of 'a * 'b ]val translate3d : 'a -> 'b -> 'c -> [> `translate3d of 'a * 'b * 'c ]val translateX : 'a -> [> `translateX of 'a ]val translateY : 'a -> [> `translateY of 'a ]val translateZ : 'a -> [> `translateZ of 'a ]val scaleX : 'a -> [> `scaleX of 'a ]val scaleY : 'a -> [> `scaleY of 'a ]val scaleZ : 'a -> [> `scaleZ of 'a ]val rotateX : 'a -> [> `rotateX of 'a ]val rotateY : 'a -> [> `rotateY of 'a ]val rotateZ : 'a -> [> `rotateZ of 'a ]val scale : 'a -> 'b -> [> `scale of 'a * 'b ]val scale3d : 'a -> 'b -> 'c -> [> `scale3d of 'a * 'b * 'c ]val skew : 'a -> 'b -> [> `skew of 'a * 'b ]val skewX : 'a -> [> `skewX of 'a ]val skewY : 'a -> [> `skewY of 'a ]val medium : [> `medium ]val semiBold : [> `semiBold ]val lighter : [> `lighter ]val bolder : [> `bolder ]val linearGradient : 'a -> 'b -> [> `linearGradient of 'a option * 'b ]val repeatingLinearGradient :
'a ->
'b ->
[> `repeatingLinearGradient of 'a option * 'b ]val conicGradient : 'a -> 'b -> [> `conicGradient of 'a option * 'b ]val areas : 'a -> [> `areas of 'a ]val ident : 'a -> [> `ident of 'a ]val numIdent : 'a -> 'b -> [> `numIdent of 'a * 'b ]val pointer : [> `pointer ]val progress : [> `progress ]val crosshair : [> `crosshair ]val verticalText : [> `verticalText ]val noDrop : [> `noDrop ]val notAllowed : [> `notAllowed ]val grabbing : [> `grabbing ]val colResize : [> `colResize ]val rowResize : [> `rowResize ]val nResize : [> `nResize ]val eResize : [> `eResize ]val sResize : [> `sResize ]val wResize : [> `wResize ]val neResize : [> `neResize ]val nwResize : [> `nwResize ]val seResize : [> `seResize ]val swResize : [> `swResize ]val ewResize : [> `ewResize ]val nsResize : [> `nsResize ]val neswResize : [> `neswResize ]val nwseResize : [> `nwseResize ]val zoomIn : [> `zoomIn ]val zoomOut : [> `zoomOut ]val vw : 'a -> [> `vw of 'a ]val fr : 'a -> [> `fr of 'a ]module Calc : sig ... endval size : 'a -> 'b -> [> `size of 'a * 'b ]val backwards : [> `backwards ]val baseline : [> `baseline ]val borderBox : [> `borderBox ]val center : [> `center ]val column : [> `column ]val columnReverse : [> `columnReverse ]val contain : [> `contain ]val contentBox : [> `contentBox ]val count : 'a -> [> `count of 'a ]val dashed : [> `dashed ]val dotted : [> `dotted ]val inlineGrid : [> `inlineGrid ]val flexEnd : [> `flexEnd ]val flexStart : [> `flexStart ]val forwards : [> `forwards ]val infinite : [> `infinite ]val inline : [> `inline ]val contents : [> `contents ]val inlineBlock : [> `inlineBlock ]val inlineFlex : [> `inlineFlex ]val inlineTable : [> `inlineTable ]val listItem : [> `listItem ]val tableCaption : [> `tableCaption ]val tableColumnGroup : [> `tableColumnGroup ]val tableRowGroup : [> `tableRowGroup ]val tableCell : [> `tableCell ]val tableColumn : [> `tableColumn ]val tableRow : [> `tableRow ]val localUrl : 'a -> [> `localUrl of 'a ]val noRepeat : [> `noRepeat ]val nowrap : [> `nowrap ]val paddingBox : [> `paddingBox ]val paused : [> `paused ]val repeat : [> `repeat ]val minmax : [> `minmax ]val repeatX : [> `repeatX ]val repeatY : [> `repeatY ]val rotate : 'a -> [> `rotate of 'a ]val rotate3d : 'a -> 'b -> 'c -> 'd -> [> `rotate3d of 'a * 'b * 'c * 'd ]val rowReverse : [> `rowReverse ]val running : [> `running ]val spaceAround : [> `spaceAround ]val spaceBetween : [> `spaceBetween ]val spaceEvenly : [> `spaceEvenly ]val stretch : [> `stretch ]val url : 'a -> [> `url of 'a ]val wrapReverse : [> `wrapReverse ]val inside : [> `inside ]val outside : [> `outside ]val underline : [> `underline ]val overline : [> `overline ]val lineThrough : [> `lineThrough ]val ellipsis : [> `ellipsis ]val double : [> `double ]val uppercase : [> `uppercase ]val lowercase : [> `lowercase ]val capitalize : [> `capitalize ]val textTop : [> `textTop ]val textBottom : [> `textBottom ]val middle : [> `middle ]val normal : [> `normal ]val breakAll : [> `breakAll ]val keepAll : [> `keepAll ]val breakWord : [> `breakWord ]val reverse : [> `reverse ]val alternate : [> `alternate ]val alternateReverse : [> `alternateReverse ]val maxContent : [> `maxContent ]val minContent : [> `minContent ]val fitContent : [> `fitContent ]val square : [> `square ]val panLeft : [> `panLeft ]val panRight : [> `panRight ]val panDown : [> `panDown ]val pinchZoom : [> `pinchZoom ]val manipulation : [> `manipulation ]