css3-mediaqueries-js

WebJar for css3-mediaqueries-js

Лицензия

Лицензия

MIT
Категории

Категории

JavaScript Языки программирования
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

css3-mediaqueries-js
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

css3-mediaqueries-js
WebJar for css3-mediaqueries-js
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/livingston/css3-mediaqueries-js

Скачать css3-mediaqueries-js

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/css3-mediaqueries-js/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>css3-mediaqueries-js</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/css3-mediaqueries-js/
implementation 'org.webjars.bower:css3-mediaqueries-js:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.bower/css3-mediaqueries-js/
implementation ("org.webjars.bower:css3-mediaqueries-js:1.0.0")
'org.webjars.bower:css3-mediaqueries-js:jar:1.0.0'
<dependency org="org.webjars.bower" name="css3-mediaqueries-js" rev="1.0.0">
  <artifact name="css3-mediaqueries-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='css3-mediaqueries-js', version='1.0.0')
)
libraryDependencies += "org.webjars.bower" % "css3-mediaqueries-js" % "1.0.0"
[org.webjars.bower/css3-mediaqueries-js "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

css3-mediaqueries.js - CSS Helper and CSS3 Media Queries Enabler

Author: Wouter van der Graaf

License: MIT

Website: http://code.google.com/p/css3-mediaqueries-js/

Browser support: IE 5+, Firefox 1+ and Safari 2.

Firefox 3.5+, Opera 7+, Safari 3+ and Chrome already offer native support.

W3C Media Queries spec: http://www.w3.org/TR/css3-mediaqueries/

Usage:

just include the script in your pages.

(And you should combine and compress with other scripts and include it just before </body> for better page speed - but you already knew that).

Write your media queries like you would for browsers with native support. The script will parse your CSS and apply the styles for positive media query tests realtime (also when you resize).

Note: Doesn't work on @import'ed stylesheets (which you shouldn't use anyway for performance reasons). Also won't listen to the media attribute of the <link> and <style> elements.

####Note: this fork has patches/fixes that are not available in the original Google Code repo

Версии библиотеки

Версия
1.0.0