DEV Community

Discussion on: Write CSS variables faster in SCSS

Collapse
 
meduzen profile image
Mehdi M.

Hello everyone,

I turned this function into a small NPM package:

  1. npm install v.scss pulls the package into your project.
  2. @import '~v.scss'; in a SCSS files makes v() available.