use PathBuf;
/// Options for initializing theme and responsive loader.
///
/// `path` defaults to `./styles` if not defined. Automatically detects if given
/// path is directory or file.
///
/// `recursive` sets the filesystem notifier mode to also detect changes in subfolders.
/// Has no have effect if path points to file.