Skip to content

Commit ce97a8c

Browse files
committed
inner > nr
1 parent 8351acc commit ce97a8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+360
-363
lines changed

content/clickables/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ A `button` can be used in a Spread or a Stack. They automatically align text to
1010

1111
```html
1212
<section class="spread">
13-
<div class="spread-center inner-s-1 inner-rounded-4">
13+
<div class="spread-center nr-s-1 nr-rounded-4">
1414
<button class=" black xs"> Get Started</button>
1515
<button class=" white xs"> Get Started</button>
1616
<button class=" red xs"> Get Started</button>
1717
<button class=" blue xs"> Get Started</button>
1818
<button class=" green xs"> Get Started</button>
1919
<button class=" yellow xs"> Get Started</button>
2020
</div>
21-
<div class="stack-center inner-s-1 inner-rounded-4">
21+
<div class="stack-center nr-s-1 nr-rounded-4">
2222
<button class=" black xs"> Get Started</button>
2323
<button class=" white xs"> Get Started</button>
2424
<button class=" red xs"> Get Started</button>
@@ -38,16 +38,16 @@ A `label` can be used in a Spread or a Stack. They automatically align text to t
3838
{{< docs/labels-colors >}}
3939

4040
```html
41-
<section class="spread inner-pinned-top">
42-
<div class="spread-left inner-s-1">
41+
<section class="spread nr-pinned-top">
42+
<div class="spread-left nr-s-1">
4343
<div class="label black xs"> Dog</div>
4444
<div class="label white xs"> Cat</div>
4545
<div class="label red xs"> Pamplemousse</div>
4646
<div class="label blue xs"> Pokemon</div>
4747
<div class="label green xs"> Wildlding</div>
4848
<div class="label yellow xs"> Unknown</div>
4949
</div>
50-
<div class="stack-center inner-s-1">
50+
<div class="stack-center nr-s-1">
5151
<div class="label black xs"> Dog</div>
5252
<div class="label white xs"> Cat</div>
5353
<div class="label red xs"> Pamplemousse</div>
@@ -63,14 +63,14 @@ A `label` can be used in a Spread or a Stack. They automatically align text to t
6363
Links can either use their default styling or have their styling overriden by `color`, `label`, and `button` classes.
6464

6565
```html
66-
<section class="spread inner-pinned-top">
67-
<div class="spread-left inner-s-1">
66+
<section class="spread nr-pinned-top">
67+
<div class="spread-left nr-s-1">
6868
<a class="xs" href="google.com"> default link</a>
6969
<a class="black xs" href="google.com"> colored link</a>
7070
<a class="white xs text-right" href="google.com"> link right </a>
7171
<a class="red xs text-center" href="google.com"> link center </a>
7272
</div>
73-
<div class="stack inner-s-1">
73+
<div class="stack nr-s-1">
7474
<a class="black xs" href="google.com"> link</a>
7575
<a class="white xs text-right" href="google.com"> link</a>
7676
<a class="red xs text-center" href="google.com"> link</a>

content/colors/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Ghouls have a set maximum height and width so that you can easily create blocks
213213
#### Circles
214214

215215
```html
216-
<section class="spread-center inner-m-1 ghouls-1">
216+
<section class="spread-center nr-m-1 ghouls-1">
217217
<div class="button red rounded-7 "></div>
218218
<div class="button gray rounded-7 "></div>
219219
<div class="button green rounded-7 "></div>
@@ -225,7 +225,7 @@ Ghouls have a set maximum height and width so that you can easily create blocks
225225
#### Squares
226226

