Skip to content

Commit

Permalink
Switch to *-inline-size and *-block-size
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed May 31, 2023
1 parent f1e50dd commit c89e658
Show file tree
Hide file tree
Showing 11 changed files with 2,234 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprucecss-eleventy-starter",
"version": "1.0.1",
"version": "1.0.2",
"author": "Cone (https://sprucecss.com)",
"babel": {
"presets": [
Expand Down
8 changes: 4 additions & 4 deletions src/_includes/layout/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

{% include "partial/footer.html" %}

<script src="/js/theme-change-assets.js?{{ assetHash }}"></script>
<script src="/js/navigation.js?{{ assetHash }}"></script>
<script src="/js/accordion-card.js?{{ assetHash }}"></script>
<script src="/js/theme-switcher.js?{{ assetHash }}"></script>
<script src="/js/theme-change-assets.js?{{ assetHash }}" defer></script>
<script src="/js/navigation.js?{{ assetHash }}" defer></script>
<script src="/js/accordion-card.js?{{ assetHash }}" defer></script>
<script src="/js/theme-switcher.js?{{ assetHash }}" defer></script>
</body>
</html>
Loading

0 comments on commit c89e658

Please sign in to comment.