Sha256: a1b1b87e0e88bd83f1726917fd7540b11d611bc090701ccfa74fd7cf31a22c56

Contents?: true

Size: 570 Bytes

Versions: 17

Compression:

Stored size: 570 Bytes

Contents

/*
  This defines the global $theme variable for use inside your CSS.
  The $theme variable holds the CSS class names for your theme.
  
  You can then theme your app by using CSS like this:

      $theme.button {
        color: blue;
        @include slices('white-button.png', $left: 3, $right: 3);
      }
  
  Any _theme.css file is prepended to all files inside its directory,
  and any subdirectories that don't define their own _theme.css file.
  
  This allows you to give different directories different values for
  $theme if you wish.
*/
$theme: '.ace.test';

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.10.3.1 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.10.2 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.10.1 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.10.0 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.10.0.rc.3 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.10.0.rc.2 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.10.0.rc.1 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.9.2 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.9.1 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.9.0 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.8.2.1 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.8.1 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css
sproutcore-1.8.0 lib/frameworks/sproutcore/apps/statechart_routing/resources/_theme.css