Use SCSS and PostCSS with Rollup

This commit is contained in:
2020-01-02 14:15:37 +01:00
parent 3ed48ebcfb
commit 6b221c2172
8 changed files with 2077 additions and 78 deletions

View File

@@ -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 />