Skip to content

Commit b35d52a

Browse files
Update jekyll-theme-chirpy.scss
Removed white space from ' production ' as Starlight suggested from the chirpy project.
1 parent bd3559e commit b35d52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/jekyll-theme-chirpy.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33

44
@use 'main
5-
{%- if jekyll.environment == ' production ' -%}
5+
{%- if jekyll.environment == 'production' -%}
66
.bundle
77
{%- endif -%}
88
';

0 commit comments

Comments
 (0)