SassMixin
A Sass mixin.
Values representing mixins can only be created by the compiler. See the Sass docs.
Topics
Properties
var id: Int
var id: Int
The mixin ID. Opaque to users, meaningful to Sass implementations.
Declaration
Swift
public let id: Int
Misc
static func ==(lhs: SassMixin, rhs: SassMixin) -> Bool
static func ==(lhs: SassMixin, rhs: SassMixin) -> Bool
func hash(into: inout Hasher)
func hash(into: inout Hasher)
func accept<V, R>(visitor: V) -> R
func accept<V, R>(visitor: V) -> R
Take part in the SassValueVisitor
protocol.
Declaration
Swift
public override func accept<V, R>(visitor: V) throws -> R
where V: SassValueVisitor, R == V.ReturnType
var description: String
var description: String