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
Would be nice to be able to set Body classes with this package or another package.
Body.addClass("mobile") // Add a new class to the body tag.
Body.removeClass("mobile") // Remove class(es) from the body tag.
Body.replaceClasses("desktop") // Replace all classes with "desktop" only.
Body.replaceClasses("") // Remove all classes.
How about it?
The text was updated successfully, but these errors were encountered:
This package is meant to manipulate the head. I don't think this request
suits here.
On 2015 සැප් 7, සඳුදා at පෙ.ව. 1.54 Tim Brandin [email protected]
wrote:
Would be nice to be able to set Body classes with this package or another
package.
Body.addClass("mobile") // Add a new class to the body tag.
Body.removeClass("mobile") // Remove class(es) from the body tag.
Body.replaceClasses("desktop") // Replace all classes with "desktop" only.
Body.replaceClasses("") // Remove all classes.
How about it?
—
Reply to this email directly or view it on GitHub #5.
This package is meant to manipulate the head. I don't think this request
suits here.
On 2015 සැප් 7, සඳුදා at පෙ.ව. 1.54 Tim Brandin [email protected]
wrote:
Would be nice to be able to set Body classes with this package or another
package.
Body.addClass("mobile") // Add a new class to the body tag.
Body.removeClass("mobile") // Remove class(es) from the body tag.
Body.replaceClasses("desktop") // Replace all classes with "desktop"
only.
Body.replaceClasses("") // Remove all classes.
How about it?
—
Reply to this email directly or view it on GitHub #5.
—
Reply to this email directly or view it on GitHub #5 (comment)
.
Would be nice to be able to set Body classes with this package or another package.
Body.addClass("mobile") // Add a new class to the body tag.
Body.removeClass("mobile") // Remove class(es) from the body tag.
Body.replaceClasses("desktop") // Replace all classes with "desktop" only.
Body.replaceClasses("") // Remove all classes.
How about it?
The text was updated successfully, but these errors were encountered: