Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple flow() functions in same content property with difference ranges can cause problems #160

Open
bertfrees opened this issue Jul 28, 2017 · 0 comments

Comments

@bertfrees
Copy link
Member

bertfrees commented Jul 28, 2017

When a flow(x) is combined with a flow(y, volume) in the content property of a volume area, they can end up in a single dynamic-sequence, which results in flow(x) not being rendered if flow(y, volume) evaluates to nothing.

In some cases this is desired, in some cases not.

An example of where this is desired is in nlb-default.scss:

@volume {
    @end {
        content: flow(endnotes-title) flow(endnotes, volume);
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant