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

dashlib.css

v2.0.3

Published

Stylish, modern, compact and powerful front-end library for faster and easier web development.

Downloads

2

Readme

Introduction

npm GitHub repo size GitHub top language GitHub last commit (branch)

Dashlib was born when we realized that we were spending a lot of time writing CSS in the CSS file, which was getting bigger and bigger with the CSS file. This led us to the idea of building a library called Dashlib

Dashlib is a great utility library that helps you take ready-made and responsive classes.

Dashlib helps you get less CSS code and more HTML file readability and extremely fast development speed. Dashlib also has the most standard Breakpoint sizes and support for older browsers. Dashlib was developed based on the first mobile technique.

Stylish, modern, compact and powerful front-end library for faster and easier web development.

Read The docs

Release notes

version 2 is released

  1. change fonts unit to rem (BOOM!)

and add some more bug to fix it later

Download

There are many ways to install Dashlib, but if you're just getting started, we have a few suggestions.

Install with Package Managers

Dashlib is available on npm . The package includes all of the source Sass files, as well as compiled CSS , in uncompressed and compressed flavors.

NPM

npm install dashlib

Direct download link

you can download directly from here.

Here's what comes in the package.

├─ src       Source Sass files. Use this folder as a load path in Sass.
└─ dist       Compiled files:
  └─ css        * Compiled CSS files. Includes minified and unminified 

Bugs and feature requests

Have a bug or a feature request? If your problem or idea is not addressed yet, please open a new issue. Thanks! 🙏

Contributing

Finding bugs and add features, sending pull requests or improving our document - any kind of contribution is welcome and highly appreciated. Thanks! 🙏

We have to do list you can choose one of them and start collabarting. :)

  1. Upgrade to last version of gulp
  2. Complete Documents.
  3. Fix position cover in old browser

Contributing Steps

  1. Fork it (https://github.com/mahdi-momeni/Dashlib.css/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request.

Development

for run gulp v3.9.1 tasks you should use or install node v10

  1. Install NVM

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash

you must install v10 of nodejs or if you installed nodejs v12 switch to v10 like below steps

  1. Find Available Node.js Version

nvm ls-remote

  1. Node.js Installation with NVM

nvm install v10.16.0

  1. Set Node.js Default Version

nvm use v10.16.0

each time you see error const { Math, Object } = primordials; or something like that you need set Node.js default version to 10.16.0

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository. Sometimes we mishandle , but we adhere to those rules whenever possible.

Authors

Special thanks from Ehsan Ahmadi. See also the list of contributors who participated in this project.