Remove KaiOS breakpoints

This commit is contained in:
0x1eef 2024-09-20 22:04:10 -03:00
parent 188797bf58
commit 3a2873b2cc
2 changed files with 8 additions and 6 deletions

View file

@ -1,12 +1,18 @@
# -*- mode: org -*- # -*- mode: org -*-
** v0.10.0 ** vNEXT
**** Remove KaiOS breakpoints
There is a separate branch (~kaios/main~) for KaiOS support
**** Rewrite theme implementation **** Rewrite theme implementation
The theme implementation has been reduced to a set of colors The theme implementation has been reduced to a set of colors
that are applied when the theme is active, and in the process that are applied when the theme is active, and in the process
we made the creation of new themes easier we made the creation of new themes easier
** v0.10.0
**** Add Cairo fonts **** Add Cairo fonts
Two new fonts for RTL languages: Cairo Regular, Cairo Bold Two new fonts for RTL languages: Cairo Regular, Cairo Bold

View file

@ -1,8 +1,4 @@
/* KaiOS: max widths */ /* max-width */
$breakpoint-kaiOS-portrait: 240px;
$breakpoint-kaiOS-landscape: 320px;
/* Standard max widths */
$breakpoint-sm: 576px; $breakpoint-sm: 576px;
$breakpoint-md: 768px; $breakpoint-md: 768px;
$breakpoint-lg: 992px; $breakpoint-lg: 992px;