frontend-playbook
frontend-playbook copied to clipboard
The Frontend Playbook
* Add a table of contents * Improve the text in the Introduction * Make "Picking the right image format" a separate section * Add MP4 to the same section...
- Use of `dart-sass` - `@use/@forward` etc - [`calc()` vs `sass:math`](https://github.com/springernature/karez/pull/1037)

Further to [removing the CSS linting rules](https://github.com/springernature/frontend-playbook/pull/277) from the playbook documentation, there is some investigation to be done about whether we can have 1 linter instead of `stylelint` and `sass-lint`,...
Some checklists to follow when building forms. A work in progress, so don't expect it to be anywhere near perfect just yet. But happy to receive comments even at this...
It's common for sites to include messages that show up when the user has disabled JavaScript (or JavaScript fails to load) and request the user to enable JavaScript in order...
After a discussion about reasonable use of comments, we thought it worth providing a couple of extra examples of where comments in code are useful (to complement [the general rule...
r.e. https://github.com/springernature/frontend-playbook/blob/5b58578a830b6f04975e72d4aba8c5e4eaef5ff0/practices/house-style.md#making-changes-to-the-house-style in #361 @dotcode quoth: >I think that particular part of the House Style page is almost something you'd expect to see in a Contributing.md. I think this is...
In open space, we discussed whether "mobile-first" was still the best way to approach responsive breakpoints. The overall conclusion was that yes, this is a good approach. It was also...
There was recently a discussion on Slack wrt whether to use `` or `` for form submit buttons. It was agreed in the end that we should use ``. See...