Skip to content

Commit

Permalink
Fix wrong include -- collapse.css, not jquery.collapse.css
Browse files Browse the repository at this point in the history
  • Loading branch information
afuna committed Nov 11, 2014
1 parent 9d41545 commit 08acea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/dev/style-guide.tt
Original file line number Diff line number Diff line change
Expand Up @@ -420,13 +420,13 @@ dw.need_res( { group => "foundation" },
<div class="large-6 columns">
[%- dw.need_res( { group => "foundation" },
"js/components/jquery.collapse.js"
"stc/css/components/jquery.collapse.css"
"stc/css/components/collapse.css"
"stc/css/components/foundation-icons.css"
) -%]
[%- WRAPPER code -%]
dw.need_res( { group => "foundation" },
"js/components/jquery.collapse.js"
"stc/css/components/jquery.collapse.css"
"stc/css/components/collapse.css"
"stc/css/components/foundation-icons.css"
)
[%- END -%]
Expand Down

0 comments on commit 08acea4

Please sign in to comment.