HTMLhtml anchor link

Load SCSS globally somewhere in your app:

@forward "@db-ux/core-components/build/styles/relative";

Use it:

<div class="db-input">
	<label for="username">Label</label>
	<input type="text" name="username" id="username" />
</div>