13 lines
450 B
Markdown
13 lines
450 B
Markdown
# 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:
|
|
|
|
```bash
|
|
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.
|