Skip to content

Commit 5ae1f2e

Browse files
committed
move css helpers so they have higher precidence than list-unstyled
1 parent 8fc5677 commit 5ae1f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/styles/helpers/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
@import 'unstyled.css';
12
@import 'embed.css';
23
@import 'flex.css';
34
@import 'margin.css';
45
@import 'padding.css';
56
@import 'rounded.css';
6-
@import 'unstyled.css';
77

88
.img-fluid {
99
width: 100%;

0 commit comments

Comments
 (0)