hydrogen setup csscommand
command
Adds support for certain CSS strategies to your project.
Anchor to flagsFlags
The following flags are available for the hydrogen setup css
command:
- Anchor to --install-deps--install-depsenv: SHOPIFY_HYDROGEN_FLAG_INSTALL_DEPS
Auto installs dependencies using the active package manager.
- Anchor to --path <value>--path <value>stringenv: SHOPIFY_HYDROGEN_FLAG_PATH
The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.
- Anchor to -f, --force-f, --forceenv: SHOPIFY_HYDROGEN_FLAG_FORCE
Overwrites the destination directory and files if they already exist.
hydrogensetupcss
- --install-deps
Auto installs dependencies using the active package manager.
""
- --path <value>
The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.
string
- -f, --force
Overwrites the destination directory and files if they already exist.
""
export interface hydrogensetupcss {
/**
* Overwrites the destination directory and files if they already exist.
* @environment SHOPIFY_HYDROGEN_FLAG_FORCE
*/
'-f, --force'?: ''
/**
* Auto installs dependencies using the active package manager.
* @environment SHOPIFY_HYDROGEN_FLAG_INSTALL_DEPS
*/
'--install-deps'?: ''
/**
* The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.
* @environment SHOPIFY_HYDROGEN_FLAG_PATH
*/
'--path <value>'?: string
}
Was this section helpful?
Hydrogen setup css
shopify hydrogen setup css [flags]
examples
hydrogen setup css
hydrogen setup css
shopify hydrogen setup css [flags]