Matias Griese
Matias Griese
Just an idea; you can kind of do this already. In CSS you can use css3 variables and then set them using variables in SCSS. @hexplor This may be something...
Yes, in that case, it's the form field validation that fails.
@hexplor Can you recompile JS and commit?
Looks like the above fix is only partial; more work is needed to fix the issue everywhere.
Well, simply moving doesn't work, but the file structure is identical to the structure of HTML. It's easiest to copy an existing preset, which have a far simpler structure in...
https://docs.gantry.org/gantry5/advanced/creating-layout-presets
Are you using WP?
Generally, I wouldn't use `..` in SCSS because the CSS files it creates can be saved into multiple locations. I would just keep all the files relative to the document...
You have Joomla template override in the theme that was copied from Joomla 3. You need to either remove the file or update it with Joomla 4 version of the...
It looks like a bad config YAML file in quix library (using older and invalid syntax that doesn't work anymore). I don't think that downgrading Gantry works as it has...