Skip to content

Commit

Permalink
3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alademann committed Sep 12, 2013
1 parent 2604c7e commit 0832576
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="http://alademann.github.io/sass-bootstrap/assets/img/bootstrap-docs-readme.png" width="100px">
</a>

# Sass Bootstrap v3.0.12
# Sass Bootstrap v3.0.13

Sass Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat), and ported to Sass/Compass by [Aaron Lademann](https://github.com/alademann).

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ issues_new: https://github.com/alademann/sass-bootstrap/issues/new
# Misc Vars
ga_id: UA-39735819-1
app_name: Sass Bootstrap
current_version: 3.0.12
current_version: 3.0.13
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-bootstrap",
"version": "3.0.12",
"version": "3.0.13",
"main": ["./dist/js/sass-bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-bootstrap",
"version": "3.0.12",
"version": "3.0.13",
"main": ["./dist/js/sass-bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
Expand Down
54 changes: 27 additions & 27 deletions fonts/glyphiconshalflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,25 +208,25 @@ $zindex-modal: 1050;
// --------------------------------------------------

// Extra small screen / phone
// Note: Deprecated $screen-xs and $screen-phone as of v3.0.12
// Note: Deprecated $screen-xs and $screen-phone as of v3.0.13
$screen-xs: 480px;
$screen-xs-min: $screen-xs;
$screen-phone: $screen-xs-min;

// Small screen / tablet
// Note: Deprecated $screen-sm and $screen-tablet as of v3.0.12
// Note: Deprecated $screen-sm and $screen-tablet as of v3.0.13
$screen-sm: 768px;
$screen-sm-min: $screen-sm;
$screen-tablet: $screen-sm-min;

// Medium screen / desktop
// Note: Deprecated $screen-md and $screen-desktop as of v3.0.12
// Note: Deprecated $screen-md and $screen-desktop as of v3.0.13
$screen-md: 992px;
$screen-md-min: $screen-md;
$screen-desktop: $screen-md-min;

// Large screen / wide desktop
// Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.12
// Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.13
$screen-lg: 1200px;
$screen-lg-min: $screen-lg;
$screen-lg-desktop: $screen-lg-min;
Expand Down
2 changes: 1 addition & 1 deletion sass/sass-bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Sass Bootstrap v3.0.12
* Sass Bootstrap v3.0.13
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
Expand Down

0 comments on commit 0832576

Please sign in to comment.