Technical requirements
In Chapter 6, you can find all the exercises, answers, and code in the Chapter 6 folder on the GitHub page here: https://github.com/PacktPublishing/Mastering-Adobe-Commerce-Frontend.
My objective for this chapter is to guide you through the process of customizing the visual appearance of an AC theme. This will involve working extensively with CSS, utilizing Grunt for task automation, and understanding AC-specific styling practices.
In order to proceed with this chapter, the requirements are as follows:
- AC/Magento Open Source working environment: I’ve covered this in previous chapters. If you want to follow the code in this chapter, make sure your local store copy runs without issues.
- AC theme: Make sure you have at least one AC theme installed and configured for customization if you haven’t done this already.
- Grunt installation: Grunt is a key tool for automating CSS-related tasks in AC. Ensure that you have Grunt installed...