Sha256: 0061f504421228d432ebb7dbb2a195c27f2d85adda662f8e2379ffbd0122261b
Contents?: true
Size: 1.38 KB
Versions: 10
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: * * * * <%= application :css %> If including only application.css * * <%= application :css, :js %> 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
10 entries across 10 versions & 1 rubygems