DigitalConsumer.FixMyGlass/public/css
Bryan Mauger 595e97ea9f CSR-1390 dynamic resize of iFrame
Implement iFrameResizer node package.
2023-11-01 09:56:27 -04:00
..
hop-styling.css CSR-1390 dynamic resize of iFrame 2023-11-01 09:56:27 -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.