diff options
author | Teddy Wing | 2015-01-23 17:29:27 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-23 17:29:27 -0500 |
commit | d7d88ccd11cda59619fea44e14997ed21b5f9a4e (patch) | |
tree | 98d11e9d5d8f959d3fd3b1a277a87b98e51e042f /app/assets/stylesheets | |
download | Notes-angular-demo-d7d88ccd11cda59619fea44e14997ed21b5f9a4e.tar.bz2 |
Initial commit. Base Rails 4.2.0 project.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/application.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css new file mode 100644 index 0000000..f9cd5b3 --- /dev/null +++ b/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * 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. + * + *= require_tree . + *= require_self + */ |