Skip to content

Commit

Permalink
Doc typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed Jan 20, 2020
1 parent a9383ac commit 13b2cbf
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions basic-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8">
<title>Basic layout - css-ui</title>
<link href="assets/css/variables.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].0/css-ui.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].0/components/menu/mini/mini.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].0/components/header/popdown/popdown.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/css-ui.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/components/menu/mini/mini.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/components/header/popdown/popdown.min.css" media="screen" rel="stylesheet" />
<link href="assets/css/style.css" media="screen" rel="stylesheet" />
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion components/header/popdown/popdown.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* {"name":"css-ui","version":"3.0.0","author":"Lcf.vs <[email protected]>","license":"MIT"} */
/* {"name":"css-ui","version":"3.0.1","author":"Lcf.vs <[email protected]>","license":"MIT"} */
body > header > ol {
float: right;
height: 100%
Expand Down
2 changes: 1 addition & 1 deletion components/header/popdown/popdown.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/header/popdown/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## CDN

```html
<link href="https://unpkg.com/@lcf.vs/[email protected].0/css-ui/components/header/popdown/popdown.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/css-ui/components/header/popdown/popdown.min.css" media="screen" rel="stylesheet" />
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion components/main/card/card.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/main/card/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## CDN

```html
<link href="https://unpkg.com/@lcf.vs/[email protected].0/css-ui/components/main/card/card.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/css-ui/components/main/card/card.min.css" media="screen" rel="stylesheet" />
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion components/menu/expanded/expanded.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* {"name":"css-ui","version":"3.0.0","author":"Lcf.vs <[email protected]>","license":"MIT"} */
/* {"name":"css-ui","version":"3.0.1","author":"Lcf.vs <[email protected]>","license":"MIT"} */
@media only screen and (min-width: 50em) {
body {
width: calc(100vw - var(--css-ui--menu--width));
Expand Down
2 changes: 1 addition & 1 deletion components/menu/expanded/expanded.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/menu/expanded/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## CDN

```html
<link href="https://unpkg.com/@lcf.vs/[email protected].0/css-ui/components/menu/expanded/expanded.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/css-ui/components/menu/expanded/expanded.min.css" media="screen" rel="stylesheet" />
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion components/menu/mini/mini.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/menu/mini/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## CDN

```html
<link href="https://unpkg.com/@lcf.vs/[email protected].0/css-ui/components/menu/mini/mini.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/css-ui/components/menu/mini/mini.min.css" media="screen" rel="stylesheet" />
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion css-ui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* {"name":"css-ui","version":"3.0.0","author":"Lcf.vs <[email protected]>","license":"MIT"} */
/* {"name":"css-ui","version":"3.0.1","author":"Lcf.vs <[email protected]>","license":"MIT"} */
::after, ::before, a, abbr, acronym, address, article, aside, audio, b, big, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, progress, q, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
font: inherit;
vertical-align: baseline;
Expand Down
2 changes: 1 addition & 1 deletion css-ui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcf.vs/css-ui",
"version": "3.0.0",
"version": "3.0.1",
"description": "A pure CSS base to make a responsive user interface",
"main": "css-ui.min.css",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A pure CSS base to make a responsive user interface.

### Using a CDN
```html
<link href="https://unpkg.com/@lcf.vs/[email protected].0/css-ui.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/css-ui.min.css" media="screen" rel="stylesheet" />
```

```html
Expand All @@ -33,9 +33,9 @@ A pure CSS base to make a responsive user interface.
<meta charset="UTF-8">
<title>Basic layout - css-ui</title>
<link href="assets/css/variables.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].0/css-ui.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].0/components/menu/mini/mini.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].0/components/header/popdown/popdown.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/css-ui.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/components/menu/mini/mini.min.css" media="screen" rel="stylesheet" />
<link href="https://unpkg.com/@lcf.vs/[email protected].1/components/header/popdown/popdown.min.css" media="screen" rel="stylesheet" />
<link href="assets/css/style.css" media="screen" rel="stylesheet" />
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" />
</head>
Expand Down Expand Up @@ -80,7 +80,7 @@ A pure CSS base to make a responsive user interface.
--css-ui--header--popdown-counter-font-size: /* .8em */;
--css-ui--header--popdown-counter-padding: /* .3em */;
--css-ui--header--popdown-item-bg: /* rgba(255, 255, 181, 1) */;
--css-ui--menu--bg: rgba(0, 0, 34, 1) */;
--css-ui--menu--bg: /* rgba(0, 0, 34, 1) */;
--css-ui--menu--border: /* .063em solid rgba(255, 255, 255, .3) */;
--css-ui--menu--color: /* rgba(204, 204, 255, 1) */;
--css-ui--menu--icon-font: /* FontAwesome5Free */;
Expand Down

0 comments on commit 13b2cbf

Please sign in to comment.