Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 676 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 676 Bytes

osulp-drupal-subtheme

This project is made to work with https://github.com/osulp/OSUL-Website and is a subtheme for osu madrone

Requirements

Developing

Start by installing dependencies

  • composer install
  • npm install
  • None of these dependencies need to be globally installed

SCSS

You'll be working in the src/scss/ directory. You can run node_modules/gulp-cli/bin/gulp.js watch to have gulp watch your changes and re-compile your css on the fly

git will automatically compile and add the scss when you go to commit