Skip to content

Commit 3f43831

Browse files
committed
minor #19610 [AssetMapper] Removing PostCSS (ThomasLandauer)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Removing PostCSS Page: https://symfony.com/doc/6.4/frontend.html Sorry for the back-and-forth! 2 reasons for deleting it again: * I was thinking that PostCSS is some de-facto standard, but it isn't. * It's odd to "recommend" something for CSS, but nothing for JS. I just suggested to integrate minifying into AssetMapper: symfony/symfony#54070 Commits ------- fcfc92e [AssetMapper] Removing PostCSS
2 parents dd78677 + fcfc92e commit 3f43831

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

frontend.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Supports Sass/Tailwind :ref:`yes <asset-mapper-tailwind>` yes
3535
Supports React, Vue, Svelte? yes :ref:`[1] <ux-note-1>` yes
3636
Supports TypeScript :ref:`yes <asset-mapper-ts>` yes
3737
Removes comments from JavaScript no yes
38-
Removes comments from CSS no :ref:`[2] <ux-note-2>` no :ref:`[2] <ux-note-2>`
38+
Removes comments from CSS no no
3939
Versioned assets always optional
4040
================================ ================================== ==========
4141

@@ -46,10 +46,6 @@ need to use their native tools for pre-compilation. Also, some features (like
4646
Vue single-file components) cannot be compiled down to pure JavaScript that can
4747
be executed by a browser.
4848

49-
.. _ux-note-2:
50-
51-
**[2]** There are some `PostCSS`_ plugins available to remove comments from CSS files.
52-
5349
.. _frontend-asset-mapper:
5450

5551
AssetMapper (Recommended)

0 commit comments

Comments
 (0)