Skip to:
Content

bbPress.org

Ticket #3228: trac-3228-css-quotes.patch

File trac-3228-css-quotes.patch, 410 bytes (added by jrf, 7 years ago)

Fixes the error thrown by the stylelint:css task

  • src/templates/default/css/bbpress.css

     
    160160}
    161161
    162162#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child):after {
    163         content: ', ';
     163        content: ", ";
    164164}
    165165
    166166#bbpress-forums li.bbp-footer p {