Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpenet/bootstrap-mod
Modular twitter/bootstrap
https://github.com/mpenet/bootstrap-mod
Last synced: 2 days ago
JSON representation
Modular twitter/bootstrap
- Host: GitHub
- URL: https://github.com/mpenet/bootstrap-mod
- Owner: mpenet
- Created: 2011-09-08T09:10:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-08T09:29:37.000Z (about 13 years ago)
- Last Synced: 2024-10-13T10:29:54.020Z (about 1 month ago)
- Homepage:
- Size: 115 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bootstrap-mod
=============Modular version of [twitter/bootstrap](https://github.com/twitter/bootstrap)
with minor differencesThe goal is to add a clear separation between the different parts of
[bootstrap](https://github.com/twitter/bootstrap), allowing you to
select only the stuff you need and have fine grained control over the
generated files.You can for instance only require the grid + reset + typo.
How to use
-----------Files starting with _ are meant to be included in other files
_global add a context to the final files such as colors, sizes, utility
functions.
It can be included anywhere and wont generate any css alone.When generating a build for your use you need to be aware of the
include chain in case you made modifications in _global included files.To be sure you are up to date you need to compile the _* files first,
_global right after that, then your final less file.Differences from Bootstrap
--------------------------* .clearfix form row, is called "form-row" now
Build
-----To build use you favorite minifier/packing util or simply cat on the
resulting css files. Dont use less to concat the less files together
since global is included more than once it would cause less mixins
duplicates.Todo
----* Basic build