Added external link marker and fix useless is:global
This commit is contained in:
@@ -38,6 +38,6 @@ const { title } = Astro.props;
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<style is:global lang="scss">
|
||||
@import '../assets/scss/theme.scss';
|
||||
<style lang="scss">
|
||||
@use '../assets/scss/theme.scss';
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user