From 5b99a60c2ff2890f4d38a5961e0f67836fc0fa91 Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Sat, 31 Jul 2021 17:38:26 +0200 Subject: [PATCH] less -> styl --- Gitea/readme.md | 2 +- Gitea/{theme-gitea-modern.less => theme-gitea-modern.styl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Gitea/{theme-gitea-modern.less => theme-gitea-modern.styl} (100%) diff --git a/Gitea/readme.md b/Gitea/readme.md index ce3600c..9d40fbf 100644 --- a/Gitea/readme.md +++ b/Gitea/readme.md @@ -24,7 +24,7 @@ To install the theme for all Gitea users: If you use the Stylus browser extension, you can use the [`theme-gitea-modern.user.css`][usertheme-file]) file to apply to any Gitea instance. ### Contributing -To make changes, always base them on [`theme-gitea-modern.less`](theme-gitea-modern.less), which is written for any CSS preprocessor that supports CSS nesting, like 'Stylus' (recommended) or 'Less'. +To make changes, always base them on [`theme-gitea-modern.styl`](theme-gitea-modern.styl), which is written for any CSS preprocessor that supports CSS nesting, like 'Stylus' (recommended) or 'Less'. When making contributions, don't use the compiled version for your changes. [theme-file]: https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.css diff --git a/Gitea/theme-gitea-modern.less b/Gitea/theme-gitea-modern.styl similarity index 100% rename from Gitea/theme-gitea-modern.less rename to Gitea/theme-gitea-modern.styl