We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9d282 commit f2fcdf9Copy full SHA for f2fcdf9
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## WIP
4
- Tweak some CSS for stylelint update
5
+- Fix error in PHP 7.2
6
7
## 1.1.1
8
- Fix image resize/optimiser
helper.php
@@ -46,10 +46,7 @@ private function saveCss($json)
46
$string .= '}';
47
48
// Write to file
49
- file_put_contents(
50
- JPATH_SITE . '/templates/lightning/css/custom-variables.css',
51
- $string,
52
- );
+ file_put_contents(JPATH_SITE . '/templates/lightning/css/custom-variables.css', $string);
53
54
$response = Text::_('CSS variables saved');
55
}
0 commit comments