layerNamePaths property

List<List<String>> layerNamePaths
final

A list of layer name paths (each path is dot-separated in CSS). Example: @layer a.b, c; becomes [['a','b'], ['c']].

Implementation

final List<List<String>> layerNamePaths;