Hello there! I found this helpful resource: Documentation
I'm interested in: Customizing Bootstrap 4 by utilizing our pre-existing custom variables file and easily adjusting global CSS preferences with new $enable-* Sass variables. You can override a variable's value and recompile using the provided Gruntfile as needed.
I am unfamiliar with how to use Gruntfile. Are there alternative tools available for compiling scss into css? Additionally, what will be the outcome of the compilation process? Will it result in a _custom.css file that needs to be placed in the same directory as the original bootstrap.css?
Your guidance is greatly appreciated!