Skip to content

v6.2.0

Compare
Choose a tag to compare
@connor-baer connor-baer released this 01 Dec 23:32
· 124 commits to main since this release
4c87740

Minor Changes

  • #916 b3b5cfe Thanks @connor-baer! - Added support for linting CSS files with Stylelint. Replace your existing config or add a new .stylelintrc.js file in your project root with the following content:
module.exports = require('@sumup/foundry/stylelint');

Then, add this script to your package.json file:

{ "lint:css": "stylelint \"**/*.css\"" }