この出力を得るために必要な構成設定は次のとおりです。
.namespace {
.title {}
.item {}
}
ブロック間の空行の構成を見つけましたが、ネストされたブロックの最後の空行を防ぐことについては何もありません。
.namespace {
.title {}
--- rule-nested-empty-line-before ---
.item {}
--- But this empty line should throw a warning ---
}