chore: add data-optimizable="true" attribute on optimizable <style>

This commit is contained in:
lowlighter
2021-11-25 20:45:37 -05:00
parent c009ba33e3
commit 56adec4a9e
7 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
</section>
</div>
<% if (plugins.stackoverflow.lines) { %>
<style>
<style data-optimizable="true">
.stackoverflow .body {
display: -webkit-box;
-webkit-box-orient: vertical;