Use SCSS and PostCSS with Rollup
This commit is contained in:
@@ -62,9 +62,9 @@
|
||||
</script>
|
||||
|
||||
<script>
|
||||
// Dependencies
|
||||
import '../../node_modules/bulma/css/bulma.min.css'
|
||||
import '../../node_modules/@fortawesome/fontawesome-free/css/all.min.css'
|
||||
// Styles
|
||||
// import '../../node_modules/bulma/css/bulma.min.css'
|
||||
// import '../../node_modules/@fortawesome/fontawesome-free/css/all.min.css'
|
||||
|
||||
// Components
|
||||
import Footer from '../parts/Footer.svelte'
|
||||
@@ -83,6 +83,10 @@
|
||||
<title>Houses Of - Beautiful houses of planet Earth</title>
|
||||
</svelte:head>
|
||||
|
||||
<style lang="scss" global>
|
||||
@import '../style/style.scss';
|
||||
</style>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user