Skip to content

Commit aac4df1

Browse files
authored
Merge pull request #293 from ember-learn/add-bg-none-helper
Update backgrounds.css
2 parents 55d1f9d + a40b702 commit aac4df1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

addon/styles/backgrounds.css

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
background: var(--color-info);
6666
}
6767

68+
.bg-none {
69+
background: none;
70+
}
71+
6872
.text-light {
6973
color: var(--color-white);
7074

0 commit comments

Comments
 (0)