remove the user-defined.css as it is not needed

This commit is contained in:
Jacob Overgaard
2024-07-18 12:51:54 +02:00
committed by Lee Kelleher
parent 3311356df1
commit 63c4f6be73
3 changed files with 0 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title> <title>Umbraco</title>
<script src="node_modules/msw/lib/iife/index.js"></script> <script src="node_modules/msw/lib/iife/index.js"></script>
<link rel="stylesheet" href="src/css/user-defined.css" />
<link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css" /> <link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css" />
<link rel="stylesheet" href="src/css/umb-css.css" /> <link rel="stylesheet" href="src/css/umb-css.css" />
<script type="module" src="index.ts"></script> <script type="module" src="index.ts"></script>

View File

@@ -1 +0,0 @@
/* This file can be overridden by placing a file with the same name in the /wwwroot/umbraco/backoffice/css folder of the website */

View File

@@ -62,7 +62,6 @@ export default {
window.__UMBRACO_TEST_RUN_A11Y_TEST = ${(!devMode).toString()}; window.__UMBRACO_TEST_RUN_A11Y_TEST = ${(!devMode).toString()};
</script> </script>
<script src="/node_modules/msw/lib/iife/index.js"></script> <script src="/node_modules/msw/lib/iife/index.js"></script>
<link rel="stylesheet" href="src/css/user-defined.css">
<link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css"> <link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css">
<link rel="stylesheet" href="src/css/umb-css.css"> <link rel="stylesheet" href="src/css/umb-css.css">
<script type="module"> <script type="module">