File tree Expand file tree Collapse file tree 1 file changed +13
-18
lines changed
Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -111,35 +111,30 @@ Within the download you'll find the following directories and files:
111111
112112```
113113Pixel Bootstrap UI Kit
114+ .
114115├── LICENSE
115116├── README.md
117+ ├── dist
118+ │ ├── assets
119+ │ ├── css
120+ │ ├── html
121+ │ ├── index.html
122+ │ └── vendor
116123├── gulpfile.js
124+ ├── html&css
125+ │ ├── assets
126+ │ ├── css
127+ │ ├── html
128+ │ ├── index.html
129+ │ └── vendor
117130├── package-lock.json
118131├── package.json
119132└── src
120133 ├── assets
121- │ ├── img
122- │ └── js
123134 ├── html
124- │ ├── components
125- │ └── pages
126135 ├── index.html
127136 ├── partials
128- │ ├── _cta-careers.html
129- │ ├── _cta-footer.html
130- │ ├── _footer.html
131- │ ├── _free-vs-pro.html
132- │ ├── _head.html
133- │ ├── _navigation.html
134- │ ├── _pages-preview.html
135- │ ├── _preloader.html
136- │ ├── _scripts.html
137- │ ├── _tracking.html
138- │ └── components
139137 └── scss
140- ├── bootstrap
141- ├── pixel
142- └── pixel.scss
143138```
144139
145140## Browser Support
You can’t perform that action at this time.
0 commit comments