Skip to content

Commit b7bb96f

Browse files
authored
Merge pull request #2034 from hydephp/patch-tailwindcss-in-hydefront
Revert "Patch TailwindCSS table issue in HydeFront" #1766
2 parents a1f1a36 + ca6b8dc commit b7bb96f

File tree

11 files changed

+19
-26
lines changed

11 files changed

+19
-26
lines changed

_media/app.css

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@tailwindcss/typography": "^0.5.15",
1010
"autoprefixer": "^10.4.20",
11-
"hydefront": "^3.4.0",
11+
"hydefront": "^3.4.1",
1212
"laravel-mix": "^6.0.49",
1313
"postcss": "^8.4.49",
1414
"prettier": "3.3.3",

packages/hyde/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@tailwindcss/typography": "^0.5.2",
1010
"autoprefixer": "^10.4.5",
11-
"hydefront": "^3.4.0",
11+
"hydefront": "^3.4.1",
1212
"laravel-mix": "^6.0.49",
1313
"postcss": "^8.4.31",
1414
"prettier": "3.3.3",

packages/hydefront/dist/app.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hydefront/dist/hyde.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hydefront/dist/hyde.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hydefront/hyde.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
@use 'sass/markdown/blockquotes';
1212
@use 'sass/markdown/codeblocks';
1313
@use 'sass/utilities/alpine';
14-
@use 'sass/patches/typography';

packages/hydefront/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hydefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydefront",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Frontend assets for HydePHP",
55
"scripts": {
66
"prod": "sass hyde.scss dist/hyde.css --style=compressed && php .github/scripts/post-build.php --inject-version",

0 commit comments

Comments
 (0)