Skip to content
forked from master-co/css

A Virtual CSS language with enhanced syntax ~13KB

License

Notifications You must be signed in to change notification settings

JacobLinCool/css

 
 

Repository files navigation



logo

CSS

A Virtual CSS language with enhanced syntax. ( ~13KB )

MIT License Latest Release Bundle Size Package Size Documentation Github Discord CI

image

Documentation

Community

Extension

On this page

Quick Start

This is just a quick start guide, the official documentation here.

1. Download

npm install @master/css

Or use a CDN

<script src="https://cdn.jsdelivr.net/npm/@master/css"></script>

2. Import into your js file

import '@master/css'

Hello World

<h1 class="font:40 font:heavy bg:blue:hover m:50 text:center@md">
    Hello World
</h1>

Next, learn the common Syntax - Master CSS!

Official Normal 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">

About

A Virtual CSS language with enhanced syntax ~13KB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.8%
  • JavaScript 4.0%
  • HTML 0.2%