npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

taks-custom-base-css

v1.2.7

Published

This CSS is built based on Normalize.css. It aims to normalize styles for better cross-browser compatibility and to remove default browser styling.

Downloads

243

Readme

TAK's Custom Base.css

Overview

TAK's Custom Base.css is a CSS library designed to normalize styles and ensure consistency across different browsers. This stylesheet is based on Normalize.css and has been customized by TAK.

Key Features

  • Ensures as much consistency as possible across browsers.
  • Prevents the need to reset user agent styles.
  • Uses the :where() pseudo-class to reduce specificity conflicts.
  • Applies box-sizing: border-box to all elements so padding and borders are included in element dimensions.
  • Utilizes a common sans-serif font stack for broader cross-platform compatibility.
  • Enhances readability by adjusting line spacing and underlines.
  • Adds transparent borders where necessary to accommodate forced color modes.
  • Prioritizes the use of logical properties to enhance layout direction independence and maintain styling consistency across different writing modes.
  • Supports modern elements and attributes like dialog, search, [popover], and [hidden="until-found"].
  • Prevents VoiceOver in Safari from recognizing list elements with list-style: none as a list by using list-style-type: "" to hide them.
  • Prepared a custom property in CSS to remove the half-leading in line-height .
  • Prepared utility classes for leading-trim and visually-hidden.
  • Prepared fallback tricks for hover states.

Installation

NPM

npm install --save taks-custom-base-css

CDN

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/taks-custom-base-css/taks-custom-base.css"
/>

Usage

Place this CSS file in the appropriate location in your project and add a link to it in the <head> section of your HTML file.

<link rel="stylesheet" href="path/to/taks-custom-base.css" />

License

This project is released under the MIT License. For more details, refer to the GitHub repository.

How to Contribute

If you are interested in contributing to this project, please do so through pull requests or issues on GitHub. We look forward to your contributions as part of our community.