Sha256: 30201a004c23af98a5e1474db4cdefd0a37dae8d87c0721e59d51d44570f5890
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 KB
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * */ // Jeet grid system @import "jeet/_settings"; @import "jeet/_functions"; @import "jeet/_grid"; // Config files @import "config/config.scss"; <% if view_getCurrentTemplateName %> @import "config/templates/<%= view_getCurrentTemplateName %>-template.scss"; <% else %> @import "config/templates/base-template.scss"; <% end %> // Main Styles @import "base/base.scss"; @import "modules/modules.scss"; @import "views/views.scss";
Version data entries
4 entries across 4 versions & 1 rubygems