Skip to content

Commit

Permalink
chore: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 21, 2024
1 parent a09ed7f commit 6bd6a28
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile_sass.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def compile_sass_dir(
use_dev_settings: bool = NORMALIZED_ENVS[env] == "development"
fs_encoding: str = sys.getfilesystemencoding() or sys.getdefaultencoding()
output_style: int = SASS_STYLE_NESTED if use_dev_settings else SASS_STYLE_COMPRESSED
source_comments: int = SASS_COMMENTS_LINE_NUMBERS if use_dev_settings else SASS_COMMENTS_NONE
source_comments: int = SASS_COMMENTS_NONE if use_dev_settings else SASS_COMMENTS_NONE
include_paths: bytes = os.pathsep.join(str(include) for include in includes).encode(fs_encoding)

click.secho(f" {message}...", fg="cyan")
Expand Down
Loading

0 comments on commit 6bd6a28

Please sign in to comment.