Skip to content
Snippets Groups Projects

Issue #3493528 - Create readme

1 file
+ 52
0
Compare changes
  • Side-by-side
  • Inline
+ 52
0
# Respond.js
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.
@@ -11,23 +13,40 @@ This module adds respond.js in a responsible manner:
provide presentational benefits deemed more important
than the IE userbase. We won't judge you :)
Installing the library:
For a full description of the module, visit the
[project page](https://www.drupal.org/project/respondjs).
To submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/respondjs).
## Table of contents
- Requirements
- Installation
- Configuration
- Maintainers
## Requirements
This module requires no modules outside of Drupal core.
## Installation
* 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
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
INSTRUCTIONS
------------
Enable module.
## Configuration
No configuration is needed.
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
## Maintainers
Respond.js (c) 2011 Scott Jehl, scottjehl.com
-- https://github.com/scottjehl/Respond
- Carwin Young - [carwin](https://www.drupal.org/u/carwin)
- Chris Ruppel - [AstonVictor](https://www.drupal.org/u/rupl)
- Viktor Holovachek - [AstonVictor](https://www.drupal.org/u/astonvictor)
Loading