Skip to content

Commit adf539b

Browse files
committed
Correct symbols and sort sass directory.
1 parent 170b55c commit adf539b

File tree

1 file changed

+33
-25
lines changed

1 file changed

+33
-25
lines changed

getting-started.html

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -119,49 +119,57 @@ <h3>What's included</h3>
119119
<pre><code class="bash">bootflat/
120120
├── css/
121121
│ ├── bootflat.css
122-
│ ├── bootflat.min.css
122+
│ ├── bootflat.css.map
123+
│ └── bootflat.min.css
123124
├── js/
124125
│ ├── icheck.min.js
125126
│ ├── jquery.fs.selecter.min.js
126-
│ ├── jquery.fs.stepper.min.js
127-
│ ├── jquery.collapse.js
127+
│ └── jquery.fs.stepper.min.js
128128
├── fonts/
129129
│ ├── glyphicons-halflings-regular.eot
130130
│ ├── glyphicons-halflings-regular.svg
131131
│ ├── glyphicons-halflings-regular.ttf
132-
── glyphicons-halflings-regular.woff
132+
── glyphicons-halflings-regular.woff
133133
├── sass/
134134
│ ├── bootflat.scss
135-
│ ├── bootflat/
136-
│ ├── global.scss
137-
│ ├── typography.scss
135+
│ └── bootflat/
136+
│ ├── accordion.scss
137+
│ ├── alert.scss
138+
│ ├── breadcrumb.scss
138139
│ ├── button.scss
139140
│ ├── button_group.scss
140-
│ ├── label_badge.scss
141-
│ ├── tooltip.scss
142-
│ ├── progress.scss
143-
│ ├── breadcrumb.scss
144-
│ ├── pagination.scss
145-
│ ├── pager.scss
146-
│ ├── form.scss
141+
│ ├── calendar.scss
147142
│ ├── checkbox_radio.scss
148-
│ ├── alert.scss
149-
│ ├── tab.scss
150-
│ ├── pill.scss
151-
│ ├── navbar.scss
143+
│ ├── dropdown.scss
144+
│ ├── footer.scss
145+
│ ├── form.scss
146+
│ ├── global.scss
147+
│ ├── jumbotron.scss
148+
│ ├── label_badge.scss
152149
│ ├── list.scss
153150
│ ├── media_list.scss
154151
│ ├── modal.scss
155-
│ ├── well.scss
156-
│ ├── thumbnail.scss
157-
│ ├── jumbotron.scss
152+
│ ├── navbar.scss
153+
│ ├── pager.scss
154+
│ ├── pagination.scss
158155
│ ├── panel.scss
159-
│ ├── accordion.scss
160-
│ ├── footer.scss
161-
│ ├── dropdown.scss
156+
│ ├── pill.scss
157+
│ ├── popover.scss
158+
│ ├── pricing.scss
159+
│ ├── progress.scss
160+
│ ├── selecter.scss
161+
│ ├── stepper.scss
162+
│ ├── tab.scss
163+
│ ├── thumbnail.scss
164+
│ ├── timeline.scss
165+
│ ├── toggle.scss
166+
│ ├── tooltip.scss
167+
│ ├── typography.scss
168+
│ └── well.scss
162169
└── img/
163170
└── check_flat/
164-
└── default.png
171+
├── default.png
172+
└── default.psd
165173
</code></pre>
166174
</div>
167175
<!-- CSS/SASS

0 commit comments

Comments
 (0)