デスクトップ/ラップトップのWebページコンポーネントとiPadコンポーネントを備えたアプリケーションに取り組んでいます。どちらのコンポーネントもNodeとStylusからのものです。1つのStylusファイルから2つのCSSファイルを作成するにはどうすればよいですか。1つはデスクトップ用、もう1つはiPad用ですか。
1 に答える
1
According to documentation you can use @import to use different files either css or stylus http://learnboost.github.com/stylus/docs/import.html
于 2012-03-07T02:07:13.477 に答える