Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 426 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 426 Bytes

String

The utilities for manage string.

Usage

@use "@unsass/utilities/strip";

API

Sass functions

Function Description
unit Return value without the unit.

Strip unit value with strip.unit()

The following Sass will produce:

@use "@sass-collective/strip-unit";

$value: strip.unit(100px);
// 100