2.0.3 • Published 4 years ago

dashlib.css v2.0.3

Weekly downloads
14
License
-
Repository
-
Last release
4 years ago

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.