:compressed Compressed style takes up the minimum amount of space possible, having no whitespace except that necessary to separate
:expanded Expanded is a more typical human-made CSS style, with each property and rule taking up one line. Properties are indented
:nested Nested style is the default Sass style, because it reflects the structure of the CSS styles and the HTML document they’re
:compact Compact style takes up less space than Nested or Expanded. It also draws the focus more to the selectors than to their