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