The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
COMMITS
/ tests/css/test_parse.py November 9, 2023
R
Be consistent with line/col numbers.
Rodrigo Girão Serrão committed
October 24, 2023
R
Fix tests.
Rodrigo Girão Serrão committed
October 23, 2023
W
CSS initial special value (#3566)
Will McGugan committed
July 22, 2023
M
allow empty css variables
Moritz Neeb committed
May 1, 2023
W
Invalid pseudo selectors (#2445)
Will McGugan committed
February 20, 2023
D
Fix variable name typo
Dave Pearson committed
D
Fix variable name typo
Dave Pearson committed
D
Fix variable name typo
Dave Pearson committed
D
Add combined type CSS parsing tests
Dave Pearson committed
February 9, 2023
D
Add isort pre-commit hook, sort imports in src and test directories
Darren Burns committed
August 31, 2022
D
Merge branch 'css' of github.com:willmcgugan/textual into opacity-changes
Darren Burns committed
D
Renaming opacity to text-opacity in code
Darren Burns committed
August 30, 2022
D
Merge branch 'css' of github.com:Textualize/textual into delay-transition
Darren Burns committed
August 26, 2022
D
text-align testing
Darren Burns committed
D
Text justify has become text align
Darren Burns committed
D
Test that text-justify property with empty value uses default
Darren Burns committed
D
Adding tests for text-justify CSS property
Darren Burns committed
August 16, 2022
D
Add animation/transition delay support
Darren Burns committed
July 27, 2022
W
test fixes, tests for partition
Will McGugan committed
June 7, 2022
D
Testing HSL and testing spaces in rgb(..), hsl(..) css declarations
Darren Burns committed
May 4, 2022
D
Fix broken overflow, add regression test
Darren Burns committed
April 29, 2022
W
lazy parse_rules
Will McGugan committed
W
fix css reload
Will McGugan committed
March 30, 2022
W
color animation
Will McGugan committed
February 14, 2022
D
Improve a docstring, add tests for CSS opacity parsing
Darren Burns committed
February 7, 2022
D
Change whitespace trimming during css var sub, add more tests
Darren Burns committed
February 4, 2022
D
Error handling
Darren Burns committed
February 3, 2022
D
Updating tests to support token referencing
Darren Burns committed
D
Highlighting correct span of code when variable of incorrect type is used
Darren Burns committed
D
Fix issue with css variables with multiple values
Darren Burns committed
D
Adding a test around the whitespace trimming logic
Darren Burns committed
February 2, 2022
D
Substitution variables
Darren Burns committed
D
Parsing variable values as individual tokens
Darren Burns committed
February 1, 2022
D
tests/test_css_parse.py -> tests/css/test_parse.py
Darren Burns committed