Remove KaiOS breakpoints
This commit is contained in:
parent
188797bf58
commit
3a2873b2cc
2 changed files with 8 additions and 6 deletions
|
@ -1,12 +1,18 @@
|
|||
# -*- mode: org -*-
|
||||
|
||||
** v0.10.0
|
||||
** vNEXT
|
||||
|
||||
**** Remove KaiOS breakpoints
|
||||
There is a separate branch (~kaios/main~) for KaiOS support
|
||||
|
||||
**** Rewrite theme implementation
|
||||
The theme implementation has been reduced to a set of colors
|
||||
that are applied when the theme is active, and in the process
|
||||
we made the creation of new themes easier
|
||||
|
||||
|
||||
** v0.10.0
|
||||
|
||||
**** Add Cairo fonts
|
||||
Two new fonts for RTL languages: Cairo Regular, Cairo Bold
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
/* KaiOS: max widths */
|
||||
$breakpoint-kaiOS-portrait: 240px;
|
||||
$breakpoint-kaiOS-landscape: 320px;
|
||||
|
||||
/* Standard max widths */
|
||||
/* max-width */
|
||||
$breakpoint-sm: 576px;
|
||||
$breakpoint-md: 768px;
|
||||
$breakpoint-lg: 992px;
|
||||
|
|
Loading…
Reference in a new issue