Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@master/css

Package Overview
Dependencies
Maintainers
2
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css

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

  • 1.22.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.2K
increased by298.72%
Maintainers
2
Weekly downloads
 
Created
Source



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

Keywords

FAQs

Package last updated on 27 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc