basscss-base-typography
Advanced tools
Comparing version 1.1.1 to 2.0.0-beta.0
{ | ||
"name": "basscss-base-typography", | ||
"version": "1.1.1", | ||
"version": "2.0.0-beta.0", | ||
"description": "Base typography styles for Basscss", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -17,15 +17,2 @@ | ||
## Type scale utilities | ||
The `.h1` – `.h6` font-size utilities can be used to override an element’s default size. | ||
```html | ||
<p class="h1">Pastrami 1</p> | ||
<p class="h2">Pastrami 2</p> | ||
<p class="h3">Pastrami 3</p> | ||
<p class="h4">Pastrami 4</p> | ||
<p class="h5">Pastrami 5</p> | ||
<p class="h6">Pastrami 6</p> | ||
``` | ||
## Lists | ||
@@ -49,30 +36,7 @@ | ||
To remove default list styling, use `.list-reset`. | ||
```html | ||
<ul class="list-reset"> | ||
<li>List Reset</li> | ||
<li>Removes bullets</li> | ||
<li>Removes numbers</li> | ||
<li>Removes padding</li> | ||
</ul> | ||
``` | ||
To set lists inline, use utilities. | ||
```html | ||
<ul class="list-reset"> | ||
<li class="inline-block mr1">Half-Smoke</li> | ||
<li class="inline-block mr1">Kielbasa</li> | ||
<li class="inline-block mr1">Bologna</li> | ||
<li class="inline-block mr1">Prosciutto</li> | ||
</ul> | ||
``` | ||
## Other Elements | ||
The pre element has overflow-x set to scroll. | ||
Blockquotes and hr have default margin and padding set. | ||
Adjust the custom properties to change the default font stack, font weights, and type scale. | ||
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3120
59
2
41