Skip to content

Commit bd302bb

Browse files
committed
update, removed unnecessary folder and files, licience update
1 parent f3fb49b commit bd302bb

10 files changed

+24
-135
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 <Your name here>
1+
Copyright (c) 2014 webBox.io
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

+23-26
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
11
# Twitter Bootstrap 3 snippets for Atom
22

3-
## Keys
3+
Provides [Twitter Bootstrap 3][1] classes and HTML tags.
44

5-
`bscon`:
5+
## Grid
66

7-
`bsrow`:
7+
- `bscon`: Container `<div class="container">`
8+
- `bsrow`: Row. `<div class="row">`
9+
- `bscolxs`: Column Extra Small `<div class="col-xs-">`
10+
- `bscolsm`: Column Small `<div class="col-sm-">`
11+
- `bscolmd`: Column Medium `<div class="col-md-">`
12+
- `bscollg`: Column Large `<div class="col-lg-">`
13+
- `bscelxs`: Just column, Extra Small `col-xs-` 
14+
- `bscelsm`: Just column, Small `col-sm-` 
15+
- `bscelmd`: Just column, Medium `col-md-` 
16+
- `bscellg`: Just column, Large `col-lg-` 
17+
- `bsoffxs`: Offset for Extra Small `col-xs-offset-`
18+
- `bsoffsm`: Offset for Small `col-sm-offset-`
19+
- `bsoffmd`: Offset for Medium `col-md-offset-`
20+
- `bsofflg`: Offset for Large `col-lg-offset-`
821

9-
`bscolxs`:
22+
## Typograpgy
1023

11-
`bscolsm`:
24+
- `bslead`: Lead class `<p class="lead">`
1225

13-
`bscolmd`:
14-
15-
`bscollg`:
16-
17-
`bscelxs`:
18-
19-
`bscelsm`:
20-
21-
`bscelmd`:
22-
23-
`bscellg`:
24-
25-
`bsoffxs`:
26-
27-
`bsoffsm`:
28-
29-
`bsoffmd`:
30-
31-
`bsofflg`:
32-
33-
`bslead`:
26+
### Notes
27+
More to come :)
3428

29+
### Demo
3530
![Thats how it works!](https://dl.dropboxusercontent.com/u/490540/Images/atom-bs.gif)
31+
32+
[1]: http://getbootstrap.com/

keymaps/atom-bootstrap3.cson

-11
This file was deleted.

lib/atom-bootstrap3-view.coffee

-24
This file was deleted.

lib/atom-bootstrap3.coffee

-13
This file was deleted.

menus/atom-bootstrap3.cson

-16
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "atom-bootstrap3",
3-
"main": "./lib/atom-bootstrap3",
43
"version": "0.2.0",
54
"description": "Twitter Bootstrap 3 Snippets",
65
"activationEvents": [

spec/atom-bootstrap3-spec.coffee

-29
This file was deleted.

spec/atom-bootstrap3-view-spec.coffee

-6
This file was deleted.

stylesheets/atom-bootstrap3.less

-8
This file was deleted.

0 commit comments

Comments
 (0)