You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
The description for the stylesheet tag is essentially identical to to that of thejavascript tag with references to javascript/JavaScript changed to stylesheet/CSS but one of the references has been missed.
Expected
"You need to use these tags only if your section or app block is meant to be installed on multiple themes or stores. Otherwise, you should include the CSS that your section needs in your theme's assets directory. Each section or app block can have only one {% stylesheet %} tag.\n\nTo learn more about how section-specific CSS is loaded and run, refer to the documentation for sections.\n> Caution:\n> Liquid isn't rendered inside of {% stylesheet %} tags. Including Liquid code can cause syntax errors."
Actual
"You need to use these tags only if your section or app block is meant to be installed on multiple themes or stores. Otherwise, you should include the JavaScript that your section needs in your theme's assets directory. Each section or app block can have only one {% stylesheet %} tag.\n\nTo learn more about how section-specific CSS is loaded and run, refer to the documentation for sections.\n> Caution:\n> Liquid isn't rendered inside of {% stylesheet %} tags. Including Liquid code can cause syntax errors."
The text was updated successfully, but these errors were encountered:
Summary
The description for the
stylesheet
tag is essentially identical to to that of thejavascript
tag with references to javascript/JavaScript changed to stylesheet/CSS but one of the references has been missed.Expected
"You need to use these tags only if your section or app block is meant to be installed on multiple themes or stores. Otherwise, you should include the CSS that your section needs in your theme's
assets
directory. Each section or app block can have only one{% stylesheet %}
tag.\n\nTo learn more about how section-specific CSS is loaded and run, refer to the documentation for sections.\n> Caution:\n> Liquid isn't rendered inside of{% stylesheet %}
tags. Including Liquid code can cause syntax errors."Actual
"You need to use these tags only if your section or app block is meant to be installed on multiple themes or stores. Otherwise, you should include the JavaScript that your section needs in your theme's
assets
directory. Each section or app block can have only one{% stylesheet %}
tag.\n\nTo learn more about how section-specific CSS is loaded and run, refer to the documentation for sections.\n> Caution:\n> Liquid isn't rendered inside of{% stylesheet %}
tags. Including Liquid code can cause syntax errors."The text was updated successfully, but these errors were encountered: