How do we transform the features section we just developed into the mobile-responsive version displayed in Figma? With Tailwind breakpoints of course.
Here we'll utilize some breakpoints to get the correct layout we're going for on both mobile and desktop. I'll also show you some cool Sublime text shortcuts to make your development quick and snappy.
Note here:
The "Ctrl+D" shortcut in Sublime Text is used to select the next occurrence of the current word or selection.
If you want to select all occurrences of the word or selection in the file at once, you can press "Ctrl+Shift+L"