Files
Sentri/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php
2026-07-07 22:49:30 +02:00

8 lines
113 B
PHP

<?php
declare(strict_types=1);
namespace Sabberworm\CSS\Value;
abstract class PrimitiveValue extends Value {}