私はフレームワークでcompass
新しいsass
プロジェクトを作成するために使用しましzurb foundation 4
た。私のscreen.scss
ファイルは次のようになります。
// Reset and normalization settings
@import "normalize";
// Global Foundation Settings
@import "settings";
// Comment out this import if you are customizing you imports below
@import "foundation";
デフォルト設定には次の行が含まれます。
$row-width: 62.5em;
これは、少なくとも768pxの画面では、グリッド行が1000px(62.5em)である必要があることを意味します。
メディア条件をもう1つ追加する適切な方法は何ですか。これにより、$row-width
1280px以上の画面で変数が75em(1200px)まで増加します。