@master/normal.css
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,1 +0,27 @@ | ||
{"name":"@master/normal.css","license":"MIT","description":"Normalize browser's styles with less than 1KB css","author":"Aoyue Design LTD.","main":"index.css","private":false,"funding":"https://opencollective.com/master-style","repository":{"type":"git","url":"https://github.com/master-style/normal.css.git"},"keywords":["normalize","browser","style","css","font","smoothing","box-sizing","text","rendering","lightweight","antialiased"],"version":"1.0.3"} | ||
{ | ||
"name": "@master/normal.css", | ||
"license": "MIT", | ||
"description": "Normalize browser's styles with less than 1KB css", | ||
"author": "Aoyue Design LTD.", | ||
"main": "index.css", | ||
"private": false, | ||
"funding": "https://opencollective.com/master-style", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/master-style/normal.css.git" | ||
}, | ||
"keywords": [ | ||
"normalize", | ||
"browser", | ||
"style", | ||
"css", | ||
"font", | ||
"smoothing", | ||
"box-sizing", | ||
"text", | ||
"rendering", | ||
"lightweight", | ||
"antialiased" | ||
], | ||
"version": "1.0.4" | ||
} |
@@ -6,2 +6,3 @@ <br><br> | ||
<p align="center"> | ||
<<<<<<< HEAD | ||
<b>normal.css</b> | ||
@@ -22,2 +23,18 @@ </p> | ||
- [Feature](#feature) | ||
======= | ||
<b>{{ PACKAGE_NAME }}</b> | ||
</p> | ||
<p align="center">{{ package.description }}</p> | ||
<p align="center"> | ||
<a href="https://circleci.com/gh/{{ ORG_NAME }}/workflows/{{ PACKAGE_NAME }}/tree/main"> | ||
<img src="https://img.shields.io/circleci/build/github/{{ ORG_NAME }}/{{ PACKAGE_NAME }}/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" /> | ||
</a> | ||
<a href="https://www.npmjs.com/{{ package.name }}"> | ||
<img src="https://img.shields.io/npm/v/{{ package.name }}.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="Angular on npm" /> | ||
</a> | ||
<a href="https://github.com/{{ ORG_NAME }}/{{ PACKAGE_NAME }}/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/{{ ORG_NAME }}/{{ PACKAGE_NAME }}"></a> | ||
</p> | ||
###### CONTENTS | ||
>>>>>>> package/css | ||
- [Install](#install) | ||
@@ -27,2 +44,3 @@ - [CDN](#cdn) | ||
<<<<<<< HEAD | ||
# Feature | ||
@@ -53,2 +71,15 @@ - Less than **< 1 KB** | ||
@import '@master/normal.css'; | ||
======= | ||
# Install | ||
```sh | ||
npm install {{ package.name }} | ||
``` | ||
## CDN | ||
- [jsdelivr](https://www.jsdelivr.com/package/npm/{{ package.name }}) | ||
- [unpkg](https://unpkg.com/{{ package.name }}) | ||
# Usage | ||
```css | ||
@import '{{ package.name }}'; | ||
>>>>>>> package/css | ||
``` |
5148
81