Prettier is a code formatter. It is a great way to keep code formatted consistently for you and your team.
It supports a lot of different syntaxes
Prettier is a code formatter. It is a great way to keep code formatted consistently for you and your team.
It supports a lot of different syntaxes
Every component is worth testing even if the test is simple. The test gives you confidence that the component works as expected, produce software with better quality and to do proper refactoring.
Sometimes we need an element Center horizontally and vertically. Using margin, padding, position is not a perfect solution for it. There might be a responsive issue.
display:flex is the perfect solution to center an element vertically and horizontally.
See the Pen center an element by Rajib karmaker (@rajibchandrakarmaker) on CodePen.0
Flexbox (also know as flex) is a very powerful layout tool. It solves many layout problems that designers have been struggling to solve for a very long time. Flexbox provides more control to developers who want to build naturally responsive layouts.
The bootstrap team announced a new version of bootstrap.
http://blog.getbootstrap.com/2018/01/18/bootstrap-4/
Let’s check what’s new what’s gone