227227
```html
228-
<section class="spread-center inner-m-1 ghouls-4">
228+
<section class="spread-center nr-m-1 ghouls-4">
229229
<div class="button red"></div>
230230
<div class="button gray"></div>
231231
<div class="button green"></div>

content/spacing/_index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ weight: 3
2020

2121
## Margin
2222

23-
Use direct margins to set the margin on a specific element. Direct margins utilize `!important` to override inner-margin settings when necessary.
23+
Use direct margins to set the margin on a specific element. Direct margins utilize `!important` to override nr-margin settings when necessary.
2424

2525
|Full|Left|Right|Top|Bottom|
2626
|-|-|-|-|-|
@@ -39,19 +39,19 @@ Use inner margins to set the margin for all direct child elements.
3939

4040
|Full|Left|Right|Top|Bottom|
4141
|-|-|-|-|-|
42-
|`inner-m-1`|`inner-ml-1`|`inner-mr-1`|`inner-mt-1`|`inner-mb-1`|
43-
|`inner-m-2`|`inner-ml-2`|`inner-mr-2`|`inner-mt-2`|`inner-mb-2`|
44-
|`inner-m-3`|`inner-ml-3`|`inner-mr-3`|`inner-mt-3`|`inner-mb-3`|
45-
|`inner-m-4`|`inner-ml-4`|`inner-mr-4`|`inner-mt-4`|`inner-mb-4`|
46-
|`inner-m-5`|`inner-ml-5`|`inner-mr-5`|`inner-mt-5`|`inner-mb-5`|
47-
|`inner-m-6`|`inner-ml-6`|`inner-mr-6`|`inner-mt-6`|`inner-mb-6`|
48-
|`inner-m-7`|`inner-ml-7`|`inner-mr-7`|`inner-mt-7`|`inner-mb-7`|
42+
|`nr-m-1`|`nr-ml-1`|`nr-mr-1`|`nr-mt-1`|`nr-mb-1`|
43+
|`nr-m-2`|`nr-ml-2`|`nr-mr-2`|`nr-mt-2`|`nr-mb-2`|
44+
|`nr-m-3`|`nr-ml-3`|`nr-mr-3`|`nr-mt-3`|`nr-mb-3`|
45+
|`nr-m-4`|`nr-ml-4`|`nr-mr-4`|`nr-mt-4`|`nr-mb-4`|
46+
|`nr-m-5`|`nr-ml-5`|`nr-mr-5`|`nr-mt-5`|`nr-mb-5`|
47+
|`nr-m-6`|`nr-ml-6`|`nr-mr-6`|`nr-mt-6`|`nr-mb-6`|
48+
|`nr-m-7`|`nr-ml-7`|`nr-mr-7`|`nr-mt-7`|`nr-mb-7`|
4949

5050
---
5151

5252
## Padding
5353

54-
Use direct padding to set the padding on a specific element. Direct padding utilizes `!important` to override inner-padding settings when necessary.
54+
Use direct padding to set the padding on a specific element. Direct padding utilizes `!important` to override nr-padding settings when necessary.
5555

5656
|Full|Left|Right|Top|Bottom|
5757
|-|-|-|-|-|
@@ -70,11 +70,11 @@ Use inner padding to set the padding for all direct child elements.
7070

7171
|Full|Left|Right|Top|Bottom|
7272
|-|-|-|-|-|
73-
|`inner-p-1`|`inner-pl-1`|`inner-pr-1`|`inner-pt-1`|`inner-pb-1`|
74-
|`inner-p-2`|`inner-pl-2`|`inner-pr-2`|`inner-pt-2`|`inner-pb-2`|
75-
|`inner-p-3`|`inner-pl-3`|`inner-pr-3`|`inner-pt-3`|`inner-pb-3`|
76-
|`inner-p-4`|`inner-pl-4`|`inner-pr-4`|`inner-pt-4`|`inner-pb-4`|
77-
|`inner-p-5`|`inner-pl-5`|`inner-pr-5`|`inner-pt-5`|`inner-pb-5`|
78-
|`inner-p-6`|`inner-pl-6`|`inner-pr-6`|`inner-pt-6`|`inner-pb-6`|
79-
|`inner-p-7`|`inner-pl-7`|`inner-pr-7`|`inner-pt-7`|`inner-pb-7`|
73+
|`nr-p-1`|`nr-pl-1`|`nr-pr-1`|`nr-pt-1`|`nr-pb-1`|
74+
|`nr-p-2`|`nr-pl-2`|`nr-pr-2`|`nr-pt-2`|`nr-pb-2`|
75+
|`nr-p-3`|`nr-pl-3`|`nr-pr-3`|`nr-pt-3`|`nr-pb-3`|
76+
|`nr-p-4`|`nr-pl-4`|`nr-pr-4`|`nr-pt-4`|`nr-pb-4`|
77+
|`nr-p-5`|`nr-pl-5`|`nr-pr-5`|`nr-pt-5`|`nr-pb-5`|
78+
|`nr-p-6`|`nr-pl-6`|`nr-pr-6`|`nr-pt-6`|`nr-pb-6`|
79+
|`nr-p-7`|`nr-pl-7`|`nr-pr-7`|`nr-pt-7`|`nr-pb-7`|
8080

content/spreads/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A generic spread fills its container's width; if child elements are present, the
2727
Spreads utilize cascades to push standardized styles to child elements. This makes it quick and easy to whip up a series of buttons or cards.
2828

2929
```html
30-
<section class="spread purple inner-s-1">
30+
<section class="spread purple nr-s-1">
3131
<div class="white"> one </div>
3232
<div class="white"> two </div>
3333
<div class="white"> three </div>
@@ -121,10 +121,10 @@ Notice in each example that you control set the mobile size via `is-fullfsize-mo
121121
```html
122122
<section class="spread purple ">
123123
<div class="is-fullsize-mobile">
124-
<div class="brighten-1 inner-p-2">
124+
<div class="brighten-1 nr-p-2">
125125
<h1> petals on a wet,<br> black bough.</h1>
126126
<h2 class="subtitle-2"> -Ezra Pound</h2>
127-
<section class="spread-left inner-fit inner-m-1 inner-p-2 inner-rounded-1">
127+
<section class="spread-left nr-fit nr-m-1 nr-p-2 nr-rounded-1">
128128
<button class="button s outlined "> Get Started </button>
129129
<button class="button s darken-2"> Live Demo</button>
130130
</section>
@@ -140,12 +140,12 @@ Notice in each example that you control set the mobile size via `is-fullfsize-mo
140140
### Blade Example
141141

142142
```html
143-
<section class="spread inner-pinned-center purple p-4">
143+
<section class="spread nr-pinned-center purple p-4">
144144
<div class="text-center is-fullsize-mobile">
145145
<h1 > Mr. Meowgi</h1>
146146
<h2 class="subtitle-2 m"> is a russian blue cat.</h2>
147147
</div>
148-
<div class="spread rounded-2 display-pattern py-2 inner-m-3 inner-p-2 inner-fullsize-mobile">
148+
<div class="spread rounded-2 display-pattern py-2 nr-m-3 nr-p-2 nr-fullsize-mobile">
149149
<div class="text-center white">
150150
<p>Meow.</p>
151151
</div>

