we-demo / FEbps

FrontEnd Boilerplate Collection
0 stars 0 forks source link

Whitespace loss in <code> due to Vue #1

Closed fritx closed 8 years ago

fritx commented 8 years ago

Actual: http://fritx.github.io/FEbps/CSSgram-Vue-Simple/

Expected: http://fritx.github.io/FEbps/CSSgram/

fritx commented 8 years ago
       <pre><code>
-        <span class="comment">// Sass</span>
+      {{'  '}}<span class="comment">// Sass</span>&nbsp;
         <span class="highlight">.viz--beautiful</span> {
           @extend %aden;
         }