include-media
Advanced tools
Comparing version 1.4.8 to 1.4.9
{ | ||
"name": "include-media", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"homepage": "https://github.com/eduardoboucas/import-media", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -31,3 +31,3 @@ 'use strict'; | ||
.pipe(plugins.header(fs.readFileSync('./banner.txt', 'utf8'))) | ||
.pipe(plugins.header('@charset \'UTF-8\';\n\n')) | ||
.pipe(plugins.header('@charset "UTF-8";\n\n')) | ||
.pipe(plugins.replace(/@version@/, packageInfo.version)) | ||
@@ -34,0 +34,0 @@ .pipe(gulp.dest('./dist')); |
{ | ||
"title": "include-media", | ||
"name": "include-media", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "Simple, elegant and maintainable media queries in Sass", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -36,4 +36,5 @@ <a href="http://include-media.com">!['At' sign](http://include-media.com/assets/images/logo.png)</a> | ||
- [include-media-spread](https://github.com/jackmcpickle/include-media-spread) - Calculates the difference between property values and distributes them through your **include-media** breakpoints. | ||
- [flex_e_ble](https://github.com/jackmcpickle/flex_e_ble) - Uses your **include-media** breakpoints to create your own flexible class naming structure on top of a `flex` based grid with `inline-block` fallback for >= ie8 compatibility | ||
- [include-media-grid](https://github.com/tszarzynski/include-media-grid) - An **include-media** plugin for generating grid classes based on the flex display | ||
- [flex_e_ble](https://github.com/jackmcpickle/flex_e_ble) - Uses your **include-media** breakpoints to create your own flexible class naming structure on top of a `flex` based grid with `inline-block` fallback for IE8+ compatibility. | ||
- [include-media-grid](https://github.com/tszarzynski/include-media-grid) - An **include-media** plugin for generating grid classes based on the flex display. | ||
- [im-to-em](https://gist.github.com/eduardoboucas/84144cd85cbd2ad4db1ca8b902585ca0) - A tiny function to convert **include-media** breakpoints from `px` to `em`. | ||
@@ -50,2 +51,6 @@ ## Learn more | ||
## Related projects | ||
- [include-media-or](https://github.com/Nirazul/include-media-or) - A fork of **include-media** with support for complex queries with logical disjunctions (maintained by [Nirazul](https://github.com/Nirazul)). | ||
## The authors | ||
@@ -52,0 +57,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51926
65