Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 752 Bytes

File metadata and controls

34 lines (27 loc) · 752 Bytes

DigmStatus2020

Drexel University DIGM status board

Gitignore

.sass-cache/
*.css.map
*.sass.map
*.scss.map

*.DS_Store

error_log
a/videos/
pieces/config/db.php /* Contact admin for this file */

Editor Setup

  • Use your preferred editor (VSC, Sublime, Atom, Brackets, etc)
    • DO NOT auto format (beautify) code before syncing formatting rules with team members
    • i.e. Spaces: 2

Preprocessor Setup

  • Use your preferred preprocessor (Grunt, Gulp, Yarn, Koala, etc)
    • a/scss/app.scss to a/css/app.css
    • a/scss/ie.scss to a/css/ie.css
    • a/scss/print.scss to a/css/print.css
  • Source Map
  • Output Style: nested
  • Auto Compile