At work there is a style of writing and you need to write scss as (: compact), and not in a column. I wanted to know if someone knows some kind of plugin to press a key combination and he would rebuild the code from the column in (: compact) and vice versa in the code editor itself?

Example

  • you can use minifiers, the Internet is full of them - Rosnowsky
  • Do you need all the code in one line to fit for optimization? sass --watch a.scss:a.css --style compressed . Build systems like Grunt do it. Also, this task is performed by programs called Minifier, this answer contains their review for Sublime Text. // If you mean something else under "in a row", explain, preferably, with specific examples. Thank. - Sasha Chernykh
  • added an example. - Alexander
  • There is a plugin for Sb3: "HTML, CSS, JS Prettify", and one more: "CSS Format" - user190134
  • CSS Format is needed the same only for Sass (Scss) - Alexander

0