DigitalConsumer.ISS/public/css
2025-07-24 15:56:12 -04:00
..
hop-styling.css Swapping Averta for Urbanist 2025-07-24 15:56:12 -04:00
README.md SSR-1063 credit card form on payment-page 2024-02-20 09:38:10 -05:00
site-2020Styling.css SSR-1522 Add Apple Pay 2024-10-24 09:31:56 -05: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.