File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11/* entry
22 is the entrypoint from default.hbs
33
4- btn_a, btn_b, btn_c are button styles
5- We do this is order to avoid CSS conflict (which happens all the time with the 'button' style)
4+ Button styles
5+ We do this is order to avoid CSS conflict. It happens all the time with the 'button' style)
66/* ---------------------------------------------------------- */
77
88@import "simplegrid.min.css" ;
99
10- @import "btn_fire.min.css" ;
11-
12- @import "btn_b.min.css" ;
13- @import "btn_c.css" ;
10+ @import "btn_c.min.css" ;
1411
1512
1613/* ==========================================================================
17- bypass
14+ bypassed
15+
1816@import "btn_a.min.css";
1917@import "btn_a_var.css";
18+
19+ @import "btn_b.min.css";
20+
2021*/
You can’t perform that action at this time.
0 commit comments