/dynamicResponsive

A Js class that makes chosen DOM element's CSS property dynamically change due to window resize

Primary LanguageJavaScriptMIT LicenseMIT

dynamicResponsive

JavaScript library

A JavaScript class that makes chosen DOM element's CSS property dynamically change due to window resize

Usage

Look at the index.html for demo's..

Dev install

$ npm install -g gulp-cli && npm install

Dev usage

npm scripts (using local gulp)

  • npm run build just build with NODE_ENV=production
  • npm run dev serving from ./
  • npm run lint:scripts