This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 361eebe097 fix: build fail with some css
361eebe097 is described below

commit 361eebe09716e302fac10dae9e880349e89d0d83
Author: Li Li <[email protected]>
AuthorDate: Fri Apr 15 11:23:42 2022 +0800

    fix: build fail with some css
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/website-next/package.json       | 4 +++-
 site2/website-next/src/css/custom.css | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/site2/website-next/package.json b/site2/website-next/package.json
index 1ad98f4622..b996fa82c3 100644
--- a/site2/website-next/package.json
+++ b/site2/website-next/package.json
@@ -7,6 +7,8 @@
     "start": "NODE_OPTIONS=--max_old_space_size=16000 docusaurus start",
     "dev": "NODE_OPTIONS=--max_old_space_size=16000 node 
scripts/split-swagger-by-version.js && docusaurus start",
     "build": "NODE_OPTIONS=--max_old_space_size=16000 docusaurus build",
+    "build:all:split": "BUILD_ALL_VERSION=1 ./scripts/split-version-build.sh",
+    "sync:docs": "./scripts/sync-docs.sh",
     "preview": "npm run build && sh scripts/docker.sh",
     "swizzle": "docusaurus swizzle",
     "deploy": "docusaurus deploy",
@@ -73,7 +75,7 @@
     "postcss-import": "^14.0.2",
     "postcss-nested": "^5.0.6",
     "postcss-preset-env": "^7.1.0",
-    "tailwindcss": "^3.0.7",
+    "tailwindcss": "^3.0.24",
     "sync-request": "^6.1.0"
   }
 }
diff --git a/site2/website-next/src/css/custom.css 
b/site2/website-next/src/css/custom.css
index 697d790825..6965a6dfba 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -12,9 +12,9 @@
   @tailwind screens;
 }
 
-.tailwind .section {
+/* .tailwind .section {
   @apply max-w-screen-xl container mx-auto;
-}
+} */
 
 @layer base {
   h1, h2 {

Reply via email to