0.0
No commit activity in last 3 years
No release in over 3 years
A full range of Pantone values made into easy-to-use SASS variables.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

>= 3.1.1
>= 3.1.1
 Project Readme

SASS Pantones

SASS Pantones is a gem that gives you easy-to-remember SASS variables for all the Pantone values available in the Pantone CMYK bridge.

Naming Conventions:

The syntax is pretty simple. Try $pantone- and append the number of the colour you're looking for:

$pantone-250;
$pantone-5875;
$pantone-process-black;

How to Install

If you're using Rails then just add gem "sass-pantones" to your gemfile, and then use the bundle command.

Then in your SCSS file import the file:

/* app/assets/stylesheets/application.css.scss */
@import "sass-pantones";
@import "other-file-that-will-use-it";

License

SASS Pantones is free to use as you like under the MIT license.