mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Added CSS light-dark function support (https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark).
Fix minor bug in SyntaxTokenizer. Fix default Google chepeast model.
This commit is contained in:
@@ -1092,6 +1092,12 @@ or one of the special constants.
|
||||
|
||||
---
|
||||
|
||||
### light-dark
|
||||
|
||||
Read [light-dark](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark) documentation.
|
||||
|
||||
---
|
||||
|
||||
### line-spacing
|
||||
|
||||
Sets a extra line spacing to the line box.
|
||||
@@ -2099,6 +2105,12 @@ Sets the current value to an element that accepts values.
|
||||
|
||||
---
|
||||
|
||||
### var
|
||||
|
||||
Read [var](https://developer.mozilla.org/en-US/docs/Web/CSS/var) documentation.
|
||||
|
||||
---
|
||||
|
||||
### vertical-expand
|
||||
|
||||
In a progress bar enables/disables if the progress bar filler should be expanded vertically to the element
|
||||
|
||||
Reference in New Issue
Block a user