Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Rolltemplate css suddenly disapeared

Hi everyone I develop my own version of the Exalted 3rd Edition character sheet, and as i was improving everything, suddenly the rolltemplates lost their css all the css in the character sheet file is working, i tried to remove part of it, or change where the rolltemplate is located in the css but, as i didnt change the rolltemplate css since monthes, and even when i type directly the rolltemplate macro, i still don't have the css for the rolltemplates Any ideas ? no update in the api or anything i didn't followed ?
1652028562
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
The roll template css parser is very picky, and checks the entire sheet's CSS. If you have added anything that doesn't pass the roll template's security check, the whole bit will be thrown out. Things to look for include: The presence of any of the words described here an @charset declaration at the top of your CSS. This usually happens when using SCSS to generate the CSS and you have unicode characters in the code
yeah i have a css issue, thanks, addings section by section to find my issue, it was a long time since last commit T_T bad habbit Thanks for your time and kindness !
ok my kirby that worked for some days start to make the security panic, i'll escape that x) (it's used to toggle the content on a span::before) .selector :checked + span::before {     content : "<('o'<)" ; }
Ok, it's definetly the Kirby, but i can't figure how it's shown, but break the css ... can someone help me about this ? (i think i found a solution but, anyway, it feels weird that it works but not for rolltemplates)