Skip to content

tulsaux/uxok-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36c94d3 · Oct 4, 2023
Dec 15, 2020
Jun 23, 2023
Jul 25, 2023
Jun 29, 2023
Nov 20, 2020
Dec 18, 2020
Oct 4, 2023
Dec 18, 2020
May 11, 2023
Jul 25, 2023
Jun 29, 2023
Jun 29, 2023
Jun 29, 2023
Jun 23, 2023
Jun 29, 2023

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published