-
-
Notifications
You must be signed in to change notification settings - Fork 32
good to knows
Bruno Besson edited this page Nov 13, 2020
·
3 revisions
Here is a list of questions without answers, and hacks used to make things works.
Please add any point or hack when intention is not purely clear for a newbie that read your code.
-
title
attribute does not work on fort-awesome SVG icons (but why??). Add them into a span. -
CSS tootlip does not works when element parent got a
overflow:hidden
, so, until a good solution on this point, we'll use builtin title attribute - Bulma CSS is included into chunk app, instead of chunk vendors. it's because this CSS is compiled with our custom variables.
- Eslint (a static code analysis tool to help you make your code bug-free) is run manually with the
npm run lint
command, and checked in CI. Prettier (an opinionated code formating tool) is run automatically as a pre-commit hook. Most of the time, you'll also have configured your IDE to apply formatting on save.
- 🏠 Home
- 📋 Changelog
- 🛠️ Dev environment
- 🎉 Resolving issues
- 🤖 CI/CD
- 📝 Tech docs
- 🎓 Courses
- 🤓 Admin