Geoff Callender created TAP5-2197:
-------------------------------------
Summary: Overriding core css - bug?
Key: TAP5-2197
URL: https://issues.apache.org/jira/browse/TAP5-2197
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.4
Reporter: Geoff Callender
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?
Cheers,
Geoff
--
This message was sent by Atlassian JIRA
(v6.1#6144)