add uui-css through the custom properties file to be able to override properties (the file name could probably be improved)

This commit is contained in:
Jacob Overgaard
2022-08-10 12:07:36 +02:00
parent 3fd5899ab0
commit ecbb5891f1
4 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import '../src/css/custom-properties.css';
import '@umbraco-ui/uui';
import '@umbraco-ui/uui-css/dist/uui-css.css';
import { initialize, mswDecorator } from 'msw-storybook-addon';

View File

@@ -1,3 +1,5 @@
@import '@umbraco-ui/uui-css/dist/uui-css.css';
:root {
--uui-color-positive: #1c874c;
}

View File

@@ -1,4 +1,3 @@
import '@umbraco-ui/uui-css/dist/uui-css.css';
import 'element-internals-polyfill';
import { startMockServiceWorker } from './mocks/browser';

View File

@@ -16,7 +16,6 @@ export default {
testRunnerHtml: (testFramework) =>
`<html>
<head>
<link rel="stylesheet" href="/node_modules/@umbraco-ui/uui-css/dist/uui-css.css">
<link rel="stylesheet" href="/src/css/custom-properties.css">
</head>
<body>