Documentation
Community
Extension
- A Visual Studio Code extension for Master CSS. Provides code-completion and syntax highlighting.
On this page
This is just a quick start guide, the official documentation here.
npm install @master/cssOr use a CDN
<script src="https://cdn.jsdelivr.net/npm/@master/css"></script>import '@master/css'<h1 class="font:40 font:heavy bg:blue:hover m:50 text:center@md">
Hello World
</h1>Next, learn the common Syntax - Master CSS!
Normalize browser's styles: @master/normal.css
import @master/normal.css into your global css file
@import '@master/normal.css';or use a CDN
<link href="https://cdn.jsdelivr.net/npm/@master/normal.css" rel="stylesheet">