Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 424 Bytes

debug-mode.md

File metadata and controls

16 lines (11 loc) · 424 Bytes

Debug mode

The sR Breakpoints module has a built-in debug mode which displays the current breakpoint in the bottom right corner. It's deactivated by default, but can be activated when initializing the module.

Example implementation

@include srbreakpoints-init(
    $debug: true
);

Note that the debug mode is not intended for a productive environment.