456 B
456 B
Using Sass in this folder
This public/css folder uses a standalone .scss > .css setup.
Usage
From a Terminal window, run the Sass Watch command from the public folder only:
sass --no-source-map --watch scss:css
This will compile and output .css files (into the public/css folder) that can be consumed by the Payment page.