scss-colors

1.0.1 • Public • Published

scss-colors

Find all color variables defined within SCSS files.

Example

> console.log(scssColors('$color1:red;$color2: blue;$color3: #000;$size:1px;'))
{ color1: '#FF0000', color2: '#0000FF', color3: '#000000' }

Readme

Keywords

none

Package Sidebar

Install

npm i scss-colors

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

3.73 kB

Total Files

6

Last publish

Collaborators

  • roguh