UNPKG

stylelint-config-drupal

Version:
17 lines (14 loc) 312 B
/** * @file * Single-line comments test. * * @see https://www.drupal.org/docs/develop/standards/css/css-formatting-guidelines#s-single-line-comments */ .example { /* Override the default margins. */ margin: 0; } /* This is a variant of the .example component. */ .example--item { display: inline; }