content/stacks/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A generic stack fills its container's width; if child elements are present, they
1111

1212

1313
```html
14-
<section class="stack purple inner-s-1">
14+
<section class="stack purple nr-s-1">
1515
<div class="white"> Hello</div>
1616
<div class="white text-right"> I'm over here now</div>
1717
<div class="white text-center"> now I'm feeling centered</div>
@@ -30,15 +30,15 @@ Directional stacks shift elements **left**, **right**, and **center**. They do n
3030

3131
```html
3232
<section class="purple stack-left">
33-
<div class="white m-1 p-1 inner-s-1 rounded-3">
33+
<div class="white m-1 p-1 nr-s-1 rounded-3">
3434
<h1>Hello, Dolly!</h1>
3535
<p> It's so nice to have you back where you belong.</p>
3636
</div>
37-
<div class="black m-1 p-1 inner-s-1 rounded-3">
37+
<div class="black m-1 p-1 nr-s-1 rounded-3">
3838
<h1>Hello, Dolly!</h1>
3939
<p> It's so nice to have you back where you belong.</p>
4040
</div>
41-
<div class="white m-1 p-1 inner-s-1 rounded-3">
41+
<div class="white m-1 p-1 nr-s-1 rounded-3">
4242
<h1>Hello, Dolly!</h1>
4343
<p> It's so nice to have you back where you belong.</p>
4444
</div>
@@ -51,15 +51,15 @@ Directional stacks shift elements **left**, **right**, and **center**. They do n
5151

