Skip to content

Commit

Permalink
include link for missing monaco styles (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
montymxb authored Sep 4, 2023
1 parent f6a470d commit 0a314ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugo/content/tutorials/langium_and_monaco.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Here's the raw contents of the HTML content stored in **src/static/index.html**.
<meta charset='utf-8'>
<!-- Page & Monaco styling -->
<link href="styles.css" rel="stylesheet"/>
<link rel="stylesheet" href="./monaco-editor-wrapper/assets/style.css">
<title>MiniLogo in Langium</title>
</head>
<body>
Expand Down

0 comments on commit 0a314ae

Please sign in to comment.