jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Respond</id>
    <version>1.2.0</version>
    <title>Respond JS</title>
    <authors>Scott Jehl</authors>
    <owners>Scott Jehl</owners>
    <licenseUrl>https://github.com/scottjehl/Respond</licenseUrl>
    <projectUrl>https://github.com/scottjehl/Respond</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well (more information on that soon).</description>
    <summary>A fast &amp; lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)</summary>
    <releaseNotes>Merge pull request #104 from scottjehl/cross-domain Resolves Issue #59: Cross domain CSS files with ? in URL won't load</releaseNotes>
    <copyright>2011: Scott Jehl, scottjehl.com</copyright>
    <tags>Respond Media Queries</tags>
  </metadata>
</package>