diff --git a/source/documentation.haml b/source/documentation.haml index 6c8127a..df491f3 100644 --- a/source/documentation.haml +++ b/source/documentation.haml @@ -1 +1,200 @@ -%h1 Documentation \ No newline at end of file +%h1 Documentation + +:markdown + ## Installation + + ### Basic + + Basic command line usage vs GUI. Send folks over to the quickstart guides? + + ### Rails + + ### Sinatra + + ### Middleman + + ### Nanoc + + ### Drupal + + ### Node + + --- + + ## Options + + ### :style (nested, expanded, compact, compressed) + + ### :syntax (sass, scss) + + ### :property_syntax + + ### :cache + + ### :read_cache + + ### :cache_store + + ### :never_update + + ### :always_update + + ### :always_check + + ### :poll + + ### :full_exception + + ### :template_location + + ### :css_location + + ### :cache_location + + ### :unix_newlines + + ### :filename + + ### :line + + ### :load_paths + + ### :filesystem_importer + + ### :line_numbers + + ### :debug_info/:trace_selectors options. + + ### :trace_selectors + + ### :debug_info + + ### :custom + + ### :quiet + + --- + + ## Nesting + + ### Nested Rules + + ### Nested Properties + + ### Referencing Parent Selectors + + + + ## Operations + + ### Math (+, -, *, /, %) + + / Cover parenthesis here as well + + ### Relational (<, >, <=, >=, ==, !=) + + ### Colors + + ### Strings + + ### Boolean (and, or, not) + + + + ## @import + + ### Partials + + ### @import + + + + + ## Variables + + ### Defaults + + + + + ## Interpolation + + + + + ## Logic + + ### @if + + ### @for + + ### @each + + ### @while + + + + ## Mixins + + ### Create a mixin + + ### Using a mixin + + ### Arguments + + ### @content blocks + + + + + ## @extend + + ## Placeholder + + ## Gotchas + + + ## @media + + + + + ## Functions + + ### Custom Functions + + ### RGB + + ### HSL + + ### Opacity + + ### Strings + + ### Numbers + + ### Lists + + ### Introspective + + + + ## Debugging + + ### @debug + + ### @ward + + + + ## Comments + + --- + + ## Extending Sass + + ### Defining custom functions + + ### Cache Stores + + ### Custom Importers \ No newline at end of file