Skip to content

Commit 04215d9

Browse files
committed
new default entry.css
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 83e65d2 commit 04215d9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

assets/css_firepress/entry.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
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
*/

0 commit comments

Comments
 (0)