vue-styleguidist / vuepress-plugin-live

Make your markdown code examples come alive
http://vuepress-live.surge.sh/
MIT License
38 stars 7 forks source link

feat(layout): proposal template #9

Closed flozero closed 5 years ago

flozero commented 5 years ago

in my use case of the plugin i prefer having a full width instead of 50% i added height min content and remote the blue focus

I propose to change layout for a full width that will delete media queries and in most of use case i saw it is more pleasant to have a full width block to see more code.

I added a height min-content for the code that will fit for the content but still overflow scroll for x

i deleted the border blue focus content on pre tag

vue-live-bot commented 5 years ago
Warnings
:warning: Changes were made to `package-lock.json`, but not to `package.json`. Please remove `package-lock.json` changes from your pull request. Try to run `git checkout master -- package-lock.json` and commit changes.
:warning: commit message does not follows conventional change log (1)

(1) : vuepress-plugin-live uses conventional change log to generate changelog automatically. It seems some of your commit messages are not following those.

Generated by :no_entry_sign: dangerJS against c435ca58379036edaeba1a85f38dd1418c2e70c6

elevatebart commented 5 years ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: