0.0.36 • Published 6 months ago

pub.css v0.0.36

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

Open in VS Code NPM Package npm npm Docker Package Docker Image Version GitHub code size in bytes GitHub last commit

A minimal and classful Public CSS toolkit. it helps you build pages easily

💡 find the classless one.

Logo:

Useage:

  • Install
npm install pub.css
  • For Less
@import '~pub.css/less/index.less';
  • For Scss
@import '~pub.css/scss/index.scss';
  • css bundle
@import '~pub.css/css/index.css';
  • main.js
import 'pub.css/css/index.css';
  • docker start a service
docker run --name some-pubcss -d -p 8012:80 hzsq/pub.css

proxy localhost:8012 as /pubcss

<link rel="stylesheet" type="text/css" href="/pubcss/css/index.css">
  • CDN
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/pub.css/css/index.css">

or

<link rel="stylesheet" type="text/css" href="https://unpkg.com/pub.css/css/index.css">

Document

0.0.36

6 months ago

0.0.33

2 years ago

0.0.32

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago