[@johanneslumpe/styled-props](../README.md) > ["utils/transforms/scale"](../modules/_utils_transforms_scale_.md) > [ScaleProps](../interfaces/_utils_transforms_scale_.scaleprops.md)

# Interface: ScaleProps

## Type parameters
#### T 
## Hierarchy

**ScaleProps**

## Index

### Properties

* [style$Scale](_utils_transforms_scale_.scaleprops.md#style_scale)

---

## Properties

<a id="style_scale"></a>

###  style$Scale

**● style$Scale**: *`T`*

*Defined in [utils/transforms/scale.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/transforms/scale.ts#L12)*

The **`scale`** CSS property allows you to specify scale transforms individually and independantly of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/scale](https://developer.mozilla.org/docs/Web/CSS/scale)

___

