Socket
Socket
Sign inDemoInstall

@ryanmorr/baseline.css

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ryanmorr/baseline.css

Just another CSS reset, normalization, and optimization library


Version published
Maintainers
1
Created

Readme

Source

baseline.css

Version Badge License Build Status

Just another CSS reset, normalization, and optimization library.

Install

Download baseline.css directly or install via NPM:

npm install @ryanmorr/baseline.css

Features

A mixture of both opinionated and unopinionated normalizations and resets to create a consistent baseline for any project. Some of the features include:

  • Many of the normalizations from normalize.css and sanitize.css
  • Resets the box model to border-box
  • Removes the margin, padding, and border of all elements
  • Remove the focus outline for mouse/pointer based interactions
  • Improves consistency of default fonts
  • Sets a consistent and sensible line height
  • Enables percentage-based heights
  • Removes transitions and animations when the user prefers reduced motion
  • Removes list styles
  • Images and other media elements are responsive by default
  • Removes the default styling of form elements
  • Accessibility helpers

License

This project is dedicated to the public domain as described by the Unlicense.

FAQs

Last updated on 05 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc