Skip to content

Commit a011e88

Browse files
committed
[Site] Fix Cloudflare wrongly minify CSS 4
1 parent b96bda0 commit a011e88

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

ux.symfony.com/templates/demos/live_memory/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
} %}
99

1010
{% block stylesheets %}
11-
<link rel="stylesheet" href="{{ asset('styles/demos/live-memory.css') }}"/>
11+
<link rel="stylesheet" href="{{ asset('styles/demos/live-memory.min.css') }}"/>
1212
{% endblock %}
1313

1414
{% block importmap %}

0 commit comments

Comments
 (0)