doc.silverstripe.org/themes/ssorgsites/README.md
Sam Minnee e2a9ec214a Bundled ssorgsites theme into this site.
Note that this isn't the best way of keeping track of this shared functionality, but the ssorgsites module hasn't been released on github yet, and it's not clear that this will be the best way of sharing styles in the long run.
2012-09-05 18:59:54 +12:00

621 B

Introduction

SSorgsites is the base library styles developed for the range of ssorgsites to share.

  • open.silverstripe.org
  • api.silverstripe.org
  • docs.silverstripe.org
  • wiki.silverstripe.org
  • userhelp.silverstripe.org

Usage

  • Add this module as an external to themes/ssorgsites.

  • Link to the CSS from the ss template using using

    <% require css(themes/ssorgsites/css/ss.screen.min.css, screen) %> <% require css(themes/ssorgsites/css/ss.print.min.css, print) %>

Generating ss.*.min files

This minimal clone of the ssorgsites theme doesn't have the ability to regenerate the minified files.