Skip to content

Latest commit

 

History

History

strip

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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