Skip to content

Commit

Permalink
fix: plugin resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Aug 17, 2019
1 parent 7004aa6 commit 7aa33f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions example/saber-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ module.exports = {
},
{
resolve: 'saber-plugin-critical'
},
{
resolve: 'saber-plugin-local-search'
}
]
}
5 changes: 2 additions & 3 deletions src/components/SiteHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {

<style lang="postcss">
.nav-menu {
@apply .bg-grey-lighter;
@apply .bg-gray-200;
@apply .pb-2;
@apply .pt-6;
@apply .px-2;
Expand All @@ -114,11 +114,10 @@ export default {
.nav-menu__item {
@apply .block;
@apply .list-reset;
@apply .no-underline;
@apply .mb-4;
@apply .mt-0;
@apply .text-grey-darker;
@apply .text-gray-800;
@apply .text-sm;
}
</style>

0 comments on commit 7aa33f2

Please sign in to comment.