@m2collective/scss-function-strip-unit
v1.1.0
Published
A package for integrating the function of deleting units of measurement in a value.
Maintainers
Readme
SCSS Function Strip Unit
A package for integrating the function of deleting units of measurement in a value.
Installation
You can install the package automatically using NPM:
npm i @m2collective/scss-function-strip-unitUsage
To use the package, import it into your project:
@use "@m2collective/scss-function-strip-unit" as *;Changing the namespace
You can change the namespace during function import and use the function with a different namespace:
@use "@m2collective/scss-function-strip-unit" as function;License
The MIT License (MIT). Please see the License file for more information.
