Sign in

zengzy / rps · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • rps
  • frontend
  • .nuxt
  • ui
  • blog-posts.ts
  • Initial commit
    5fa0f75a
    zengziyan authored
    2026-05-20 20:53:26 +0800  
    Browse Code ยป
blog-posts.ts 192 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
export default {
  "base": "flex flex-col gap-8 lg:gap-y-16",
  "variants": {
    "orientation": {
      "horizontal": "sm:grid sm:grid-cols-2 lg:grid-cols-3",
      "vertical": ""
    }
  }
}