bugfix: importing scss with file extension

This commit is contained in:
Michael Shanks 2020-03-04 16:48:51 +00:00
parent b65dde7893
commit e42243b17a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script> <script>
import "@material/select/helper-text/mdc-select-helper-text" import "@material/select/helper-text/mdc-select-helper-text.scss"
import { onMount } from "svelte" import { onMount } from "svelte"
import { MDCSelectHelperText } from "@material/select/helper-text" import { MDCSelectHelperText } from "@material/select/helper-text"
import ClassBuilder from "../ClassBuilder.js" import ClassBuilder from "../ClassBuilder.js"