---
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'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Themes
    handle: dev_themes
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-04-22T12:07:58-04:00'
  postedAt: '2025-05-21T08:00:00-04:00'
  updatedAt: '2025-04-24T14:38:10-04:00'
  effectiveAt: '2025-05-06T12:00:00-04:00'
---

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).
