2
1

More than 5 years have passed since last update.

bourbon + flocss でCSS構成

Posted at

flocss のルール

構成:

  • Foundation - reset/normalize/base...
  • Layout - header/main/sideber/footer...
  • Object
    • Component - grid/button/form/media...
    • Project - articles/ranking/promo...
    • Utility - clearfix/display/margin...

マイ・ルール

bourbon

A simple and lightweight mixin library for Sass.
- http://bourbon.io/

flocss 構成で application.scss に書く

@import "bourbon";
@import "foundation/reset";
@import "foundation/base";
@import "layout/*";
@import "object/component/*";
@import "object/project/*";
@import "object/utility/*";

bourbon とは?

2
1
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
2
1