Browse
For agents
About
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more
/
2.1
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more
v2.1
Switch version
3.7.0
3.6.0
3.6.1
3.5.2
trunk
2.0
2.1
2.2
2.3
2.4
2.4.1
2.4.2
2.4.3
2.5.0
2.5.1
2.5.2
2.5.3
2.5.4
2.5.5
2.5.6
2.5.7
2.6.0
2.6.1
3.0.0
3.0.1
All 71 releases
Overview
Code
stockpack
/
assets
/
sass
/
_mixin.scss
_mixin.scss
in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.1, at assets/sass/_mixin.scss
12 lines
224 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
@
mixin
r
(
$width
)
{
2
@
media
only
screen
and
(
max-width
:
$width
+
"
px
"
)
{
3
@content
4
}
5
6
}
7
@mixin
rmm
(
$width1
,
$width2
)
{
8
@media only
screen
and
(
min-width
:
$width1
+
"
px
"
)
and
(
max-width
:
$width2
+
"
px
"
)
{
9
@
content
10
}
11
12
}