Skip to content

v2.0.4: Custom CSS v2!

Choose a tag to compare

@github-actions github-actions released this 19 Dec 05:59
· 16 commits to master since this release

Introducing v2 of Custom CSS, now maintained by zeel. This new version overhauls must of the functionality, CSS is now input in one large input field rather than one line at a time, old data will be migrated automatically.

This new editor also includes features like code highlighting, line numbers, and better code formatting support thanks to CodeMirror integration.

Changes:

  • Removed "rules".
  • Removed folders.
  • Removed the requirement of one rule at a time.
  • The editor stays open after clicking save so you can continue making changes after seeing their effect.
  • Overhauled the way styles are applied to the page.
  • Saving now applies all styles at once without the need to refresh ever.
  • Applying new styles will also instantly apply them to all players.
  • Added CodeMirror code editor.
  • Added old rules migration.
  • Over 9000% better looking.