Last updated

Project 2

Training exercise.

What gave us a smile?

  • It was easy to find documentation to apply styling.
  • When we changed package.json, WYSIWYG automatically picked up changes.
  • It was convenient to see updated styles in WYSIWYG.

What was confusing for us?

  • 🔴 WYSIWYG doesn't apply changes after adding/removing @theme/styles.css.
  • 🟡 We cannot change background color because this variable was not documented (--bg-color). The same for font color (--text-color-secondary).
  • 🟢 Documentation does not reflect colors.
  • 🟢 It would be good to highlight base color: example.
  • 🟢 We should use Base colors vars for Prime colors pallet.
  • 🟢 It would be good to know which components will be affected after changing some primary color.

Legend:

  • 🔴 - most confusing
  • 🟡 - intermidiate issue (we can find workaround)
  • 🟢 - small issue