mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
Outline the order of what should be in the documentation
This commit is contained in:
parent
09242a87cf
commit
58a45c6f9b
@ -1 +1,200 @@
|
||||
%h1 Documentation
|
||||
%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
|
Loading…
x
Reference in New Issue
Block a user