Initial commit
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
namespace Sabberworm\CSS\Value; class CalcFunction extends CSSFunction { const T_OPERAND = 1; const T_OPERATOR = 2; }
|
Reference in New Issue
Block a user