Skip to content

Commit

Permalink
feat(plugin): add static nav plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Jul 23, 2024
1 parent b6c2f3b commit 0ee5954
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "plugins/sticky-nav";
@import "plugins/full-width-navbar";
@import "plugins/numeric-headings";
@import "plugins/static-nav";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aplosdev/plugins",
"version": "0.0.2",
"version": "0.0.3",
"description": "A collection of plugins for Aplos",
"main": "index.ts",
"keywords": [
Expand Down
3 changes: 3 additions & 0 deletions plugins/_static-nav.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
header nav {
position: absolute;
}

0 comments on commit 0ee5954

Please sign in to comment.