Rename CSS files to TCSS.

Related issue: #3137.
This commit is contained in:
Rodrigo Girão Serrão
2023-08-22 11:48:17 +01:00
parent 061a88d7bd
commit 5ee0ebfef4
380 changed files with 529 additions and 536 deletions

View File

@@ -9,7 +9,7 @@ data = [random.expovariate(1 / 3) for _ in range(1000)]
class SparklineSummaryFunctionApp(App[None]):
CSS_PATH = "sparkline.css"
CSS_PATH = "sparkline.tcss"
def compose(self) -> ComposeResult:
yield Sparkline(data, summary_function=max) # (1)!