elr-scss-lists

0.0.5 • Public • Published

elr-scss-lists

License: MIT npm

a library of sass mixins

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install elr-scss-lists --save
yarn add elr-scss-lists
.unstyled-list {
  @include elr-unstyled-list;
}
.border-list {
  @include elr-border-list(
    $config: (
      border-color: #333,
    )
  );
}
.inline-list {
  @include elr-inline-list;
}
.bullet-list {
  @include elr-bullet-list(
    $config: (
      icon: "\2705",
      icon-font-size: 70%,
    )
  );
}
.icon-list {
  @include elr-icon-list(
    $config: (
      icon-color: #1976d2,
      icon-font-size: 70%,
    )
  );
}

License

SEE LICENSE IN LICENSE.md

Package Sidebar

Install

npm i elr-scss-lists

Weekly Downloads

2

Version

0.0.5

License

SEE LICENSE IN LICENSE.md

Unpacked Size

17.3 kB

Total Files

8

Last publish

Collaborators

  • beth_rogers465