Custom Indentation Type for SASS Output [duplicate]
问题 This question already has answers here : Change indentation in Sass (3 answers) Closed 3 years ago . My team is working with a vendor who prefers a 4-space hard tab to the 2-space soft tab that comes with the SASS expanded output style (I know, I know - we tried to talk them into the two-space deal, but they won't budge). We use Foreman to handle all of our compiling, so we don't have surface-level access to the sass-convert command that lets you set the indent-style during compilation. I'm