Index: static/scss/_grid.scss |
=================================================================== |
--- a/static/scss/_grid.scss |
+++ b/static/scss/_grid.scss |
@@ -13,20 +13,16 @@ |
// |
// You should have received a copy of the GNU General Public License |
// along with website-defaults. If not, see <http://www.gnu.org/licenses/>. |
/******************************************************************************* |
* Grid component |
******************************************************************************/ |
-$half-breakpoint: $tablet-breakpoint !default; |
-$third-breakpoint: $desktop-breakpoint !default; |
-$fourth-breakpoint: $desktop-breakpoint !default; |
- |
/** |
* - .row contains one or more .column(s) |
* - .row clears .column(s) |
* - .row negates the left & right padding of it's left-most & right-most |
* .column(s) while preserving consistent padding between .column(s) |
*/ |
.row |
{ |