Utilities

The SCSS utilities to simplify the code.

Functions

The custom SCSS functions to simplify the code.

color-code($color)

Returns the code of the color to inject it in an svg background.

For example: color-code(#001122) returns "001122".

Parameters:

Mixins

The custom SCSS mixins to simplify the code.

Creates a background image for the search input.

Parameters:

background-select($color)

Creates a background image for the select input.

Parameters:

background-checkbox($color)

Creates a background image for the checkbox input.

Parameters:

background-checkbox-checked($color)

Creates a background image for the checked checkbox input.

Parameters:

background-radio($color)

Creates a background image for the radio input.

Parameters:

background-radio-checked($color)

Creates a background image for the checked radio input.

Parameters: