Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 13, 2024
1 parent c6105b0 commit dd4e8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plumage/webassets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

import importlib
import os
from pathlib import Path
from shutil import which
from textwrap import indent
from typing import Any
import importlib

from pynpm import NPMPackage

Expand Down Expand Up @@ -91,7 +91,7 @@ def postcss_config():
logger.info(f"{POSTCSS_CLI_NAME} CLI found at {postcss_bin}")

return {
"POSTCSS": postcss_bin,
"POSTCSS_BIN": postcss_bin,
# Force usage of autoprefixer via PostCSS.
"POSTCSS_EXTRA_ARGS": ["--use", "autoprefixer"],
}
Expand Down

0 comments on commit dd4e8b9

Please sign in to comment.