Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannywillems/mybootstrap
My Bootstrap
https://github.com/dannywillems/mybootstrap
Last synced: about 1 month ago
JSON representation
My Bootstrap
- Host: GitHub
- URL: https://github.com/dannywillems/mybootstrap
- Owner: dannywillems
- License: gpl-2.0
- Created: 2016-02-11T14:36:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T14:44:20.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T01:50:39.231Z (7 months ago)
- Language: CSS
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MyBootstrap
-----------When I'm developing a cordova application or a website, I always define some
useful class such that *no-margin* to set to 0 margin properties of an object,
or *text-left* to align text on left.To avoid to rewrite same classes, I add these useful classes into a less or sass
file name mybootstrap. When I begin a new project, I import the less or sass
file.I use these small bootstrap file to avoid to have lots of classes I don't need
with popular libraries such as [Bootstrap Twitter](https://getbootstrap.com).Class list
=======- **no-margin?[-left/right/bottom/top]**: set *margin?[-left/right/bottom/top]*
to 0.- **no-padding?[-left/right/bottom/top]**: set *padding?[-left/right/bottom/top]*
to 0.- **text-[center/left/right]**: set text-align to [center/left/right]