remove the user-defined.css as it is not needed
This commit is contained in:
committed by
Lee Kelleher
parent
3311356df1
commit
63c4f6be73
@@ -7,7 +7,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Umbraco</title>
|
||||
<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="src/css/umb-css.css" />
|
||||
<script type="module" src="index.ts"></script>
|
||||
|
||||
@@ -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 */
|
||||
@@ -62,7 +62,6 @@ export default {
|
||||
window.__UMBRACO_TEST_RUN_A11Y_TEST = ${(!devMode).toString()};
|
||||
</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="src/css/umb-css.css">
|
||||
<script type="module">
|
||||
|
||||
Reference in New Issue
Block a user