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

📐 Simple, elegant and maintainable media queries in Sass

Results 13 include-media issues
Sort by recently updated
recently updated
newest added

Are there any plans to publish the [2.0-release](https://github.com/eduardoboucas/include-media/tree/2.0-release) branch on npm? I realize I can install this GitHub branch as a dependency using npm as follows: ```bash npm i -D...

question

Bumps [node-sass](https://github.com/sass/node-sass) from 4.1.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

I get a warning regarding line 443 $result: $result + map-get($numbers, $characters) / $digits; Recommendation: math.div(map-get($numbers, $character), $digits) and @use "sass:math":

bug
feature request
2.0-release

Please how can I properly set up @Includ-media in my scss project? I can't find a proper example, please I'll appreciate any help at all. NOTE: I have ran `yarn...

question

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.1.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.5. Commits 441f812 2.20.5 d36a1b1 Merge pull request #182 from ChALkeR/chalker/fix-comma b6ea484 Fix uri prefix detection 5389c5b Merge pull request #181 from ChALkeR/chalker/fix-undef df5b313 add...

dependencies

Some devices like old iPads and iPad mini don't validate the breakpoints in ems correctly. Hi guys, I found this issue in a current project so I overwrote the $unit-intervals...

for better readability allow use space near operator example: ```scss // this works @include media('height

feature request
help wanted
question

This is a feature request to make it possible to use the equal sign to directly address phone, tablet, or desktop. Examples: ```css // phone only @include query("=phone") {} //...