1tontech / bootstrap4-snippets

Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
MIT License
117 stars 43 forks source link

Fixed CSS overflowing class names #39

Closed zachOS-tech closed 2 years ago

zachOS-tech commented 4 years ago

@thekalinga This PR fixes the extra double-quotes issues (#17 and #26). When using the b4-button-block an extra set of double-quotes is added before btn-lg btn-block causing it to not format those final two class names. This PR removes those double-quotes.

christanplaza commented 4 years ago

There's another open PR for this issue which is #32 and has been open since Dec 11, 2019.