Using a Package Manager

Package managers like npm and yarn are probably familiar tools for you and your team. With them, you can easily upgrade to newer versions of socialColors when they are released.

What’s in the socialColors package?

The socialColors Package contains the following directories and files:

Files & Folders

What they are

Where you should start

/css

Stylesheets for your colors

socialcolors.css

/scss

Sass pre-processor

socialcolors.scss

Installing socialColors

You can easily install the latest version of socialColors via npm or yarn:

npm i socialcolors
yarn add socialcolors

Last updated