Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Sassy no longer uses pre/post alters, instead modification of the source for all valid purposes can be achieved by using built in functions. Therefore, Sassy Substitutions now uses that method and creates the "token" function instead of using the @token method. As such, any code that currently uses @token needs to be edited: s/@token/token/