Change record status: 
Project: 
Introduced in branch: 
8.8.x
Introduced in version: 
8.8.0-alpha1
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
Distribution developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done