Reputation: 4453
How do I format the html element in scss to be one line?
I am using Visual Studio Code.
Upvotes: 1
Views: 1403
Reputation: 2874
Go to File, Preferences, Keyboard Shortcuts and search for Join Lines. Set up a keybind that you like and then go to your code. Select all your elements then press that keybind. It should be in one line!
Upvotes: 1