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

Commit

Permalink
fix(Selectors): Fix custom selectors
Browse files Browse the repository at this point in the history
This reverts the changes in 14b2f19 which broke custom selectors
  • Loading branch information
nokome committed Sep 29, 2019
1 parent 3973df0 commit 7bd1398
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/common/styles/selectors.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* Types */
@custom-selector [itemtype='https://schema.org/Article'];
@custom-selector [itemtype='https://schema.stenci.la/Cite'];
@custom-selector [itemtype='https://schema.stenci.la/CiteGroup'];
@custom-selector [itemtype='https://schema.org/CreativeWork'];
@custom-selector [itemtype='https://schema.org/Thing'];
@custom-selector [itemtype='https://schema.stenci.la/Entity'];
@custom-selector [itemtype='https://schema.org/Person'];
@custom-selector [itemtype='https://schema.org/PublicationIssue'];
@custom-selector :--Article [itemtype='https://schema.org/Article'];
@custom-selector :--Cite [itemtype='https://schema.stenci.la/Cite'];
@custom-selector :--CiteGroup [itemtype='https://schema.stenci.la/CiteGroup'];
@custom-selector :--CreativeWork [itemtype='https://schema.org/CreativeWork'];
@custom-selector :--Thing [itemtype='https://schema.org/Thing'];
@custom-selector :--Entity [itemtype='https://schema.stenci.la/Entity'];
@custom-selector :--Person [itemtype='https://schema.org/Person'];
@custom-selector :--PublicationIssue [itemtype='https://schema.org/PublicationIssue'];

/* Custom Web Component */
@custom-selector :--code-chunk stencila-codechunk;
Expand Down

0 comments on commit 7bd1398

Please sign in to comment.