Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 729 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 729 Bytes

License: MIT

Tulsa UX Website

Website for TulsaUX.com

Tulsa UX meets once a month to discuss the latest UX/UI trends, hear from industry professionals in our community and discuss best HCD practices!

Compile SASS

  1. Make sure you have SASS installed.

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

  3. Once installed, navigate to the CSS directory:

     $ cd assets/css
    
  4. 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.