Sass

  • Playground
  • Install
  • Learn Sass
  • Blog
  • Documentation
  • Get Involved

Contents

  • Syntax
    • Overview
    • Parsing a Stylesheet
    • Structure of a Stylesheet
    • Comments
    • Special Functions
  • Style Rules
    • Overview
    • Property Declarations
    • Parent Selector
    • Placeholder Selectors
  • Variables
  • Interpolation
  • At-Rules
    • Overview
    • @use
    • @forward
    • @import
    • @mixin and @include
    • @function
    • @extend
    • @error
    • @warn
    • @debug
    • @at-root
    • Flow Control
      • Overview
      • @if and @else
      • @each
      • @for
      • @while
    • From CSS
  • Values
    • Overview
    • Numbers
    • Strings
    • Colors
    • Lists
    • Maps
    • true and false
    • null
    • Calculations
    • Functions
    • Mixins
  • Operators
    • Overview
    • Equality
    • Relational
    • Numeric
    • String
    • Boolean
  • Built-In Modules
    • Overview
    • sass:color
    • sass:list
    • sass:map
    • sass:math
    • sass:meta
    • sass:selector
    • sass:string
  • Breaking Changes
    • Overview
    • Strict Unary Operators
    • Invalid Combinators
    • Media Queries Level 4
    • / as Division
    • Function Units
    • -moz-document
    • Extending Compound Selectors
    • CSS Variable Syntax
    • Duplicate Variable Flags
    • Default Exports
    • Null Alpha Channel
    • abs() Percentage
    • Functions and Mixins Beginning with --
  • Command Line
    • Overview
    • Dart Sass
    • Ruby Sass
    • Migrator
  • JavaScript API
  • sass
  • ListSeparator

ListSeparator

ListSeparator: "," | "/" | " " | null

Possible separators used by Sass lists. The special separator null is only used for lists with fewer than two elements, and indicates that the separator has not yet been decided for this list.

  • Defined in js-api-doc/value/list.d.ts:12
sass
  • Compile
    • AsyncCompiler
    • Compiler
    • CompileResult
    • compile
    • compileAsync
    • compileString
    • compileStringAsync
    • initAsyncCompiler
    • initCompiler
  • Options
    • Options
    • StringOptions
    • OutputStyle
    • StringOptionsWithImporter
    • StringOptionsWithoutImporter
    • Syntax
  • Logger
    • Logger
      • silent
    • Logger
    • SourceLocation
    • SourceSpan
  • Importer
    • NodePackageImporter
    • FileImporter
    • Importer
    • ImporterResult
  • Custom Function
    • CalculationInterpolation
    • CalculationOperation
    • SassArgumentList
    • SassBoolean
    • SassCalculation
    • SassColor
    • SassFunction
    • SassList
    • SassMap
    • SassMixin
    • SassNumber
    • SassString
    • Value
    • CalculationOperator
    • CalculationValue
    • CustomFunction
    • ListSeparator
    • sassFalse
    • sassNull
    • sassTrue
  • Other
    • Exception
    • CanonicalizeContext
    • Deprecations
    • LegacyFileOptions
    • PromiseOr
    • info
  • Legacy
    • types
      • Boolean
      • Color
      • Error
      • List
      • Map
      • Null
      • Number
      • String
    • LegacyException
    • LegacyImporterThis
    • LegacyPluginThis
    • LegacyResult
    • LegacySharedOptions
    • LegacyStringOptions
    • LegacyAsyncFunction
    • LegacyAsyncFunctionDone
    • LegacyAsyncImporter
    • LegacyFunction
    • LegacyImporter
    • LegacyImporterResult
    • LegacyOptions
    • LegacySyncFunction
    • LegacySyncImporter
    • LegacyValue
    • FALSE
    • NULL
    • TRUE
    • render
    • renderSync
  • Messages
    • Version
    • Deprecation
    • DeprecationOrId
    • DeprecationStatus
    • deprecations
  • Current Releases:
  • Dart Sass 1.77.6
  • LibSass 3.6.6
  • Ruby Sass ⚰
  • Implementation Guide

Sass © 2006–2024 the Sass team, and numerous contributors. It is available for use and modification under the MIT License.

  • Sass on GitHub
  • Website Source Code
  • Style Guide
  • Community Guidelines
Follow @SassCSS Deploys by Netlify Powered by MacStadium