@master/css
Advanced tools
Comparing version 1.16.4 to 1.16.5
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108847
63