Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 448 Bytes

TranparencyToolkit Theme

This a theme for Transparency Toolkit website and applications!

  • Install Ruby gems sudo gem install jekyll sass bourbon neat bitters

Using Theme

Developing Theme

Run the Jekyll site in one terminal window

$ jekyll serve --watch  

Run the SASS compiler in another terminal window

sass --watch assets/scss/screen.scss:assets/css/screen.css