By alexpott on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.8.x
Introduced in version:
8.8.0-alpha1
Issue links:
Description:
Drupal 8.8.0 has added and configured the stylelint-order plugin to enforce our CSS standards for CSS ordering.
To apply the CSS standards to core CSS files whilst developing do:
$ cd core
$ yarn install
$ yarn run lint:css --fix
The yarn install is only necessary to ensure you have all the correct JS libraries installed.
Impacts:
Module developers
Themers
Site templates, recipes and distribution developers