@citizensadvice/overflow

Defines how overflowing content is displayed.

Usage no npm install needed!

<script type="module">
  import citizensadviceOverflow from 'https://cdn.skypack.dev/@citizensadvice/overflow';
</script>

README

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" />