UNPKG
basscss-addons
Version:
beta (1.0.0-beta2)
latest (1.0.0)
1.0.0
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
1.0.0-beta1
Optional modules to extend Basscss
basscss-addons
/
modules
/
responsive-position
/
lib
/
sm-position.css
12 lines
(9 loc)
•
252 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@media
(--breakpoint-sm) {
.sm-relative
{
position
: relative }
.sm-absolute
{
position
: absolute }
.sm-fixed
{
position
: fixed }
.sm-top-0
{
top
:
0
}
.sm-right-0
{
right
:
0
}
.sm-bottom-0
{
bottom
:
0
}
.sm-left-0
{
left
:
0
} }