開始使用

安裝 Master CSS

Master CSS supports multiple installation strategies, giving you the flexibility to tailor your workflow based on project scale or scenario.

With no-install CDN, framework integrations, or standalone CLI — your call.

Copy and paste the CDN to instantly launch the runtime engine in your browser — no installation required.

Start in one step

Copy and paste to start styling your first element with Master CSS!

<!DOCTYPE html><html lang="en" hidden><head>    <meta charset="utf-8">    <meta name="viewport" content="width=device-width, initial-scale=1">    <link rel="preload" as="script" href="https://cdn.master.co/css-runtime@rc">    <link rel="preload" as="style" href="https://cdn.master.co/normal.css">    <link rel="stylesheet" href="https://cdn.master.co/normal.css">    <script>        window.masterCSSConfig = {            variables: {                primary: '#000000'            }        }    </script>    <script src="https://cdn.master.co/css-runtime@rc"></script></head><body>    <h1 class="fg:primary font:40 font:heavy italic m:12x text:center">Hello World</h1></body></html>

Open your browser to watch the changes.

localhost:8080

Hello World


Get stuck? Check out our web framework or build tool guides for better starting points and recommendations.


Start in one step

Quickly create a blank Master CSS runtime project locally with Vite hot updates using the official CLI.

npm create @master/css@rc <project>cd <project>npm run dev --open

Get stuck? Check out the integrations guides for better starting points and recommendations.

開始使用
隆重介紹 — Master CSS

一個 CSS 語言兼框架,快速打造現代且具高效能的網站。

開始使用
Master CSS 語言服務

Enhance the developer experience in code editors or IDEs with syntax highlighting, code completion, and more.

© Aoyue Design LLC.