0.0.4 • Published 2 years ago

elr-scss-lightbox v0.0.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

elr-scss-lightbox

License: MIT npm

a scss mixin for lightboxes

Installation

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

npm install elr-scss-lightbox --save
yarn add elr-scss-lightbox

Documentation

This package is styles only. It's up to you to hook up the JavaScript. I decided to leave out interactivity to make these styles useful across any JavaScript framework. Or no framework at all.

.lightbox {
  @include elr-screen-overlay;
}

License

SEE LICENSE IN LICENSE.md