--- title: "Liquid tags: stylesheet" description: CSS styles included in [section](/storefronts/themes/architecture/sections), [block](/storefronts/themes/architecture/blocks), and [snippet](/storefronts/themes/architecture/snippets) files. api_name: liquid source_url: html: https://shopify.dev/docs/api/liquid/tags/stylesheet md: https://shopify.dev/docs/api/liquid/tags/stylesheet.md --- # stylesheet CSS styles included in [section](https://shopify.dev/storefronts/themes/architecture/sections), [block](https://shopify.dev/storefronts/themes/architecture/blocks), and [snippet](https://shopify.dev/storefronts/themes/architecture/snippets) files. Each section, block or snippet can have only one `{% stylesheet %}` tag. To learn more about how CSS that's defined between the `stylesheet` tags is loaded and run, refer to the documentation for [stylesheet tags](https://shopify.dev/storefronts/themes/best-practices/javascript-and-stylesheet-tags#stylesheet). *** Caution Liquid isn't rendered inside of `{% stylesheet %}` tags. Including Liquid code can cause syntax errors. *** ## Syntax ```oobleckTag {% stylesheet %} css_styles {% endstylesheet %} ``` css\_styles The CSS styles for the section, block or snippet.