Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.sass-cache
.git
.DS_Store
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
##Dev branch

This branch is the active development branch for the MakeBU website.

Development currently uses SCSS.
**Please do not commit changes to style.css, they will be overwritten.**
Instead, modify style.**scss**, and use SASS to compile the raw .css file.

##TODO

* Add smooth scrolling (currently not working)
* Add PNG fallback to SVG
* Test on old Windows browsers
* Edit content as needed
9 changes: 0 additions & 9 deletions css/bootstrap-responsive.css

This file was deleted.

Loading