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.
version 2.0.3 is released
- change font units to rem (BOOM!)
and add some more bug to fix it later
There are many ways to install Dashlib, but if you're just getting started, we have a few suggestions.
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
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
Have a bug or a feature request? If your problem or idea is not addressed yet, please open a new issue. Thanks! 🙏
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. :)
- Upgrade to last version of gulp
- Complete Documents.
- Fix position cover in old browser
Contributing Steps
- Fork it (https://github.com/mahdi-momeni/Dashlib.css/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request.
for run gulp v3.9.1 tasks you should use or install node v10
- 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
- Find Available Node.js Version
nvm ls-remote
- Node.js Installation with NVM
nvm install v10.16.0
- 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
We use SemVer for versioning.
- Mahdi Momeni - Dashlib
- also me! :)
Special thanks to Ehsan Ahmadi. See also the list of contributors who participated in this project.