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. Sass Compilation
  3. Sass.CompilerMessageStyle
  • 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

CompilerMessageStyle

Swift
public enum CompilerMessageStyle: Sendable

The format used for CompilerError.description and CompilerMessage.description.

Show on GitHub

Topics

case plain

case plain

Plain text.

Declaration
Swift
case plain
Show on GitHub

case terminalColored

case terminalColored

Colorized with terminal escape sequences.

Declaration
Swift
case terminalColored
Show on GitHub
« SourceMapStyle « SourceMapStyle
CompilerWarningLevel » CompilerWarningLevel »
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 ♪♫.