Skip to content

Commit a4bc961

Browse files
authored
Fix import syntax. (#800)
1 parent 04e52eb commit a4bc961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocumentationTopic/PrimaryContent/Attributes.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
</script>
4444

4545
<style scoped lang="scss">
46-
@import '@/styles/_core.scss';
46+
@import 'docc-render/styles/_core.scss';
4747
4848
.parameter-attributes {
4949
margin-left: 1rem;

0 commit comments

Comments
 (0)