5252
```html
5353
<section class="purple stack-right">
54-
<div class="white m-1 p-1 inner-s-1 rounded-3">
54+
<div class="white m-1 p-1 nr-s-1 rounded-3">
5555
<h1>Hello, Dolly!</h1>
5656
<p> It's so nice to have you back where you belong.</p>
5757
</div>
58-
<div class="black m-1 p-1 inner-s-1 rounded-3">
58+
<div class="black m-1 p-1 nr-s-1 rounded-3">
5959
<h1>Hello, Dolly!</h1>
6060
<p> It's so nice to have you back where you belong.</p>
6161
</div>
62-
<div class="white m-1 p-1 inner-s-1 rounded-3">
62+
<div class="white m-1 p-1 nr-s-1 rounded-3">
6363
<h1>Hello, Dolly!</h1>
6464
<p> It's so nice to have you back where you belong.</p>
6565
</div>
@@ -72,15 +72,15 @@ Directional stacks shift elements **left**, **right**, and **center**. They do n
7272

7373
```html
7474
<section class="purple stack-center">
75-
<div class="white m-1 p-1 inner-s-1 rounded-3">
75+
<div class="white m-1 p-1 nr-s-1 rounded-3">
7676
<h1>Hello, Dolly!</h1>
7777
<p> It's so nice to have you back where you belong.</p>
7878
</div>
79-
<div class="black m-1 p-1 inner-s-1 rounded-3">
79+
<div class="black m-1 p-1 nr-s-1 rounded-3">
8080
<h1>Hello, Dolly!</h1>
8181
<p> It's so nice to have you back where you belong.</p>
8282
</div>
83-
<div class="white m-1 p-1 inner-s-1 rounded-3">
83+
<div class="white m-1 p-1 nr-s-1 rounded-3">
8484
<h1>Hello, Dolly!</h1>
8585
<p> It's so nice to have you back where you belong.</p>
8686
</div>

content/text/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ weight: 4
2929
|`s`|`thin`|`lower-case`|`text-left`|
3030
|`m`|`light`|`capitalize`|`text-center`|
3131
|`l`|`normal`||`text-justify`|
32-
|`xl`|`medium`||`inner-text-left`|
33-
|`xxl`|`bold`||`inner-text-right`|
34-
|`xxxl`|`extra-bolt`||`inner-text-center`|
32+
|`xl`|`medium`||`nr-text-left`|
33+
|`xxl`|`bold`||`nr-text-right`|
34+
|`xxxl`|`extra-bolt`||`nr-text-center`|
3535
||`hefty`|||
3636

3737

content/traits/_index.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 6
1010
|Left|Right|Up|Down|
1111
|-|-|-|-|
1212
|`move-l`|`move-r`|`move-u`|`move-d`|
13-
|`inner-move-l`|`inner-move-r`|`inner-move-u`|`inner-move-d`|
13+
|`nr-move-l`|`nr-move-r`|`nr-move-u`|`nr-move-d`|
1414

1515
### Outlined
1616

@@ -25,9 +25,9 @@ weight: 6
2525

2626
|Options|Description|
2727
|-|-|
28-
|`inner-outlined`|`> * { border: 1px solid currentColor; }`|
29-
|`inner-outlined-black`|`> * { border: 1px solid #000; }`|
30-
|`inner-outlined-white`|`> * { border: 1px solid #fff; }`|
28+
|`nr-outlined`|`> * { border: 1px solid currentColor; }`|
29+
|`nr-outlined-black`|`> * { border: 1px solid #000; }`|
30+
|`nr-outlined-white`|`> * { border: 1px solid #fff; }`|
3131

3232
### Rounded
3333

@@ -47,14 +47,14 @@ weight: 6
4747

4848
|Options|Description|
4949
|-|-|
50-
|`inner-rounded-1`|`> * { border-radius: 5px; }`|
51-
|`inner-rounded-2`|`> * { border-radius: 10px; }`|
52-
|`inner-rounded-3`|`> * { border-radius: 15px; }`|
53-
|`inner-rounded-4`|`> * { border-radius: 20px; }`|
54-
|`inner-rounded-5`|`> * { border-radius: 25px; }`|
55-
|`inner-rounded-6`|`> * { border-radius: 30px; }`|
56-
|`inner-rounded-7`|`> * { border-radius: 35px; }`|
57-
|`inner-rounded-7`|`> * { border-radius: 100%; }`|
50+
|`nr-rounded-1`|`> * { border-radius: 5px; }`|
51+
|`nr-rounded-2`|`> * { border-radius: 10px; }`|
52+
|`nr-rounded-3`|`> * { border-radius: 15px; }`|
53+
|`nr-rounded-4`|`> * { border-radius: 20px; }`|
54+
|`nr-rounded-5`|`> * { border-radius: 25px; }`|
55+
|`nr-rounded-6`|`> * { border-radius: 30px; }`|
56+
|`nr-rounded-7`|`> * { border-radius: 35px; }`|
57+
|`nr-rounded-7`|`> * { border-radius: 100%; }`|
5858

