Loading index... Failed to load index No matches
Skip to main content
Swift Sass v3.0.0
(100% documented)
Open on GitHub Open in Dash
  1. Index
  2. SassScript
  3. Sass.SassCalculation
  4. Kind
  • Sass Compilation
    • Compiler
    • Syntax
    • CssStyle
    • SourceMapStyle
    • CompilerMessageStyle
    • CompilerWarningLevel
    • Deprecation
      • ID
    • DeprecationControl
    • CompilerResults
      • URLStyle
    • CompilerMessage
      • Kind
    • CompilerError
    • Span
      • Location
  • Custom Importers
    • Dart Sass
      • Importer
      • ImporterResults
      • ImporterContext
      • FilesystemImporter
      • ImportResolver
  • Custom Functions
    • SassFunction
    • SassFunctionSignature
    • SassFunctionMap
  • SassScript
    • SassValue
    • SassString
    • SassNumber
    • SassColor
      • Space
    • SassConstants
    • SassList
      • Separator
    • SassArgumentList
    • SassMap
    • SassCalculation
      • Kind
      • Operator
      • Value
    • SassMixin
    • SassCompilerFunction
    • SassDynamicFunction
    • SassValueVisitor
    • SassNull
    • SassBool
  • Errors
    • ProtocolError
    • LifecycleError
    • SassFunctionError

Kind

Swift
public enum Kind: String

The kind of the SassCalculation expression

Show on GitHub

Topics

case calc

case calc

Sass calc()

Declaration
Swift
case calc
Show on GitHub

case min

case min

Sass min()

Declaration
Swift
case min
Show on GitHub

case max

case max

Sass max()

Declaration
Swift
case max
Show on GitHub

case clamp

case clamp

Sass clamp()

Declaration
Swift
case clamp
Show on GitHub
« SassCalculation « SassCalculation
Operator » Operator »
Topics
  • Declaration
Actions
  • Search (/)
  • Open all (a) Close all (a)

Distributed under the MIT license. Maintained by John Fairhurst.

Generated by Bebop v1.12.0 using the FW2020 theme, based on technology from jazzy ♪♫.