 Issue 29589595:
  Noissue - Use new utilities and .container from website-defaults  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com
    
  
    Issue 29589595:
  Noissue - Use new utilities and .container from website-defaults  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com| Index: static/scss/base/_utilities.scss | 
| =================================================================== | 
| --- a/static/scss/base/_utilities.scss | 
| +++ b/static/scss/base/_utilities.scss | 
| @@ -29,25 +29,16 @@ | 
| clip: rect(0, 0, 0, 0); | 
| width: 1px; | 
| height: 1px; | 
| margin: -1px; | 
| padding: 0; | 
| border: 0; | 
| } | 
| -// Clearfix /////////////////////////////////////////////////////////////// | 
| 
ire
2017/10/26 10:46:26
This is already in website-defaults
 | 
| - | 
| -.clearfix:after | 
| -{ | 
| - display: table; | 
| - clear: both; | 
| - content: ""; | 
| -} | 
| - | 
| // Responsive /////////////////////////////////////////////////////////////// | 
| .mobile-only | 
| { | 
| @media (min-width: $phablet-breakpoint) | 
| { | 
| display: none; | 
| } |