Skip to content

Commit

Permalink
Merge pull request #34 from newfold-labs/fix/greedy-style-inclusion
Browse files Browse the repository at this point in the history
Fix/greedy style inclusion
  • Loading branch information
circlecube authored Feb 29, 2024
2 parents 6bebe5e + 94c5600 commit 335bfe8
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
return;
}

define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.2' );
define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.3' );

require __DIR__ . '/includes/functions.php';

Expand Down
1 change: 0 additions & 1 deletion build/1.2.2/coming-soon.css

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'f239b4d6b6524c513eac');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '8462ecc8721aefc27ddd');
1 change: 1 addition & 0 deletions build/1.2.3/coming-soon.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.2",
"version": "1.2.3",
"description": "Coming Soon",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion src/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use "modal";

@tailwind base;
@tailwind components;
@tailwind utilities;

0 comments on commit 335bfe8

Please sign in to comment.