1.0.1 • Published 3 years ago

cheektojowl v1.0.1

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

CheekToJowl v1.0.0

javscript solutions for marrying Widows in web design


Question: Is your design team sick of widows? or Is your design team rid of widows?


install:

npm install cheektojowl --save

init: Pass an array of selectors to the cheekToJowl function. These can be tags, classes, ids, or attributes - go crazy, I'll fix it if you break it.

import { cheekToJowl } from 'cheektojowl';

const $selectors = ['h1', 'h3', '.noWidowTitle']
cheekToJowl($selectors)