SASS tek seferde tüm dosyaları import etmek
Yanlış hatırlamıyorsam tek tek bu şekilde elle yazmak yerine
//main.scss
@import '../scss/variables';
@import '../scss/reset';
@import '../scss/row';
@import '../scss/offset';
bir fonksiyon yazıp hepsini çekebiliyorduk. Böyle bir şey var mı, nereden öğrenebilirim?
Başka bir şeyle karıştırıyorda olabilirim
@import "foo/*" // import all the files in the foo folder
@import "bar/**/*" // import all the files in the bar tree