kacollins / uxok-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

License: MIT

Development

How to compile SASS

  1. Make sure you have SASS installed.

     $ sass -v
    

If you don't, install it here: http://sass-lang.com/install

  1. Once installed, navigate to the CSS directory in your project:

     $ cd /{project}/assets/css
    
  2. Run the following command to compile/watch the SCSS directory for changes.

     $ sass --watch scss/style.scss:style.css
    

Note that this does not live reload the project.

About


Languages

Language:HTML 44.6%Language:SCSS 43.7%Language:CSS 9.6%Language:JavaScript 2.2%