/**
 * @file
 * This file is not meant to contain actual styles used anywhere. Instead, it's a
 * way of cache-busting CSS aggregated files by causing their contents to change.
 *
 * Currently included in pt_cachecontrol.info. It may need to be included in other
 * ways to affect different CSS aggregates.
 *
 * @see PT-573 for the original issue.
 */
#pt_cachecontrol_cachebuster {
  content: "1";
}
