Skip to content

Commit

Permalink
fix CSS path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jul 4, 2022
1 parent f0c8762 commit f885dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/previm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ function! previm#refresh_html() abort
call writefile(output, previm#make_preview_file_path('index.html'))
endfunction

let s:default_origin_css_path = "@import url('../_/css/origin.css');"
let s:default_github_css_path = "@import url('../_/css/lib/github.css');"
let s:default_origin_css_path = "@import url('../../_/css/origin.css');"
let s:default_github_css_path = "@import url('../../_/css/lib/github.css');"

function! s:copy_dir(src, dest) abort
if isdirectory(a:src)
Expand Down

0 comments on commit f885dac

Please sign in to comment.