ソーシャルゲームのマークアップを主軸にした大規模開発用のHTML/CSS設計思想。
風呂 https://github.com/hiloki/flocss といったらシャワーだよねっていう
* *
* + ネタです
n ∧_∧ n
+ (ヨ(* ´∀`)E)
Y Y *
// Float | |
// | |
// floatの操作 | |
// | |
// .pull_l - left | |
// .pull_r - right | |
// .pull_c - clear | |
// | |
// Markup: |
/* | |
abs | |
position:absoluteによる配置 | |
.abs ... ベース <br> | |
.abs_mc ... marginによるcenteringの略 <br> | |
.abs_mc_h ... marginによるセンタリング(horizontal) <br> | |
.abs_mc_v ... marginによるセンタリング(vertical) <br> | |
.abs_tc ... translateによるcenteringの略 <br> |
// Align | |
// | |
// インライン要素に有効。ブロック要素にはag-flexつかうよろし | |
// | |
// .align_c - center | |
// .align_l - left | |
// .align_r - right | |
// | |
// Markup: | |
// <p class="{$modifiers}">center</p> |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// _flex.styl | |
// | |
// Flexible Box Layout Module | |
// W3C Working Draft, 23 July 2009. stylus & BEMver | |
// | |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// Flex | |
// |
ソーシャルゲームのマークアップを主軸にした大規模開発用のHTML/CSS設計思想。
風呂 https://github.com/hiloki/flocss といったらシャワーだよねっていう
* *
* + ネタです
n ∧_∧ n
+ (ヨ(* ´∀`)E)
Y Y *
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// CSS Speech Bubble Mixin (for stylus) | |
// _bubble.scss | |
// | |
// http://jsdo.it/Tenderfeel/ApPq | |
// http://cssdeck.com/labs/x0v5zniy | |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// Bubble-tail | |
// |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// Compass Configurable Variables | |
// | |
// Compassのmixinとかのオプション | |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// | |
// # Compass Cross-Browser Support Configuration | |
// http://compass-style.org/reference/compass/support/ | |
// | |
// `$legacy-support-for-ie` --- IE6&IE7用のhackを使うならtrue.初期値はfalse |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// CSS3 animation mixin | |
// !!! NEED Compass !!! | |
// | |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// # Animation | |
// | |
// animationショートハンドにベンダープレフィックス付けるmixin | |
// |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// CSS Speech Bubble Mixin | |
// _bubble.scss | |
// | |
// http://jsdo.it/Tenderfeel/ApPq | |
//--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- | |
// # bubble-tail-init | |
// | |
// しっぽのベース作成 |
//----------------------------------------------- | |
//CSS Flexible Box Layout Module Mixin | |
//W3C Candidate Recommendation, 18 September 2012 | |
//http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/ | |
//----------------------------------------------- | |
//Flex Containers: the ‘flex’ and ‘inline-flex’ ‘display’ values | |
$default-flex-display: flex; |