Add stylelint and configure eslint to add custom plugin.

- Split up main.ts into multiple files.
This commit is contained in:
Johannes Theiner
2024-07-31 22:59:59 +02:00
parent b9a0e401e0
commit 15e343739e
9 changed files with 10025 additions and 112 deletions

View File

@@ -6,3 +6,11 @@ available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
a { background-image: url('https://www.example.com/file.jpg'); }
div { background-image: url('//example.com/file.jpg'); }
a.test { color: pink !important; }