Skip to content

Latest commit

 

History

History
104 lines (98 loc) · 2.18 KB

README.md

File metadata and controls

104 lines (98 loc) · 2.18 KB

Sass

  • sass-시작
  • sass-기본사항
    • Variables
    • Nesting
    • Partials
    • Import
    • Mixins
    • Extend
    • Operators
  • sass-레퍼런스
    1. Features
    2. Syntax
    3. Using Sass
      • Rack/Rails/Merb Plugin
      • Caching
      • Options
      • Syntax Selection
      • Encodings
    4. CSS Extensions
      • Nested Rules
      • Referencing Parent Selectors: &
      • Nested Properties
      • Placeholder Selectors: %foo
    5. Comments
    6. SassScript
      • Interactive Shell
      • Variables: $
      • Data Types
        • Strings
        • Lists
        • Maps
        • Colors
      • Operations
        • Number Operations
          • Division and /
          • Subtraction, Negative Numbers, and -
        • Color Operations
        • String Operations
        • Boolean Operations
        • List Operations
      • Parentheses
      • Functions
        • Keyword Arguments
      • Interpolation: #{}
      • & in SassScript
      • Variable Defaults: !default
    7. @-Rules and Directives
      • @import
        • Partials
        • Nested @import
      • @media
      • @extend
        • How it Works
        • Extending Complex Selectors
        • Multiple Extends
        • Chaining Extends
        • Selector Sequences
        • Merging Selector Sequences
        • @extend-Only Selectors
        • The !optional Flag
        • @extend in Directives @at-root @at-root (without: ...) and @at-root (with: ...) @debug @warn @error
    8. Control Directives & Expressions if() @if @for @each Multiple Assignment @while
    9. Mixin Directives Defining a Mixin: @mixin Including a Mixin: @include Arguments Keyword Arguments Variable Arguments Passing Content Blocks to a Mixin Variable Scope and Content Blocks
    10. Function Directives
    11. Output Style
      • :nested
      • :expanded
      • :compact
      • :compressed
    12. Extending Sass
      • Defining Custom Sass Functions
      • Cache Stores
      • Custom Importers
  • 04_웹디자이너를_위한_SASS
  • 05_Sass_GuideLine
  • 06_기타-sasscomplier