Sha256: e42a5daef3943033d63f60ec88f1d80202709c8aa5ed5f8bb360c600cd072713

Contents?: true

Size: 574 Bytes

Versions: 14

Compression:

Stored size: 574 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.showcase';

Version data entries

14 entries across 14 versions & 1 rubygems

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