Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 467 Bytes

STYLEGUIDE.md

File metadata and controls

29 lines (16 loc) · 467 Bytes

GeoNetwork UI styleguide

General

Filenames

Do not comment out code

We use a version management system. If a line of code is no longer needed, remove it, don't simply comment it out.

Prettier and Linting

Prettier is used for linting.

HTML

Ids …

TypeScript

Styling with CSS

Internationalization

ng xi18n --format=xlf --i18n-locale=en --output-path src/locale

Accessibility