Set up Parcel + LessCSS

This commit is contained in:
DarkCat09 2023-10-13 18:27:28 +04:00
parent 32a9853d1c
commit a9f287412f
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
5 changed files with 3888 additions and 0 deletions

4
.parcelrc Normal file
View file

@ -0,0 +1,4 @@
{
"extends": "@parcel/config-default",
"namers": [ "parcel-namer-rewrite" ]
}