UNPKG
ember-slimguide
Version:
latest (0.0.1)
0.0.1
0.0.0
A test for bottled-ember
ember-slimguide
/
addon
/
styles
/
helpers
/
rounded.css
9 lines
(7 loc)
•
110 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.rounded
,
.rounded-sm
{
border-radius
:
var
(--radius); }
.rounded-lg
{
border-radius
:
var
(--radius-lg); }