You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/uui-css/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ npm i @umbraco-ui/uui-css
45
45
46
46
## Usage
47
47
48
-
For a build system like _Vite_, the styling could be included like this if you want to control the styling and variables with the build system:
48
+
For a build system like [Vite](https://vitejs.dev/), the styling could be included like this if you want to control the styling and variables with the build system:
49
49
50
50
```ts
51
51
// app.ts
@@ -89,7 +89,7 @@ Using the custom properties:
89
89
Full example:
90
90
91
91
```html
92
-
<!DOCTYPE html>
92
+
<!doctype html>
93
93
<html>
94
94
<head>
95
95
<link
@@ -146,20 +146,20 @@ import { UUITextStyles } from '@umbraco-ui/uui-css';
0 commit comments