diff --git a/bin/build.sh b/bin/build.sh index c25ad43..b1e87ab 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -2,6 +2,6 @@ cd "${0%/*}" && \ cd .. && \ -docker-compose run --rm \ +docker compose run --rm \ -u "$(id -u):$(id -g)" \ jig bash -c "yarn install; gulp --color build" diff --git a/bin/documentation.sh b/bin/documentation.sh index 8716478..9a33ca1 100755 --- a/bin/documentation.sh +++ b/bin/documentation.sh @@ -2,6 +2,6 @@ cd "${0%/*}" && \ cd .. && \ -docker-compose run --rm \ +docker compose run --rm \ -u "$(id -u):$(id -g)" \ jig bash -c "yarn install; gulp --color documentation" diff --git a/bin/examples.sh b/bin/examples.sh index ad6690d..4a0af4e 100755 --- a/bin/examples.sh +++ b/bin/examples.sh @@ -2,4 +2,4 @@ cd "${0%/*}" && \ cd .. && \ -docker-compose up +docker compose up diff --git a/bin/shell.sh b/bin/shell.sh index 26f79d0..9b141f4 100755 --- a/bin/shell.sh +++ b/bin/shell.sh @@ -2,5 +2,5 @@ cd "${0%/*}" && \ cd .. && \ -docker-compose run --rm \ +docker compose run --rm \ jig bash diff --git a/bin/ssh.sh b/bin/ssh.sh index b98990e..db9d00e 100755 --- a/bin/ssh.sh +++ b/bin/ssh.sh @@ -2,5 +2,5 @@ cd "${0%/*}" && \ cd .. && \ -docker-compose exec \ +docker compose exec \ jig bash diff --git a/bin/test.sh b/bin/test.sh deleted file mode 100755 index f2e906f..0000000 --- a/bin/test.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cd "${0%/*}" && \ -cd .. && \ -docker-compose run --rm \ --u "$(id -u):$(id -g)" \ -jig bash -c "yarn install; gulp --color test $1" diff --git a/docs/documentation/scss-legacy/Breakpoints.html b/docs/documentation/scss-legacy/Breakpoints.html index 4970e80..8479b65 100644 --- a/docs/documentation/scss-legacy/Breakpoints.html +++ b/docs/documentation/scss-legacy/Breakpoints.html @@ -119,7 +119,7 @@

Home

Namespaces