File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{$NEXT}}
2
+
3
+ 0.9.6 2024-08-29T06:32:07+12:00
2
4
- Add FontConf 0.1.4+ :best($n) and :all options to
3
5
find-font() method
6
+ - Fix inheritance of font-size via inherit() method
4
7
5
8
0.9.5 2022-09-30T05:13:03+13:00
6
9
- fix parsing of rgb/hsl alpha channel as a percentage
Original file line number Diff line number Diff line change 32
32
},
33
33
"resources" : [
34
34
],
35
- "source-url" : " git ://github.com/css-raku/CSS-Properties-raku.git" ,
35
+ "source-url" : " https ://github.com/css-raku/CSS-Properties-raku.git" ,
36
36
"tags" : [
37
37
" css"
38
38
],
39
39
"test-depends" : [
40
40
],
41
- "version" : " 0.9.5 "
41
+ "version" : " 0.9.6 "
42
42
}
Original file line number Diff line number Diff line change 1
1
use v6 ;
2
2
3
3
# | management class for a set of CSS Properties
4
- class CSS::Properties : ver<0.9.5 >: api<0.9 > {
4
+ class CSS::Properties : ver<0.9.6 >: api<0.9 > {
5
5
6
6
= begin pod
7
7
You can’t perform that action at this time.
0 commit comments