Skip to content

Commit 95f0b8d

Browse files
committed
Separately output file instead of doing it automatically
1 parent 0f2dd76 commit 95f0b8d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

csskrt/csskrt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,4 @@ def freshify(self) -> NoReturn:
206206
# Add styles for the rest of the elements
207207
self.add_general_classes()
208208

209-
# Output the modified html file
210-
self.output()
211-
212209
return self.soup

csskrt/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def freshify(filename, framework, pretty_print):
2020

2121

2222
csskrter.freshify()
23+
csskrter.output()
2324
print()
2425
print("~~~ Done! ~~~~")
2526

0 commit comments

Comments
 (0)