Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 9d23b12

Browse files
author
Josh Hughes
committed
Merge branch 'add-xx-light-blue'
2 parents c7ed7c1 + c4fa73c commit 9d23b12

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

_utility-values.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ $color--fa-amber--dark: adjust_hue(lighten($color--fa-amber, 0.5), 354);
5252
$color--fa-blue--dark: adjust_hue(darken($color--fa-blue, 3.5), 2);
5353
$color--fa-blue--x-dark: adjust_hue(darken($color--fa-blue, 8.5), 2);
5454
$color--fa-blue--xx-dark: adjust_hue(darken($color--fa-blue, 15), 2);
55-
$color--fa-blue--x-light: desaturate(lighten($color--fa-blue, 59), 50);
55+
$color--fa-blue--x-light: desaturate(lighten($color--fa-blue, 55), 50);
56+
$color--fa-blue--xx-light: desaturate(lighten($color--fa-blue, 59), 50);
5657
$color--fa-green--dark: adjust_hue(saturate(darken($color--fa-green, 7), 1), 0);
5758
$color--fa-green--text: adjust_hue(saturate(darken($color--fa-green, 10), 0), 0);
5859
$color--fa-green--x-light: desaturate(lighten($color--fa-green, 36), 10);

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fa-css-utilities",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"homepage": "https://github.com/fac/fa-css-utilities",
55
"authors": [
66
"Robbie Manson <robbie@robbiemanson.com>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fa-css-utilities",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "CSS utilities for using and managing FreeAgent design properties consistently",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)