{"title":"Style - Liquid Object Reference","slug":"style-liquid-object-reference","url":"https://support.storeconnect.com/articles/style-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/style-liquid-object-reference.md","subtitle":null,"summary":"The Style object contains information about a block of Stylesheet code.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Style, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Style object contains information about a block of Stylesheet code.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `active?` | Boolean | Returns true if the Style is active |\n| `content` | String | Returns the content of the Style |\n| `global?` | Boolean | Returns true if the Style is global |\n| `id` | String | Returns the Style's unique id |\n| `media` | String | Returns the Media attribute for the Style |\n| `position` | Number | Returns the position of the Style |\n| `url` | String | Returns a url for an external Style |\n\n## Available on\n\n- [Store - Liquid Object Reference](store-liquid-object-reference) — `styles`"}