Create custom FlipDown themes
masterTo create a custom theme, add a new stylesheet using the FlipDown theme template. Your CSS selectors must use the prefix .flipdown__theme- followed by your theme name.
Example: If you name your theme ocean, use .flipdown__theme-ocean in your CSS. You can then load it via the theme option in the constructor.