Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(Selectors): Reove trailing newline to avoid stylelint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Feb 19, 2020
1 parent e64c977 commit 08728e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/generate/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ ${selectors}
* - use a \`.class\` selector for container properties
* - use a \`[itemprop=...]\` selector for singular properties, or items of container properties
*/
${props}
`
${props}`

return fs.writeFile(outputPath, doc, () => doc)
}
Expand Down
1 change: 0 additions & 1 deletion src/selectors.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,3 @@
@custom-selector :--values [itemprop~='values'], [data-itemprop~='values'];
@custom-selector :--version [itemprop~='version'], [data-itemprop~='version'];
@custom-selector :--volumeNumber [itemprop~='volumeNumber'], [data-itemprop~='volumeNumber'];

0 comments on commit 08728e1

Please sign in to comment.