https://github.com/killmenot/bootstrap-responsive-margins
Responsive Margin & Padding Shortcuts for Twitter Bootstrap 3.0
https://github.com/killmenot/bootstrap-responsive-margins
Last synced: 8 months ago
JSON representation
Responsive Margin & Padding Shortcuts for Twitter Bootstrap 3.0
- Host: GitHub
- URL: https://github.com/killmenot/bootstrap-responsive-margins
- Owner: killmenot
- License: mit
- Created: 2015-01-02T20:44:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T15:04:09.000Z (over 11 years ago)
- Last Synced: 2025-03-06T13:04:01.917Z (over 1 year ago)
- Language: CSS
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Responsive Margin & Padding Shortcuts for Twitter Bootstrap 3.0
This is an addition to Twitter Bootstrap that allows additional margin and padding shortcuts for enhanced layout control purposes. It should be included after the bootstrap.less import statement or precompiled as you see fit. It differs from bootstrap standards in that for any given screen size it predetermines the margin/padding size. All you have to do is specify the size you want xs, sm, md, lg, or xl. The exception is for items that you want to be centered using auto left/right margins. This can be device responsive by specifying mc-xs, mc-sm, mc-md, or mc-lg depending on when you want that behavior.
## Installation
```
bower install bootstrap-responsive-margins
```
## Links
[Robert Moggach's gist](https://gist.github.com/robmoggach/6361408)
## Contributors
- Robert Moggach - Initial implementation
## License
Copyright (c) 2015 Alexey Kucherenko Andrews , MIT License