mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Changed stylesheet load order in the stylesheet manifest generator.
This commit is contained in:
parent
b6c0639825
commit
f18aecfe7b
3 changed files with 14 additions and 6 deletions
|
@ -68,4 +68,8 @@
|
|||
|
||||
*Sıtkı Bağdat*
|
||||
|
||||
* Changed stylesheet load order in the stylesheet manifest generator. [Fixes #11639]
|
||||
|
||||
*Pawel Janiak*
|
||||
|
||||
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/railties/CHANGELOG.md) for previous changes.
|
||||
|
|
|
@ -5,9 +5,11 @@
|
|||
* 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.
|
||||
* 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_self
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
||||
|
|
|
@ -5,9 +5,11 @@
|
|||
* 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.
|
||||
* 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_self
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue