サーバサイドCSSの履歴

#content{
  p { ~ }
  h1 { ~ }
  ul { ~ }
}


って書けば

#content p { ~ }
#content h1 { ~ }
#content ul { ~ }


みたいに出力してくれるってこと?