From bb5572dfd51035cccaa215c9e93aceb3d55e4761 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 Jul 2020 19:51:47 +0100 Subject: [PATCH] Add Tailwind CSS theme --- composer.json | 1 + composer.lock | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62f0e0c..93ae611 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "drupal/core-project-message": "^9.0", "drupal/core-recommended": "^9.0", "drupal/simple_message": "^2", + "drupal/tailwindcss": "^4", "drush/drush": "^10.3", "vlucas/phpdotenv": "^5.1" }, diff --git a/composer.lock b/composer.lock index 81de646..065bb23 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "40bb47fb90e3e85d94e9739da7cb327f", + "content-hash": "43ce8b88977642a290cb6071237e5561", "packages": [ { "name": "asm89/stack-cors", @@ -1791,6 +1791,48 @@ }, "time": "2020-07-21T18:09:57+00:00" }, + { + "name": "drupal/tailwindcss", + "version": "dev-4.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/tailwindcss.git", + "reference": "638bdcaff68da42d52ab42c3a223e3db3ab908ca" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-theme", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "4.x-dev", + "datestamp": "1595364511", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "opdavies", + "homepage": "https://www.drupal.org/user/381388" + } + ], + "description": "A starter kit theme for Drupal 8 and Tailwind CSS.", + "homepage": "https://www.drupal.org/project/tailwindcss", + "support": { + "source": "https://git.drupalcode.org/project/tailwindcss" + }, + "time": "2020-07-21T20:45:59+00:00" + }, { "name": "drush/drush", "version": "10.3.1",