aboutsummaryrefslogtreecommitdiff
path: root/app/class/Quickcss.php
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-12-22 12:35:31 +0100
committerGitHub <noreply@github.com>2020-12-22 12:35:31 +0100
commitf30ec46d410f4c0bf986929e132f8a9efd4d0530 (patch)
tree9baaa6e940c85e018273a48b410e24c94e32d8fb /app/class/Quickcss.php
parent8a8aebc3606c9ad7a59c93df90b2e591709bb717 (diff)
parentf6cc150d7052751d5c226ff8050db90d57355ed7 (diff)
downloadwcms-f30ec46d410f4c0bf986929e132f8a9efd4d0530.tar.gz
wcms-f30ec46d410f4c0bf986929e132f8a9efd4d0530.zip
Merge pull request #130 from n-peugnet/deps
build(deps): fix github ci
Diffstat (limited to 'app/class/Quickcss.php')
-rw-r--r--app/class/Quickcss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/class/Quickcss.php b/app/class/Quickcss.php
index e2ee9f4..4801a16 100644
--- a/app/class/Quickcss.php
+++ b/app/class/Quickcss.php
@@ -11,7 +11,7 @@ class Quickcss extends Item
private $units = [];
private $new = [];
private $jsoncss = [];
-
+
private $quickcss = [];
public const COLOR = ['color', 'background-color', 'border-color', 'text-decoration-color'];
@@ -98,7 +98,7 @@ class Quickcss extends Item
}
}
-
+
public function setjson($jsoncss)
{
if (!empty($jsoncss) && is_string($jsoncss)) {