stylelint-config-drupal
Version:
Drupal stylelint configuration
21 lines (19 loc) • 599 B
CSS
/**
* @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: "";
}