Home Reference Source

References

commons

summary
public abstract

Concatanate all the arguments, comma-separated

public abstract

Concatanate all the arguments, space-separated

mixins/animation

summary
public abstract

F animation(args: ...string): object

Take all the arguments and return an object with an animation property

public abstract

Take all the arguments and return an object with a animationTimingFunction property

public abstract

F cubicBezier(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F steps(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F transition(args: ...string): object

Take all the arguments and return an object with a transition property

public abstract

Take all the arguments and return an object with a transitionProperty property

public abstract

Take all the arguments and return an object with a transitionTimingFunction property

mixins/background

summary
public abstract

F background(args: ...string): object

Take all the arguments and return an object with a background property

public abstract

F conicGradient(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

Take all the arguments and return a string with the appropriate syntax

public abstract

Take all the arguments and return a string with the appropriate syntax

public abstract

Take all the arguments and return a string with the appropriate syntax

public abstract

Take all the arguments and return a string with the appropriate syntax

public abstract

F url(arg: string): string

Take the argument and return a string with the appropriate syntax

mixins/borders

summary
public abstract

F border(args: ...string): object

Take all the arguments and return an object with a border property

public abstract

F borderBottom(args: ...string): object

Take all the arguments and return an object with a borderBottom property

public abstract

F borderLeft(args: ...string): object

Take all the arguments and return an object with a borderLeft property

public abstract

F borderRadius(args: ...string): object

Take all the arguments and return an object with a borderRadius property

public abstract

F borderRight(args: ...string): object

Take all the arguments and return an object with a borderRight property

public abstract

F borderTop(args: ...string): object

Take all the arguments and return an object with a borderTop property

mixins/box-model

summary
public abstract

F margin(args: ...string): object

Take all the arguments and return an object with a margin property

public abstract

F padding(args: ...string): object

Take all the arguments and return an object with a padding property

mixins/filter

summary
public abstract

F blur(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F brightness(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F contrast(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F dropShadow(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F filter(args: ...string): object

Take all the arguments and return an object with a filter property - returns "none" value if no argument is given

public abstract

F grayscale(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F hueRotate(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F invert(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F opacity(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F saturate(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F sepia(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

mixins/flex

summary
public abstract

F flexbox(direction: string, mainAxis: string, secondaryAxis: string, wrap: string): object

Mixin to generate a flex box

public abstract

F flexcolumn(mainAxis: string, secondaryAxis: string, wrap: string): object

Mixin to generate a flex column

public abstract

F flexrow(mainAxis: string, secondaryAxis: string, wrap: string): object

Mixin to generate a flex row

public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public abstract

V flex(args: ...string): object: *

Take all the arguments and return an object with a flex property

mixins/position

summary
public abstract

F absolute(args: ...string): object

Mixin to generate a absolute positionned box

public abstract

F fixed(args: ...string): object

Mixin to generate a fixed positionned box

public abstract

F position(type: string, args: ...string): object

Mixin to generate a positionned box

public abstract

F relative(args: ...string): object

Mixin to generate a relative positionned box

public abstract

F sticky(args: ...string): object

Mixin to generate a sticky positionned box

public
public
public
public
public

mixins/size

summary
public abstract

F maxSize(width: string | number, height: string | number): object

Mixin to for maximal sizing (max-width/max-height)

public abstract

F minSize(width: string | number, height: string | number): object

Mixin to for minimal sizing (min-width/min-height)

public abstract

F size(width: string | number, height: string | number): object

Mixin to for sizing (width/height)

mixins/transform

summary
public abstract

F matrix(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F matrix3d(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F perspective(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F rotate(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F rotate3d(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F rotateX(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F rotateY(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F rotateZ(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F scale(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F scale3d(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F scaleX(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F scaleY(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F scaleZ(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F skew(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F skewX(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F skewY(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F transform(args: ...string): object

Take all the arguments and return an object with a transform property - returns "none" value if no argument is given

public abstract

Take all the arguments and return an object with a transformOrigin property

public abstract

F translate(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F translate3d(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F translateX(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F translateY(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F translateZ(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

utils/colors

summary
public abstract

F rgb(args: ...string | ...number): string

Take all the arguments and return a string with the rgb channels definition

public abstract

F rgba(args: ...string | ...number): string

Take all the arguments and return a string with the rgba channels definition

utils/important

summary
public abstract

F important(target: string | object): string | object

Take the given value and add !important to it

utils/media

summary
public abstract

F mq(query: string, props: object): object

Prepare a media query and returns it as an object

utils/units

summary
public abstract

F Hz(value: number): string

Return the value with the Hz suffix

public abstract

F Q(value: number): string

Return the value with the Q suffix

public abstract

F attr(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F calc(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F cap(value: number): string

Return the value with the cap suffix

public abstract

F ch(value: number): string

Return the value with the ch suffix

public abstract

F clamp(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F cm(value: number): string

Return the value with the cm suffix

public abstract

F deg(value: number): string

Return the value with the deg suffix

public abstract

F dpcm(value: number): string

Return the value with the dpcm suffix

public abstract

F dpi(value: number): string

Return the value with the dpi suffix

public abstract

F dppx(value: number): string

Return the value with the dppx suffix

public abstract

F em(value: number): string

Return the value with the em suffix

public abstract

F ex(value: number): string

Return the value with the ex suffix

public abstract

F fr(value: number): string

Return the value with the fr suffix

public abstract

F grad(value: number): string

Return the value with the grad suffix

public abstract

F ic(value: number): string

Return the value with the ic suffix

public abstract

F inch(value: number): string

Return the value with the in suffix

public abstract

F kHz(value: number): string

Return the value with the kHz suffix

public abstract

F lh(value: number): string

Return the value with the lh suffix

public abstract

F max(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F min(args: ...string): string

Take all the arguments and return a string with the appropriate syntax

public abstract

F mm(value: number): string

Return the value with the mm suffix

public abstract

F ms(value: number): string

Return the value with the ms suffix

public abstract

F pc(value: number): string

Return the value with the pc suffix

public abstract

F percent(value: number, withDecimal: boolean): string

Return the value with the percent suffix

public abstract

F pt(value: number): string

Return the value with the pt suffix

public abstract

F px(value: number): string

Return the value with the px suffix

public abstract

F rad(value: number): string

Return the value with the rad suffix

public abstract

F rem(value: number): string

Return the value with the rem suffix

public abstract

F rlh(value: number): string

Return the value with the rlh suffix

public abstract

F s(value: number): string

Return the value with the s suffix

public abstract

F turn(value: number): string

Return the value with the turn suffix

public abstract

F vb(value: number): string

Return the value with the vb suffix

public abstract

F vh(value: number): string

Return the value with the vh suffix

public abstract

F vi(value: number): string

Return the value with the vi suffix

public abstract

F vmax(value: number): string

Return the value with the vmax suffix

public abstract

F vmin(value: number): string

Return the value with the vmin suffix

public abstract

F vw(value: number): string

Return the value with the vw suffix