https://github.com/billmei/css-belt
A toolbelt with useful CSS utility functions
https://github.com/billmei/css-belt
Last synced: 8 months ago
JSON representation
A toolbelt with useful CSS utility functions
- Host: GitHub
- URL: https://github.com/billmei/css-belt
- Owner: billmei
- License: mit
- Created: 2016-02-06T02:14:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T04:11:13.000Z (over 8 years ago)
- Last Synced: 2025-01-01T15:26:55.539Z (10 months ago)
- Language: CSS
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# css-belt
A toolbelt with useful CSS utility functionsUses most of the utility classes from Bootstrap 4 plus some additional ones you might find useful.
Unlike Bootstrap this *doesn't* use `!important` unless absolutely necessary for classes such as `.clearfix`.
To change this behavior you can toggle the `$use-important` variable in `_variables.scss` and recompile.
The others are documented on this page:
If you like Bootstrap 4 and want to start using its utility functions in production code without having to fully upgrade from Bootstrap 3 this library serves as a good stop-gap.