> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/dev-guide/pjt-prepare/publish-your-docs/store-front-framewok-next.js/03..md).

# 03. 퍼블 가이드

최근의 CSS 프레임워크 중 가장 선호도가 높은 프레임워크인 Tailwind 를 설명하는 장입니다.

최근까지 UI Framework 상에서는 CSS in JS 프레임워크가 가장 선호 되었지만, Tailwind 로 인하여 추세가 변하고 있습니다.

Tailwind 로 CSS 로 전개하면, React, Vue 등의 UI Framework 별로 전개되는 방식이 다른 CSS in JS 전략을 한 가지로 통일 할 수 있습니다.

이를 통해, 디자이너, 퍼블리셔 와 개발자 간의 협업을 더 공고히 할 수 있고, 같은 언어로 소통 할 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/dev-guide/pjt-prepare/publish-your-docs/store-front-framewok-next.js/03..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
