1.0.3 • Published 5 years ago

@citizensadvice/overflow v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Overflow npm (scoped)

Defines how overflowing content is displayed.

Classes

.overflow-hidden {
  overflow: hidden;
}

Installation

$ npm install @citizensadvice/overflow

now import into your stylesheet...

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

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

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