5959

6060
### Shadow
@@ -120,11 +120,11 @@ weight: 6
120120

121121
|Options|Description|
122122
|---|----|
123-
|`inner-pinned-top`| `align-items: flex-start;`|
124-
|`inner-pinned-bottom`| `align-items: flex-end;`|
125-
|`inner-pinned-center`| `align-items: center;`|
126-
|`inner-pinned-stretch`| `align-items: stretch;`|
127-
|`inner-pinned-baseline`| `align-items: baseline;`|
123+
|`nr-pinned-top`| `align-items: flex-start;`|
124+
|`nr-pinned-bottom`| `align-items: flex-end;`|
125+
|`nr-pinned-center`| `align-items: center;`|
126+
|`nr-pinned-stretch`| `align-items: stretch;`|
127+
|`nr-pinned-baseline`| `align-items: baseline;`|
128128

129129

130130
{{< docs/spread-inner-pinned>}}
@@ -145,9 +145,9 @@ weight: 6
145145
|Mobile|Tablet|Touch|Desktop|
146146
|---|----|---|---|
147147
|(<768px)|(>768px <1024px)|(<1024px)|(>1024px)|
148-
|`inner-fullsize-mobile`|`inner-fullsize-tablet` |`inner-fullsize-touch`|`inner-fullsize-desktop`|
149-
|`inner-hidden-mobile`|`inner-hidden-tablet` |`inner-hidden-touch`|`inner-hidden-desktop`|
150-
|`inner-invisible-mobile`|`inner-invisible-tablet` |`inner-invisible-touch`|`inner-invisible-desktop`|
148+
|`nr-fullsize-mobile`|`nr-fullsize-tablet` |`nr-fullsize-touch`|`nr-fullsize-desktop`|
149+
|`nr-hidden-mobile`|`nr-hidden-tablet` |`nr-hidden-touch`|`nr-hidden-desktop`|
150+
|`nr-invisible-mobile`|`nr-invisible-tablet` |`nr-invisible-touch`|`nr-invisible-desktop`|
151151

152152

153153

@@ -160,7 +160,7 @@ weight: 6
160160

161161
You can use a generic stack and apply **fits**.
162162

163-
- You can use `inner-fit` on the stack itself to tailor stack items to size to their content.
163+
- You can use `nr-fit` on the stack itself to tailor stack items to size to their content.
164164
- You can also use `is-fit` directly on child elements individually. This is especially useful for customizing link or button sizes inside your stack (see following example).
165165

166166
#### Fit Types
@@ -170,20 +170,20 @@ You can use a generic stack and apply **fits**.
170170
|`is-fit` | `max-width: fit content; flex:none;` |
171171
| `is-fit-x` | `max-width: fit content;` |
172172
|`is-fit-y`| `flex:none;` |
173-
|`inner-fit`| `> * { max-width: fit content; flex:none; } ` |
174-
|`inner-fit-x`|`> * { max-width: fit content; } ` |
175-
|`inner-fit-y`|`> * { flex:none; } ` |
173+
|`nr-fit`| `> * { max-width: fit content; flex:none; } ` |
174+
|`nr-fit-x`|`> * { max-width: fit content; } ` |
175+
|`nr-fit-y`|`> * { flex:none; } ` |
176176

177177
```html
178178
<section class="spread purple">
179-
<div class="stack inner-p-1 inner-m-2 ">
179+
<div class="stack nr-p-1 nr-m-2 ">
180180
<a href="" class="button white s text-center"> Link 1 </a>
181181
<a href="" class="button white s is-fit-y"> Link 2 </a>
182182
<a href="" class="button white s is-fit-x"> Link 3 </a>
183183
<a href="" class="button white s is-fit"> Link 4 </a>
184184
</div>
185185

186-
<div class="is-four-fifths white inner-s-1 text-center">
186+
<div class="is-four-fifths white nr-s-1 text-center">
187187
<h1>Hello, world!</h1>
188188
<p> Lots of SEO Content here.</p>
189189
<p> Lots of SEO Content here.</p>

0 commit comments

Comments
 (0)