SCSS is a large topic. Working with SCSS in VDOM frameworks such as Vue can get complex, due to the number of different concepts that are involved. This chapter gave you a sneak peek of what is available and how to get started.
In this chapter, we've touched on using SCSS in our project. We've learned about how to work with CSS and SCSS in our Vue apps. We've also learned about some of the main features of SCSS, such as variables, mixins, and interpolation, and we've also learned how to implement Bootstrap 4 in our Vue apps. Next, we've learned how to edit the built-in components of our bootstrap-vue plugin in Vue, and how to update them with custom SCSS code.
In the next chapter, we'll build a simple project, using everything we've learned so far, and we'll publish it on GitHub Pages.