Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
refactor: better HTML example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Mar 26, 2017
1 parent 3256b6a commit c3cac2e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions SubVale.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,14 @@
// If alert_location is set to hover_popup, how wide should the popup be?
"vale_popup_width": 450,

// Styling -- HTML should include the following:
// <style>{CSS}</style>
// Styling -- HTML should follow this basic structure:
// <body id="vale-ui">
// <style type="text/css">{CSS}</style>
// <div class="panel panel-error">
// <div class="panel-header">{header}</div>
// <div class="panel-body"><p>{body} {source}</p></div>
// </div>
// </body>
"vale_info_template": "Packages/SubVale/static/info.html",
"vale_warning_template": "Packages/SubVale/static/warning.html",
"vale_error_template": "Packages/SubVale/static/error.html",
Expand Down

0 comments on commit c3cac2e

Please sign in to comment.