X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/php-css-parser/Property
home
/
cbholdings
/
pasukulu
/
lib
/
php-css-parser
/
Property
/
π
..
π
AtRule.php
(801 B)
π
CSSNamespace.php
(2.66 KB)
π
Charset.php
(2.28 KB)
π
Import.php
(2.48 KB)
π
KeyframeSelector.php
(697 B)
π
Selector.php
(3.35 KB)
Editing: AtRule.php
<?php namespace Sabberworm\CSS\Property; use Sabberworm\CSS\Comment\Commentable; use Sabberworm\CSS\Renderable; interface AtRule extends Renderable, Commentable { /** * Since there are more set rules than block rules, * weβre whitelisting the block rules and have anything else be treated as a set rule. * * @var string */ const BLOCK_RULES = 'media/document/supports/region-style/font-feature-values'; /** * β¦ and more font-specific ones (to be used inside font-feature-values) * * @var string */ const SET_RULES = 'font-face/counter-style/page/swash/styleset/annotation'; /** * @return string|null */ public function atRuleName(); /** * @return string|null */ public function atRuleArgs(); }
Upload File
Create Folder