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 - npm Package Compare versions

Comparing version 1.16.4 to 1.16.5

2

package.json

@@ -28,3 +28,3 @@ {

},
"version": "1.16.4"
"version": "1.16.5"
}

@@ -23,2 +23,4 @@ <br><br>

![image](https://raw.githubusercontent.com/master-co/css-language-service/alpha/images/cover.jpg)
- [Introduction](https://css.master.co)

@@ -28,2 +30,30 @@ - [Setup](https://docs.master.co/css/setup)

# Quick Started
This is just a quick start guide, the full official [documentation](https://docs.master.co/styles/setup) here.
## Setup
The `normal.css` is an optional official package.
```bash
npm install @master/css @master/normal.css
```
import `@master/css` into your main js file
```js
import '@master/css'
```
import `@master/normal.css` into your global css file
```css
@import '@master/normal.css'
```
or use CDNs
```html
<link href="https://cdn.jsdelivr.net/npm/@master/normal.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@master/css"></script>
```
## Hello World
```html
<h1 class="font:40 font:heavy bg:blue:hover m:50 text:center@md">
Hello World
</h1>
```
# Community

@@ -35,4 +65,2 @@ - [Github Discussions](https://github.com/master-co/css/discussions)

A [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=masterco.master-css-language-service) for [Master CSS](https://github.com/master-co/css). Provides code-completion and syntax highlighting.
![image](https://user-images.githubusercontent.com/424290/163530745-65366f1d-bdc1-4eb6-b276-e4f454eb2d9d.png)
A [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=masterco.master-css-language-service) for [Master CSS](https://github.com/master-co/css). Provides code-completion and syntax highlighting.
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