项目作者: LKian

项目描述 :
Ajax requests for pet JSON data
高级语言: CSS
项目地址: git://github.com/LKian/Ajaxing.git
创建时间: 2020-01-21T03:38:06Z
项目社区:https://github.com/LKian/Ajaxing

开源协议:

下载


README

  1. __ ___ __ _ _
  2. ( ) ( _) ( ) ( )( )
  3. )(__ ) _) /__\ )__(
  4. (____)(___)(_)(_)(_)(_)

Styling

Sass

To install Sass globally, used NPM. Run the following command in the terminal

  1. npm install -g sass

Installation

After setting up the initial folder and file structure, open the terminal and type the command

  1. sass --watch assets/scss/main.scss assets/css/main.css

Guide

The watch command tells SASS to watch main.scss SCSS file for changes and compile into main.css.


FontAwesome:

Architectural Setup Tutorial:
modified folder structure so files are all in a fontawesome folder rather than loose files within scss.