Sha256: ccb22268d495554ca3b7fed2246a2533d3b28fcbcdd30b0cfaeaa77d2f45156a

Contents?: true

Size: 1.38 KB

Versions: 2

Compression:

Stored size: 1.38 KB

Contents

/* -------------------------------------------------------------------------------------------- *
 * This file contains `require` directives to stylesheet files.                                 *
 * All of these stylesheet files will be compiled into a single stylesheet.                     *
 * To use this combined stylesheet, include the following in the head section of your views:    *
 *                                                                                              *
 * <%= manifest :stylesheet %>               If including only application.css                  *
 * <%= manifest :stylesheet, :script %>      If including application.js as well                *
 *                                                                                              *
 * By default, every file in the /assets/stylesheets directory is required by `require_tree .`  *
 * However, you may remove the `require_tree .` directive and instead specify individual files. *
 *                                                                                              *
 * Any global styles can be included directly in this file (Below the CSS reset).               *
 * NOTE: Styles defined in this file will be overwritten by CSS written in other files.         *
 * -------------------------------------------------------------------------------------------- *
 *= require_self
 *= require_tree .
 */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
eucalypt-0.3.4 lib/eucalypt/core/templates/eucalypt/app/assets/stylesheets/application.scss
eucalypt-0.3.3 lib/eucalypt/core/templates/eucalypt/app/assets/stylesheets/application.scss