--- title: JavaScript and stylesheet tags in snippets - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/javascript-and-stylesheet-tags-in-snippets md: https://shopify.dev/changelog/javascript-and-stylesheet-tags-in-snippets.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 21, 2025 Tags: * Themes # JavaScript and stylesheet tags in snippets In addition to blocks and sections, you can now use the `{% stylesheet %}` and `{% javascript %}` Liquid tags in snippets. Bundling stylesheet and JavaScript assets helps keep your theme modular. This makes the files portable across different themes and shops without losing their functionality or styling. Learn more about the tags in our [documentation](https://shopify.dev/docs/storefronts/themes/best-practices/javascript-and-stylesheet-tags).