Breakpoints

A centralized breakpoint system that can be adjusted easily through SASS.




In the Release version of Ueyen (not the Beta), there will be an easier way of controling breakpoints through custom properties, without the need of using the source files/SASS.



Changing the breakpoint values

The breakpoint values are only accebible through SASS. You can override the following SASS vasiables in the Control Panel:

    
$breakpoint-small
$breakpoint-medium
$breakpoint-large
$breakpoint-huge     

The control-panel.scss is located at the root directory of the source files folder.

Control Panel path