All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css.generate-toc.scss Maven / Gradle / Ivy

There is a newer version: 8.0.1
Show newest version
/*
 * Generated table of contents
 */

$toc-depth: 0 !default;

@if $toc-depth > 0 {
	#generated-document-toc {
		flow: document-toc;
		display: -obfl-toc;
		-obfl-toc-range: document;
	}
	#generated-volume-toc {
		flow: volume-toc;
		display: -obfl-toc;
		-obfl-toc-range: volume;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy