Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Ifycode-experiments/less-css-helper-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

less-css-helper-library

All Contributors

contributions welcome npm version NPM Downloads GitHub issues GitHub pull requests

The less-css-helper-library for css, less and frontend projects. Related (css) key value pairs often used together are stored in css classes for easy use, reuse and to help quickly structure your projects. Built-in css styles are made accessible in your projects just by adding a class to an html element.

The library provides some reset styles and classes which you can apply on html elements. From the class names, it's easy to tell what they do. Some examples:

  • .block only sets display to block.
  • .grid only sets display to grid.
  • .flex only sets display to flex.
  • .flex-center sets display to flex, justify-content and align-items are set to center.
  • .flex-j-center only sets display to flex & justify-content to center etc.

You have total control over what the width of the element (and margin in the case of -auto) should be. More details & tutorial coming soon on this topic.

Documentation

Due to addition of more features, for easy maintenance and also to provide you better support, sections previously included in the readme have been moved to our docs. Simply click on any of the links to learn to install, use the library in your project and contribute to the library.

Using library

Contributing to library

The library is maintained by just one person at the moment - @Ifycode. Meaning that more features will be added only when needed. If you like and have started using the library in your projects but doesn't contain what you need (yet), you can help speed up the process by raising it as an issue or send a pull request.

Technologies

CSS 3 less node js

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Obiagba Mary Ifeoma

💻 📖 🚇 🚧 👀 📆 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Helper library for css, less and frontend projects. Built-in css styles are stored in classes for reuse.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published