Jonathan Ouellette 580e90f6a2 initial add
2022-09-27 14:10:30 -07:00

18 lines
1.2 KiB
XML

<?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,scottjehl.com</owners>
<licenseUrl>https://github.com/scottjehl/Respond</licenseUrl>
<projectUrl>https://github.com/scottjehl/Respond</projectUrl>
<requireLicenseAcceptance>true</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>