Skip to content

Commit fcfc92e

Browse files
[AssetMapper] Removing PostCSS
Page: https://symfony.com/doc/6.4/frontend.html Sorry for the back-and-forth! 2 reasons for deleting 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
1 parent dd78677 commit fcfc92e

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)