/**
 * @file
 * Multi-line comments test.
 *
 * @see https://www.drupal.org/docs/develop/standards/css/css-formatting-guidelines#s-multi-line-comments
 */

/**
 * Short description using Doxygen-style comment format.
 *
 * The first sentence of the long description starts here and continues on this
 * line for a while finally concluding here at the end of this paragraph.
 *
 * The long description is ideal for more detailed explanations and
 * documentation. It can include example HTML, URLs, or any other information
 * that is deemed necessary or useful.
 */
.example-rule {
  content: "";
}
