/ecr-theme

Omeka Berlin Child Theme for the Early Civil Rights Oral History Project

Primary LanguageCSS

Working with customizing Berlin

This is taken largely from here.

  1. Install npm packages: npm install
  2. Compile CSS: gulp css
  3. Compile as you save changes to css: gulp css:watch
  4. add custom.css to css/sass/_custom.scss
  5. add to styles.scss the line: @import "custom"