Published
July 6, 2023
Updated
July 7, 2025
Advanced implementations of Finsweet's Attributes libraries can become complex.
To see all elements with fs-
attributes on the page, you can run this script in the console.
[...document.querySelectorAll("*")].forEach(e => {
if ([...e.attributes].some(a => a.name.startsWith("fs-"))) {
e.style.border = "2px solid red";
}
});
Debugging v1
Querystring
There are some built-in support features you can activate by modifying your site's querystring.
?fs-attributes-support=true
Finsweet's Support Forums
The slack channel is no longer used for support however in May 2023 Finsweet launched support forums and Finsweet+.
https://forum.finsweet.com/
Finsweet's Paid Support
Reportedly worth every penny.
FAQs
Answers to frequently asked questions.