0.1.2 • Published 9 months ago

@noknow/web-design-reset v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Web design for reset

Overview

This is a reset CSS.

Getting Sitarted

Install with npm

npm install @noknow/web-design-reset

Install with GitHub

cd /YOUR_PROJECT/css
mkdir -p lib/noknow_web_design
cd lib/noknow_web_design

git init
git remote add -f origin https://github.com/noknow-hub/pkg-web-design.git

git sparse-checkout set reset
git pull origin main

Import with @import

@import 'YOUR_PROJECT/INSTALLED_CSS_PATH/reset/style.css';
0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago