This repo contains the DevLinks project following the Rocketseat course.
As usually, on this repo you can found some changes when compare with the course project.
The goal of DevLinks is build your first website, but, in my case, I have a few changes when comparing with the course:
- Use Gulp;
- Use Sass;
- Use SVG Sprite for the icons;
- Change
outline
property on switch to use::after
withborder
property;- Why? The
oultine
on Safari appears as a square, don't respect theborder-radius
on switch toggle. But, if you use asborder
on::after
you can have the same effect.
- Why? The
- ESLint configuration;
- Improve SEO;
- Create config to optimize and convert images to
.webp
.