SkillAgentSearch skills...

Thenewdefaults

Sass replacement for the standard CSS named color system

Install / Use

/learn @dudleystorey/Thenewdefaults
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

The New Defaults: A Sass Color Thesaurus

A Sass replacement for the standard CSS named color system. Provides more visually appealing hues for many CSS keywords; adds new colors with more relevant and easily remembered names. Inspired by Ingrid Sundberg’s color thesaurus and the work of Adam Morse.

To use

Include _color-map.scss and _color-generator.scss in your project:

@import 'maps/_color-map.scss';
@import 'functions/_color-generator.scss';

Use any of the named colors in your Sass:

body { background: color(sky); }

A complete visual guide to The New Defaults is available on Github Pages.

Related Skills

View on GitHub
GitHub Stars144
CategoryDevelopment
Updated1y ago
Forks15

Languages

CSS

Security Score

65/100

Audited on Sep 17, 2024

No findings