dave: SASS @import partials => CSS-Datei leer

Beitrag lesen

Hi,

"If you have a SCSS or Sass file that you want to import but don’t want to compile to a CSS file, you can add an underscore to the beginning of the filename."

Genau das soll ja mit partials passieren.
Sie werden importiert, erzeugen aber kein CSS.
Works as designed.

~dave