DigitalConsumer.FixMyGlass/public/css
2023-10-25 16:44:16 -04:00
..
hop-styling.css Payment page style updates. 2023-10-25 16:44:16 -04:00
hop-styling.scss Payment page style updates. 2023-10-25 16:44:16 -04:00
README.md Initial styling for payment page. 2023-10-25 14:10:11 -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 on this folder only:

sass --no-source-map --watch public/css/hop-styling.scss:public/css/hop-styling.css

This will output a CSS file that can be consumed by the Payment page.

Do not use the .css file on its own. You must use the .scss file and have Sass compile it to the .css file.