-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: error on component define if no mixins defined
- Loading branch information
1 parent
cc69a4b
commit 52941ee
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Facet is a single-file web library that allows for the easy, declarative definit | |
## Installation | ||
You can download `facet.min.js` from this repository and reference it locally, or retrieve it directly from a CDN like JSDelivr. Facet will automatically detect component definitions in your page's HTML and convert them into web components. | ||
```html | ||
<script src="https://cdn.jsdelivr.net/gh/kgscialdone/[email protected].2/facet.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kgscialdone/[email protected].2a/facet.min.js"></script> | ||
``` | ||
|
||
## Defining Components | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.