aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/app/assets/stylesheets
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-19 23:12:05 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-19 23:14:42 +0530
commit01d041af9db5123c09ecb2c7dd7263c867d04c89 (patch)
treef1f359e00a54c7debd5ea01868c62fed55b23fed /railties/guides/code/getting_started/app/assets/stylesheets
parent0056a7512ae15ca9d43ce8b1dd6600962893be58 (diff)
downloadrails-01d041af9db5123c09ecb2c7dd7263c867d04c89.tar.gz
rails-01d041af9db5123c09ecb2c7dd7263c867d04c89.tar.bz2
rails-01d041af9db5123c09ecb2c7dd7263c867d04c89.zip
update the getting_started guide code [ci skip]
Diffstat (limited to 'railties/guides/code/getting_started/app/assets/stylesheets')
-rw-r--r--railties/guides/code/getting_started/app/assets/stylesheets/application.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/railties/guides/code/getting_started/app/assets/stylesheets/application.css b/railties/guides/code/getting_started/app/assets/stylesheets/application.css
index fc25b5723f..3b5cc6648e 100644
--- a/railties/guides/code/getting_started/app/assets/stylesheets/application.css
+++ b/railties/guides/code/getting_started/app/assets/stylesheets/application.css
@@ -1,7 +1,13 @@
/*
- * This is a manifest file that'll automatically include all the stylesheets available in this directory
- * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
- * the top of the compiled file, but it's generally better to create a new file per style scope.
+ * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
+ * compiled file, but it's generally better to create a new file per style scope.
+ *
*= require_self
- *= require_tree .
-*/ \ No newline at end of file
+ *= require_tree .
+*/