Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
bootflat
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
adf539b2
authored
2014-10-30 19:27:30 +0300
by
vsn4ik
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Correct symbols and sort sass directory.
1 parent
170b55c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
25 deletions
getting-started.html
getting-started.html
View file @
adf539b
...
...
@@ -119,49 +119,57 @@
<pre><code
class=
"bash"
>
bootflat/
├── css/
│ ├── bootflat.css
│ ├── bootflat.min.css
│ ├── bootflat.css.map
│ └── bootflat.min.css
├── js/
│ ├── icheck.min.js
│ ├── jquery.fs.selecter.min.js
│ ├── jquery.fs.stepper.min.js
│ ├── jquery.collapse.js
│ └── jquery.fs.stepper.min.js
├── fonts/
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│
├
── glyphicons-halflings-regular.woff
│
└
── glyphicons-halflings-regular.woff
├── sass/
│ ├── bootflat.scss
│ ├── bootflat/
│ ├── global.scss
│ ├── typography.scss
│ └── bootflat/
│ ├── accordion.scss
│ ├── alert.scss
│ ├── breadcrumb.scss
│ ├── button.scss
│ ├── button_group.scss
│ ├── label_badge.scss
│ ├── tooltip.scss
│ ├── progress.scss
│ ├── breadcrumb.scss
│ ├── pagination.scss
│ ├── pager.scss
│ ├── form.scss
│ ├── calendar.scss
│ ├── checkbox_radio.scss
│ ├── alert.scss
│ ├── tab.scss
│ ├── pill.scss
│ ├── navbar.scss
│ ├── dropdown.scss
│ ├── footer.scss
│ ├── form.scss
│ ├── global.scss
│ ├── jumbotron.scss
│ ├── label_badge.scss
│ ├── list.scss
│ ├── media_list.scss
│ ├── modal.scss
│ ├──
well
.scss
│ ├──
thumbnail
.scss
│ ├──
jumbotr
on.scss
│ ├──
navbar
.scss
│ ├──
pager
.scss
│ ├──
paginati
on.scss
│ ├── panel.scss
│ ├── accordion.scss
│ ├── footer.scss
│ ├── dropdown.scss
│ ├── pill.scss
│ ├── popover.scss
│ ├── pricing.scss
│ ├── progress.scss
│ ├── selecter.scss
│ ├── stepper.scss
│ ├── tab.scss
│ ├── thumbnail.scss
│ ├── timeline.scss
│ ├── toggle.scss
│ ├── tooltip.scss
│ ├── typography.scss
│ └── well.scss
└── img/
└── check_flat/
└── default.png
├── default.png
└── default.psd
</code></pre>
</div>
<!-- CSS/SASS
...
...
Please
register
or
sign in
to post a comment