README.md 1.5 KB
Newer Older
Jacob Thornton's avatar
Jacob Thornton committed
1
TWITTER BASELINE
Jacob Thornton's avatar
Jacob Thornton committed
2
3
================

Mark Otto's avatar
Mark Otto committed
4
Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.
5

Mark Otto's avatar
Mark Otto committed
6

Jacob Thornton's avatar
Jacob Thornton committed
7
8
Usage
-----
Jacob Thornton's avatar
Jacob Thornton committed
9

Mark Otto's avatar
Mark Otto committed
10
You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS into any new project and start cranking, or run LESS on your site and compile on the fly like a boss.
Jacob Thornton's avatar
Jacob Thornton committed
11

Mark Otto's avatar
Mark Otto committed
12
Here's what the LESS version looks like:
Jacob Thornton's avatar
Jacob Thornton committed
13

Mark Otto's avatar
Mark Otto committed
14
    <link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
Jacob Thornton's avatar
Jacob Thornton committed
15
16
    <script src="less.js" type="text/javascript"></script>

Mark Otto's avatar
Mark Otto committed
17
Or if you prefer, the standard css way:
Jacob Thornton's avatar
Jacob Thornton committed
18

Mark Otto's avatar
Mark Otto committed
19
    <link rel="stylesheet" type="text/css" href="bootstrap-1.0.0.css">
Jacob Thornton's avatar
Jacob Thornton committed
20
21
22

For more info, refer to the docs!

Mark Otto's avatar
Mark Otto committed
23

Jacob Thornton's avatar
Jacob Thornton committed
24
25
Reporting bugs
--------------
Jacob Thornton's avatar
Jacob Thornton committed
26
27
28

Please create an issue here on github! :P

Mark Otto's avatar
Mark Otto committed
29

Jacob Thornton's avatar
Jacob Thornton committed
30
31
AUTHORS
-------
32

Mark Otto's avatar
Mark Otto committed
33
34
**Mark Otto**
http://twitter.com/mdo
35

Mark Otto's avatar
Mark Otto committed
36
37
38
**Jacob Thornton**
http://twitter.com/fat

Mark Otto's avatar
Mark Otto committed
39

Jacob Thornton's avatar
Jacob Thornton committed
40
41
Copyright and License
---------------------
Jacob Thornton's avatar
Jacob Thornton committed
42
43
44

Copyright 2011 Twitter, Inc.

Mark Otto's avatar
Mark Otto committed
45
46
47
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or at:
Mark Otto's avatar
Mark Otto committed
48

Mark Otto's avatar
Mark Otto committed
49
   http://www.apache.org/licenses/LICENSE-2.0
50

Mark Otto's avatar
Mark Otto committed
51
52
53
54
55
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.