Skip to content

ninanung/style-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

npm license

style-pack

🐺Basic CSS library pack

Import

NPM

  1. Install style-pack module with npm
npm install --save @backpackr/style-pack
  1. Import at your project root JS file
// for ES6
import "@backpackr/style-pack";
// for common JS
require("@backpackr/style-pack");

Script

Using jsDelivr for CDN

<script src="https://cdn.jsdelivr.net/gh/backpackr/style-pack/style.js"></script>

If you want specific version, choose one in here

Local environment

  1. Clone style-pack
git clone https://github.com/backpackr/style-pack.git
  1. Build it
cd style-pack
npm run build
  1. Move to your project and install it by path
cd your/project
npm install ../style-pack
  1. Import at your project root JS file
// for ES6
import "@backpackr/style-pack";
// for common JS
require("@backpackr/style-pack");
  1. If your project has hot-reloading, let style-pack build whenever you edit something
cd style-pack
npm run webpack

It will make your project to show you changes immediately

License

MIT

About

🐺Basic CSS library pack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • CSS 18.1%