Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit eb55f04

Browse files
authored
Merge pull request #2 from make-bu/dev
2.0.0 Beta 1
2 parents 9b78512 + e690dd8 commit eb55f04

310 files changed

Lines changed: 56026 additions & 6897 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.sass-cache
2+
.git
3+
.DS_Store

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
##Dev branch
2+
3+
This branch is the active development branch for the MakeBU website.
4+
5+
Development currently uses SCSS.
6+
**Please do not commit changes to style.css, they will be overwritten.**
7+
Instead, modify style.**scss**, and use SASS to compile the raw .css file.
8+
9+
##TODO
10+
11+
* Add smooth scrolling (currently not working)
12+
* Add PNG fallback to SVG
13+
* Test on old Windows browsers
14+
* Edit content as needed

css/bootstrap-responsive.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)