Correct symbols and sort sass directory.
Showing
1 changed file
with
33 additions
and
25 deletions
... | @@ -119,49 +119,57 @@ | ... | @@ -119,49 +119,57 @@ |
119 | <pre><code class="bash">bootflat/ | 119 | <pre><code class="bash">bootflat/ |
120 | ├── css/ | 120 | ├── css/ |
121 | │ ├── bootflat.css | 121 | │ ├── bootflat.css |
122 | │ ├── bootflat.min.css | 122 | │ ├── bootflat.css.map |
123 | │ └── bootflat.min.css | ||
123 | ├── js/ | 124 | ├── js/ |
124 | │ ├── icheck.min.js | 125 | │ ├── icheck.min.js |
125 | │ ├── jquery.fs.selecter.min.js | 126 | │ ├── jquery.fs.selecter.min.js |
126 | │ ├── jquery.fs.stepper.min.js | 127 | │ └── jquery.fs.stepper.min.js |
127 | │ ├── jquery.collapse.js | ||
128 | ├── fonts/ | 128 | ├── fonts/ |
129 | │ ├── glyphicons-halflings-regular.eot | 129 | │ ├── glyphicons-halflings-regular.eot |
130 | │ ├── glyphicons-halflings-regular.svg | 130 | │ ├── glyphicons-halflings-regular.svg |
131 | │ ├── glyphicons-halflings-regular.ttf | 131 | │ ├── glyphicons-halflings-regular.ttf |
132 | │ ├── glyphicons-halflings-regular.woff | 132 | │ └── glyphicons-halflings-regular.woff |
133 | ├── sass/ | 133 | ├── sass/ |
134 | │ ├── bootflat.scss | 134 | │ ├── bootflat.scss |
135 | │ ├── bootflat/ | 135 | │ └── bootflat/ |
136 | │ ├── global.scss | 136 | │ ├── accordion.scss |
137 | │ ├── typography.scss | 137 | │ ├── alert.scss |
138 | │ ├── breadcrumb.scss | ||
138 | │ ├── button.scss | 139 | │ ├── button.scss |
139 | │ ├── button_group.scss | 140 | │ ├── button_group.scss |
140 | │ ├── label_badge.scss | 141 | │ ├── calendar.scss |
141 | │ ├── tooltip.scss | ||
142 | │ ├── progress.scss | ||
143 | │ ├── breadcrumb.scss | ||
144 | │ ├── pagination.scss | ||
145 | │ ├── pager.scss | ||
146 | │ ├── form.scss | ||
147 | │ ├── checkbox_radio.scss | 142 | │ ├── checkbox_radio.scss |
148 | │ ├── alert.scss | 143 | │ ├── dropdown.scss |
149 | │ ├── tab.scss | 144 | │ ├── footer.scss |
150 | │ ├── pill.scss | 145 | │ ├── form.scss |
151 | │ ├── navbar.scss | 146 | │ ├── global.scss |
147 | │ ├── jumbotron.scss | ||
148 | │ ├── label_badge.scss | ||
152 | │ ├── list.scss | 149 | │ ├── list.scss |
153 | │ ├── media_list.scss | 150 | │ ├── media_list.scss |
154 | │ ├── modal.scss | 151 | │ ├── modal.scss |
155 | │ ├── well.scss | 152 | │ ├── navbar.scss |
156 | │ ├── thumbnail.scss | 153 | │ ├── pager.scss |
157 | │ ├── jumbotron.scss | 154 | │ ├── pagination.scss |
158 | │ ├── panel.scss | 155 | │ ├── panel.scss |
159 | │ ├── accordion.scss | 156 | │ ├── pill.scss |
160 | │ ├── footer.scss | 157 | │ ├── popover.scss |
161 | │ ├── dropdown.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 | ||
162 | └── img/ | 169 | └── img/ |
163 | └── check_flat/ | 170 | └── check_flat/ |
164 | └── default.png | 171 | ├── default.png |
172 | └── default.psd | ||
165 | </code></pre> | 173 | </code></pre> |
166 | </div> | 174 | </div> |
167 | <!-- CSS/SASS | 175 | <!-- CSS/SASS | ... | ... |
-
Please register or sign in to post a comment