Ajax requests for pet JSON data
- __ ___ __ _ _
- ( ) ( _) ( ) ( )( )
- )(__ ) _) /__\ )__(
- (____)(___)(_)(_)(_)(_)
To install Sass globally, used NPM. Run the following command in the terminal
npm install -g sass
After setting up the initial folder and file structure, open the terminal and type the command
sass --watch assets/scss/main.scss assets/css/main.css
The watch command tells SASS to watch main.scss SCSS file for changes and compile into main.css.
Architectural Setup Tutorial:
modified folder structure so files are all in a fontawesome
folder rather than loose files within scss
.