I have recently revamped my portfolio website on Github Pages and now I am looking to integrate Sass for my upcoming Portfolio 2.0 project.
Although I have worked with Sass before, setting it up from scratch is new to me. Currently, I have installed Sass using the command gem install sass
and have organized my files accordingly. However, I am facing difficulties in properly compiling them.
Folder structure:
styles.css
scss/
_banner.scss
Content of styles.css:
@import 'scss/_banner';
Could someone guide me through the compilation process? Is it feasible to use Sass on Github Pages?