[wp-meta] [Making WordPress.org] #2791: Remove Unwanted space from _elements.scss

Making WordPress.org noreply at wordpress.org
Thu Apr 27 06:14:18 UTC 2017


#2791: Remove Unwanted space from _elements.scss
-------------------------+-----------------------------------
 Reporter:  ketuchetan   |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Plugin Directory v3.0
Component:  General      |   Keywords:  has-patch
-------------------------+-----------------------------------
 There is unwanted space on the _elements.scss file.

 {{{
 blockquote, q {
         quotes: "" "";

         &:before,
         &:after {
                 content: "";
         }
 }
 }}}

 {{{
 blockquote {
         // Override wp4.css.
         background: transparent;
         border: none;
         padding: 0;

         border-left: 2px solid #eee;
         color: #82878c;
         font-style: italic;
         margin: 1rem 0;
         padding-left: 1rem;

         cite {
                 font-size: ms( -2 );
         }
 }
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2791>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list