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

newton.css

v1.0.1

Published

A CSS Framework designed for aesthetic typography and minimalism through simplification

Downloads

6

Readme

License: MIT npm version

Introduction

newton.css is a minimal CSS framework that is inspired by typography. It is designed with the purpose of simplicity, but also extensibility. Whether you are making your next website, blog, or book, newton.css is for you. It's incredibly easy-to-use and lightweight. All for you and your needs.

Features

  • 12-column grid-system
  • Mobile-friendliness
  • Restyled HTML elements for beautiful web-design
    • Headers
    • Styled text
    • Links
    • Lists
    • Images
    • Code blocks
    • Tables
    • Buttons
    • Forms
    • Media Queries
    • ... and more!

Getting Started

Download

newton doesn't require any external dependencies, software, etc. You can just simply download the .css file or a minified .css file.

newton is also available through npm, bower, as well as npm's unpkg CDN.

npm install newton.css
# ... or
bower install newton.css

How to use

Place the CSS file in the appropriate location in your working directory, add link it up!

<!-- Local -->
<link href="../path/to/newton.css" rel="stylesheet">
<!-- With CDN -->
<link href="https://unpkg.com/[email protected]/dist/newton.css" rel="stylesheet">

That's it!

To learn how to use newton (trust me, it's really easy!), let's take a tour on our website.

FAQ

  1. Why should I use this over Bootstrap (or any other framework)?

newton.css is incredibly lightweight, easy to learn, mobile-friendly, and doesn't require dependencies other than your browser and text editor. While Bootstrap provides awesome features for responsive web design, some of it may be excessive. newton places focus on aesthetically pleasing web designs, while also providing you core features without the overhead.

  1. Can I help contribute?

Definitely! I am not a web developer by default, and I'm always looking forward to learning about flexbox, grids, and other fun stuff. Check the TODO list to get more information, or send a pull request / issue.

TODO

  • [ ] Check up on grid system
  • [x] npm and bower support
  • [ ] Travis CL integration
  • [x] Add CDN support.
  • [ ] Add new themes - dark, light, manuscript, solarized, etc.
  • [ ] Add SCSS / Sass Support
  • [ ] Build a cool landing page
  • [ ] External Plugins - e.g navbar, panels, animations

License

Licensed under the MIT License.