DigitalConsumer.FixMyGlass/public/css
CarlNation 4ec1e3d9b6 Revert "Merge pull request #2654 from Safelite/CASH-1042-header-and-progress-bar-style-updates"
this is a revert of the revert:
Revert "Merge pull request #2654 from Safelite/CASH-1042-header-and-progress-bar-style-updates"
2025-07-29 10:33:58 -04:00
..
hop-styling.css CASH-1127 update hop font. 2025-07-03 13:01:32 -04:00
README.md CSR-2352 style changes for hop 2024-11-15 15:50:21 -05:00
site-2020Styling.css Revert "Merge pull request #2654 from Safelite/CASH-1042-header-and-progress-bar-style-updates" 2025-07-29 10:33:58 -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 --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.

From a windows machine, I ran an install for sass even though it is listed in node_modules. It would not run unless I did an install: npm install -g sass

Then from \git\DigitalConsumer.FixMyGlass\public sass --no-source-map --watch scss:css

Then committed the css files and reverted the package.json file so I didn't commit an upgraded version of sass