sass-encodeuricomponent

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i sass-encodeuricomponent

Weekly Downloads

14

Version

1.0.2

License

ISC

Unpacked Size

1.4 kB

Total Files

3

Last publish

Collaborators

  • jeremiahblanch