1.0.2 • Published 1 year ago

sass-encodeuricomponent v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

sass-encodeuricomponent

Encode strings within SASS/SCSS like with Javascript's encodeURIComponent(). Useful for encoding hex colors to put urls like

url("data:image/svg+xml,%3csvg fill='%23ffffff' ...

Use like this:

@use "sass-encodeuricomponent" as *

$encodedWhite: encodeURIComponent(#ffffff);

@debug $encodedWhite;
// will print %23ffffff
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago