From 98ffeb966be8342dbf3ba72ff4676238ace1abd7 Mon Sep 17 00:00:00 2001 From: MrSubidubi Date: Mon, 2 Dec 2024 14:06:36 +0100 Subject: [PATCH] Associate `.pcss` with css file icon --- assets/icons/file_icons/file_types.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index fe293256b393cc..dc8c68c3c87fea 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -127,6 +127,7 @@ "ogg": "audio", "opus": "audio", "otf": "font", + "pcss": "css", "pdb": "storage", "pdf": "document", "php": "php",