This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// workaround for https://github.com/ionic-team/ionic/issues/13294 | |
// probably breaks iPhone X support | |
.ios ion-nav > .ion-page > .toolbar.statusbar-padding:first-child, | |
.ios ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child, | |
.ios ion-tab > .ion-page > .toolbar.statusbar-padding:first-child, | |
.ios ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child, | |
.ios ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child, | |
.ios ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child, | |
.ios ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child { | |
padding-top: calc(20px + 4px) !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Sstalle\php7cc; | |
use PhpParser\PrettyPrinter\Standard as StandardPrettyPrinter; | |
use Sstalle\php7cc\CompatibilityViolation\CheckMetadata; | |
use Sstalle\php7cc\CompatibilityViolation\ContextInterface; | |
use Sstalle\php7cc\CompatibilityViolation\Message; | |
class CLIResultPrinter implements ResultPrinterInterface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
.table { | |
> td { | |
color: #f00; | |
} | |
} |