Skip to content
Snippets Groups Projects
Forked from project / respondjs
32 commits behind, 7 commits ahead of the upstream repository.
AstonVictor's avatar
Issue #3493532 - Update folder
Viktor Holovachek authored
70b59995
History
Respond.js is a polyfill for CSS3 media queries. It allows
browsers without native MQ support to have a rudimentary
ability to process CSS wrapped in max- and min-width MQs.

This module adds respond.js in a responsible manner:

* Respond.js will never be preprocessed or aggregated.
* Respond.js will come after CSS
* Respond.js should come before most other scripts, with
  exceptions for Modernizr or other scripts that might
  provide presentational benefits deemed more important
  than the IE userbase. We won't judge you :)

Installing the library:

* Download the library from https://github.com/scottjehl/Respond
* Add this folder with the name 'respondjs' in your libraries folder
  e.g. sites/all/libraries
* Check the Status Report page if the library is succesfully installed


INSTRUCTIONS
------------
Enable module.


Module originally written by Chris Ruppel at Four Kitchens
-- http://drupal.org/project/respondjs

Module maintained and ported to Drupal 8 by Carwin Young at Lullabot

Respond.js (c) 2011 Scott Jehl, scottjehl.com
-- https://github.com/scottjehl/Respond