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

the following page counter variables should end with !default to allow overwrites: #3

Closed
thomasdumm opened this issue Nov 30, 2017 · 0 comments
Assignees
Milestone

Comments

@thomasdumm
Copy link

thomasdumm commented Nov 30, 2017

In https://github.com/pressbooks/buckram/blob/master/styles/variables/_structure.scss
the following page countervariables should end with !default to allow overwrites:

// Page number style

$front-matter-page-number-left: counter(page, lower-roman) !default;
$front-matter-page-number-right: counter(page, lower-roman) !default;

$introduction-page-number-left: counter(page) !default;
$introduction-page-number-right: counter(page) !default;

$part-page-number-left: counter(page) !default;
$part-page-number-right: counter(page) !default;

$chapter-page-number-left: counter(page) !default;
$chapter-page-number-right: counter(page) !default;

$back-matter-page-number-left: counter(page) !default;
$back-matter-page-number-right: counter(page) !default;

@greatislander greatislander added this to the 1.0 milestone Jan 2, 2018
@greatislander greatislander self-assigned this Jan 2, 2018
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

2 participants