DigitalConsumer.FixMyGlass/public/css
2023-10-30 10:13:32 -04:00
..
hop-styling.css Payment page style updates. 2023-10-25 16:44:16 -04:00
README.md CSR-1390 style PayPal modal. 2023-10-27 15:57:38 -04:00
site-2020Styling.css CSR-1390 update spinner on PayPal loader. 2023-10-30 10:13:32 -04:00

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.

Do not use the .css files on their own. You must use the .scss files and have Sass compile them to .css files.