New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

basscss-base-typography

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basscss-base-typography - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0-beta.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc