LoginSignup
7
5

More than 5 years have passed since last update.

混乱しないSCSS設計のメモ

Posted at
style.scss
@import "compass";
@import "compass/reset";//normarizeよりreset派です

@import "setting";//変数のまとめ
@import "module";//@mixinと@extendのまとめ
@import "sprite";//retina対応スプライトmixinを多用する場合はこちらに
@import "base";//body,a,imgなど
@import "layout";//変更が少ないheader&footer(→コンパイル時間の短縮が出来る)

7
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5