wp-content
mu-plugins
plugins
activitypub
authLdap-2.3.1
disable-wordpress-core-update
gitium
gp-premium
menu-icons
simple-local-avatars
static-html-output-plugin
languages
plugin
CSSParser
CSSList
Comment
Parsing
Property
Rule
RuleSet
Value
CSSFunction.php
CSSString.php
CalcFunction.php
CalcRuleValueList.php
Color.php
LineName.php
PrimitiveValue.php
RuleValueList.php
Size.php
URL.php
Value.php
ValueList.php
OutputFormat.php
Parser.php
Renderable.php
Settings.php
FTP
URL2
WP2Static
deployers
WP2Static.php
wp2static-wp-cli-commands.php
views
readme.txt
wp2static.css
wp2static.php
wp-mail-smtp
wp-piwik
index.php
themes
index.php
.dbsetup
.gitignore
htaccess
2 lines
163 B
PHP
2 lines
163 B
PHP
<?php
|
|
namespace Sabberworm\CSS\Value; abstract class PrimitiveValue extends Value { public function __construct($iLineNo = 0) { parent::__construct($iLineNo); } } |