@citizensadvice/links

1.0.3 • Public • Published

Links npm (scoped)

Default styling for anchor elements to allow users to go from one page to another. This class can also be used elements that visually resemble a link.

Examples

.a {
  border-bottom: 1px solid currentColor;
  color: #004b88;
  text-decoration: none;
}

.a:hover {
  background-color: #caeaff;
}

.a:focus {
  outline: 0.125rem solid #fcbb69;
}

Installation

$ npm install @citizensadvice/links

now import into your stylesheet...

@import '@citizensadvice/links/index.scss';

You can also make use of the unpkg service, try adding the link below to the head of your HTML file

<link src="https://unpkg.com/@citizensadvice/links@latest/build/links.css" />

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @citizensadvice/links

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.44 kB

    Total Files

    6

    Last publish

    Collaborators

    • cnorthwoodcita
    • seymourski
    • marianayovcheva
    • mrdaniellewis
    • davidsauntson
    • davidrapson