Rename .css to .styles to match the .=compiled pattern

This commit is contained in:
Oliver-Akins 2023-12-15 18:33:52 -07:00
parent 25e3fa1bb8
commit c0d677cd77
8 changed files with 27 additions and 9 deletions

View file

@ -1,2 +1,10 @@
# foundry.dungeon
A Foundry VTT game system for the .dungeon TTRPG
## Development:
> Note : Any folder that contains a `.`-suffixed name should not be edited
> manually, as they are compiled from their respective non-`.`-suffixed folder.
> (Example: To edit a file in `/.langs`, edit the correct file in `/langs`).
> The **ONLY** exception to this is the `.vscode` folder which editing anything
> in it will almost definitely get your PR rejected until the changes are undone.