Skip to content

Commit

Permalink
fix loading stylesheets for jquery UI, AS gems and bridges when using @…
Browse files Browse the repository at this point in the history
…import, restore old order of loading stylesheets
  • Loading branch information
scambra committed Dec 31, 2024
1 parent d780d06 commit e7374c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/active_scaffold.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
ActiveScaffold is freely distributable under the terms of an MIT-style license.
For details, see the ActiveScaffold web site: https://github.com/activescaffold/active_scaffold
*= require_self
*= require "active_scaffold_jquery_ui"
*= require "active_scaffold_extensions"
*/
//= require "active_scaffold_jquery_ui"
//= require "active_scaffold_extensions"

@import 'active_scaffold_layout';
@import 'active_scaffold_images';
Expand Down

0 comments on commit e7374c2

Please sign in to comment.