DigitalConsumer.FixMyGlass/public/css
CarlNation 22f36dea4e CSR-2130
CSR-2130 more style updates and save the payment method type once we know what it is after being selected on the hop page
2024-07-10 14:50:19 -04:00
..
hop-styling.css CSR-2130 2024-07-10 14:50:19 -04:00
README.md Merge branch 'develop' into feature/CSR-2130 2024-07-10 07:19:40 -04:00
site-2020Styling.css CSR-2130 2024-07-10 14:50:19 -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 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