Created
May 26, 2020 11:36
-
-
Save thexmanxyz/0be07a834f0f7b917bef1062dd27294a to your computer and use it in GitHub Desktop.
Explore Gantry5 configuration in TWIG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# retrieve configuration #} | |
{{ dump(gantry.config) }} | |
{# retrieve styles configuration #} | |
{{ dump(gantry.config.styles) }} | |
{# retrieve breakpoint configuration #} | |
{{ dump(gantry.config.styles.breakpoints) }} | |
{# you can also obtain particle configurations via gantry.particles #} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment