Skip to content

Commit

Permalink
Relax SCSS linting; better target front matter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed May 31, 2016
1 parent 77d79d4 commit efa85c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .scss-lint.yml
Expand Up @@ -5,6 +5,10 @@ linters:
enabled: false
IdSelector:
enabled: false
MergeableSelector:
enabled: false
QualifyingElement:
enabled: false
PropertySpelling:
enabled: true
extra_properties: ['prince-page-group', 'prince-footnote-policy', 'prince-image-resolution', 'footnote-style-position']
Expand Down
4 changes: 2 additions & 2 deletions assets/book/styles/components/titles/_front-matter.scss
Expand Up @@ -48,7 +48,7 @@


// Dedication
.dedication {
div.dedication {
margin-right: 10%; // TODO
margin-left: 10%; // TODO

Expand All @@ -63,7 +63,7 @@
}

// Epigraph
.epigraph {
div.epigraph {
margin-right: 10%; // TODO
margin-left: 10%; // TODO

Expand Down

0 comments on commit efa85c2

Please sign in to comment.