Skip to content

Commit

Permalink
Updated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy8080 committed Jul 17, 2021
1 parent 1bbdaa8 commit 1b87927
Showing 1 changed file with 43 additions and 58 deletions.
101 changes: 43 additions & 58 deletions quickref.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Variants {.cols-3}

| - | - |
|---------------|---------------------------------|
| `cols-1` | one column _(default)_ |
| `cols-2` | |
| `cols-3` | three column |
| ... | |
| `cols-11` | |
| `cols-12` | |
| `.cols-1` | one column _(default)_ |
| `.cols-2` | |
| `.cols-3` | three column |
| ... | |
| `.cols-11` | |
| `.cols-12` | |



Expand All @@ -33,38 +33,36 @@ See: [H2 section](#h2-section-2)


| - | - |
|-------------------|-------------------------------------|
| `primary` | Primary section |
| `secondary` | Secondary section |
#### Span n columns.

|----------------|---------------------|
| `.primary` | Primary section |
| `.secondary` | Secondary section |
#### Span n columns
| - | - |
|---------------|-----------------------------------|
| `col-span-1` | |
| ... | |
| `col-span-12` | |
#### Span n rows.

|---------------|----------------------|
| `.col-span-1` | |
| ... | |
| `.col-span-12` | |
#### Span n rows
| - | - |
|---------------|-----------------------------------|
| `row-span-1` | |
| ... | |
| `row-span-12` | |
| | |
|---------------|----------------------|
| `.row-span-1` | |
| ... | |
| `.row-span-12` | |
| | |

See: [H3 section](#h3-section-2)

### Tables


| - | - |
|---------------|----------------|
| `bold-first` | Bold first column |
| `plus-first` | Plus first column |
| `show-header` | Show headers |
| `left-text` | Align the last column left |
| `no-wrap` | Don't wrap text |
| `shortcuts` | Shortcut keys |
| - | - |
|---------------|----------------------------|
| `.bold-first` | Bold first column |
| `.plus-first` | Plus first column |
| `.show-header` | Show headers |
| `.left-text` | Align the last column left |
| `.no-wrap` | Don't wrap text |
| `.shortcuts` | Shortcut keys style |

See: [Tables](#tables-2)

Expand All @@ -74,17 +72,19 @@ See: [Tables](#tables-2)

| - | - |
|---------------|----------------|
| `style-none` | No marker is shown |
| `.style-none` | No marker |
#### Layout

| - | - |
|---------------|----------------|
| `cols-1` | one column _(default)_ |
| `cols-2` | |
| `cols-3` | three column |
| `.cols-1` | one column _(default)_ |
| `.cols-2` | |
| `.cols-3` | three column |
| ... | |
| `cols-11` | |
| `cols-12` | |
| `.cols-11` | |
| `.cols-12` | |

See: [Lists](#lists-2)



Expand All @@ -93,7 +93,7 @@ See: [Tables](#tables-2)

| - | - |
|---------------|----------------|
| `wrap` | Enables line-wrapping |
| `.wrap` | Enables line-wrapping |

See: [Code](#code-2)

Expand All @@ -102,19 +102,17 @@ See: [Code](#code-2)

| - | - |
|---------------|----------------|
| `link-arrow` | Pretty links with arrows |
| `.link-arrow` | Pretty links with arrows |

See: [Paragraphs](#paragraphs-2)



See: [Lists](#lists-2)

### Global

| - | - |
|---------------|----------------|
| `hidden` | Hide an element|
| `.hidden` | Hide an element|



Expand Down Expand Up @@ -171,21 +169,6 @@ here.is.some.more()

Code blocks can have headings.

### Setup blocks

```js
import React from 'react'
```

```js
class Hello extends React.Component {
render () {
return <span>Hello</span>
}
}
```

Add `{.bg-gray}` to a `pre` or `table` or `ul`__.

### Line wrapping

Expand Down Expand Up @@ -233,6 +216,8 @@ Add `{.link-arrow}` to make big loud external links:

```
···
···
···
```

[Home](/) {.link-arrow}
Expand Down Expand Up @@ -331,7 +316,7 @@ Lists {.cols-3}
- Item 2
- Item 3

### Five column
### Four column
- Item 1
- Item 2
- Item 3
Expand All @@ -343,7 +328,7 @@ Lists {.cols-3}
- Item 9
{.cols-4}

### No marker is shown
### No marker
- Item 1
- Item 2
- Item 3
Expand Down

0 comments on commit 1b87927

Please sign in to comment.