Added to JIRA as TAP5-2197 - Overriding core css - bug? On 02/10/2013, at 7:00 AM, Thiago H de Paula Figueiredo wrote:
> On Tue, 01 Oct 2013 05:29:12 -0300, Geoff Callender > <geoff.callender.jumpst...@gmail.com> wrote: > >> I'm having trouble overriding the core css. I want to override the css of >> the bootstrap classes... >> >> When I do the following import, the page renders a link to my css BEFORE the >> links to the core css files. No good. >> >> @Import(stylesheet = { "context:css/mystylesheet.css" }) >> >> BUT, when I do the following instead, the page renders in the right order, >> ie. a link to my css AFTER the links to the core css. Yay. >> >> @Import(stack = { "core" }, stylesheet = { >> "context:css/mystylesheet.css" }) >> >> Is this a bug or expected behaviour? > > It does look like a bug to me. I'd expect to have stack's stylesheets added > before component- or page-added ones always. > > -- > Thiago H. de Paula Figueiredo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org >