Skip to content

Releases: scriptogre/tailwindcss-docker

v4.1.18

12 Dec 00:20
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.18

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.18
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.18 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.18

v3.4.19

11 Dec 00:20
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v3.4.19

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:3.4.19
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:3.4.19 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:3.4.19

v4.1.17

07 Nov 00:19
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.17

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.17
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.17 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.17

v4.1.16

24 Oct 00:17
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.16

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.16
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.16 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.16

v4.1.15

21 Oct 00:18
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.15

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.15
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.15 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.15

v4.1.14

02 Oct 00:17
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.14

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.14
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.14 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.14

v4.1.13

05 Sep 00:18
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.13

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.13
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.13 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.13

v4.1.12

15 Aug 00:20
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.12

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.12
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.12 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.12

v4.1.11

27 Jun 00:19
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.11

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.11
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.11 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.11

v4.1.10

15 Jun 06:35
5c833b7

Choose a tag to compare

Automatic release for TailwindCSS v4.1.10

  1. Create input.css in your project:
@import 'tailwindcss';
  1. Create docker-compose.yml in your project:
services:
  tailwindcss:
    image: ghcr.io/scriptogre/tailwindcss:4.1.10
    tty: true  # Required for watch mode
    volumes:
      - .:/app
    command: -i ./input.css -o ./output.css --watch
  1. Or run docker run command (note the -t flag is required for watch mode):
docker run -t -v "$(pwd)":/app \
  ghcr.io/scriptogre/tailwindcss:4.1.10 -i ./input.css -o ./output.css --watch

Container available at ghcr.io/scriptogre/tailwindcss:4.1.10