Jump To:

  1. Variables
    1. $config
  2. Mixins
    1. set()
    2. styles()
  3. Functions
    1. get()

Horizontal-rule

Variables

$config

Variable Type: Map

Module Settings

$config: (
  "margin": 1em,
  "min-height": 1em,
);
File Information
  • File: _horizontal-rule.scss
  • Group: horizontal-rule
  • Type: variable
  • Lines (comments): 9-12
  • Lines (code): 14-17

Map Properties

Name Type Default Description
min-height Dimension 1em Min height for rule.
margin Dimension 1em Top and bottom margin for rule.

Mixins

set()

Mixin

Change modules $config

File Information
  • File: _horizontal-rule.scss
  • Group: horizontal-rule
  • Type: mixin
  • Lines (comments): 19-22
  • Lines (code): 24-26

Examples

@include ulu.component-horizontal-rule-set(( "property" : value ));

Parameters

Name Type Description
$changes Map Map of changes

Require

styles()

Mixin

Prints adaptive spacing component styles

File Information
  • File: _horizontal-rule.scss
  • Group: horizontal-rule
  • Type: mixin
  • Lines (comments): 37-39
  • Lines (code): 41-51

Examples

@include ulu.component-horizontal-styles();

Require

Functions

get()

Function

Get a config option

File Information
  • File: _horizontal-rule.scss
  • Group: horizontal-rule
  • Type: function
  • Lines (comments): 28-31
  • Lines (code): 33-35

Examples

@include ulu.component-horizontal-rule-get("property");

Parameters

Name Type Description
$name Map Name of property

Require