--- title: hydrogen setup css description: Adds support for certain CSS strategies to your project. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/hydrogen/hydrogen-setup-css' md: 'https://shopify.dev/docs/api/shopify-cli/hydrogen/hydrogen-setup-css.md' --- # hydrogen setup csscommand Adds support for certain CSS strategies to your project. ## Flags The following flags are available for the `hydrogen setup css` command: * \--install-deps env: SHOPIFY\_HYDROGEN\_FLAG\_INSTALL\_DEPS Auto installs dependencies using the active package manager. * \--path \ string env: SHOPIFY\_HYDROGEN\_FLAG\_PATH The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. * -f, --force env: SHOPIFY\_HYDROGEN\_FLAG\_FORCE Overwrites the destination directory and files if they already exist. ### Examples * #### hydrogen setup css ##### hydrogen setup css ```bash shopify hydrogen setup css [flags] ```