UNPKG
css-atoms
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
A legal way of doing inline css
github.com/kersh/css-atoms
kersh/css-atoms
css-atoms
/
src
/
less
/
position-atom.less
11 lines
(9 loc)
•
103 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.relative
{
position
: relative; }
.absolute
{
position
: absolute; }
.fixed
{
position
: fixed; }