include-media-export icon indicating copy to clipboard operation
include-media-export copied to clipboard

📐 An include-media plugin for exporting breakpoints from Sass to JavaScript

Results 5 include-media-export issues
Sort by recently updated
recently updated
newest added

Hey @eduardoboucas, I have been staring at the library for some time now, trying to implement it in one of my projects and try it, but there's no sufficient documentation/...

Add a map-sort helper and sort breakpoints before exporting JSON strings in CSS media queries. This default behaviour can be opted-out from by setting $im-dangerously-use-unsorted-breakpoints. Add tests for functions and...

### Working as expected: Given a Sass map like include-media's default ``` $breakpoints: ( 'phone': 320px, 'tablet': 768px, 'desktop': 1024px ); ``` the correct active state of each CSS breakpoint...

Hi, We log JS errors from our users, and very infrequently, this line in `include-media.js` causes some errors: `if (window.getComputedStyle && (window.getComputedStyle(element, '::after').content !== ''))` For instance, Googlebot encountered `Failed...

enhancement

(Originally suggested by @HugoGiraudel [here](https://github.com/eduardoboucas/include-media/pull/85) with my comments in parenthesis) - [x] Missing link in README (removed link altogether) - [ ] Remove camelCase from JS filename (and add version...