UNPKG
dress-css
Version:
latest (2.0.10)
2.0.10
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
CSS helper mobile library
dress-css
/
dist
/
css
/
helpers
/
shadows.css
9 lines
•
127 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
/* * Shadows */
.dress
.text-shadow
{
text-shadow
:
1px
2px
black; }
.dress
.box-shadow
{
box-shadow
:
1px
10px
15px
black; }