Skip to content

Commit

Permalink
fix(plugin-photo-swipe): fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 6, 2024
1 parent 6dac82a commit 69374ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { usePhotoSwipeOptions } from '../helpers/index.js'
import { getImages, registerPhotoSwipe } from '../utils/index.js'

import 'photoswipe/dist/photoswipe.css'
import '../styles/photo-swipe.scss'
import '../styles/photo-swipe.css'

export interface UsePhotoSwipeOptions {
selector: string | string[]
Expand Down
1 change: 1 addition & 0 deletions plugins/plugin-photo-swipe/src/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './helpers/index.js'
export * from './composables/index.js'
export * from './utils/index.js'
export type * from '../shared/index.js'

0 comments on commit 69374ae

Please sign in to comment.