Merge branch 'release/v1.2.3'

This commit is contained in:
CJ Patoilo
2016-12-07 12:56:36 -03:00
10 changed files with 11 additions and 10 deletions
-1
View File
@@ -1 +0,0 @@
repo_token: m1BEx78tPMAxcADSCK5vtqLfzdj5oU82P
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "milligram", "name": "milligram",
"version": "1.2.2", "version": "1.2.3",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io", "homepage": "http://milligram.github.io",
"repository": "milligram/milligram", "repository": "milligram/milligram",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "milligram/milligram", "name": "milligram/milligram",
"version": "1.2.2", "version": "1.2.3",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io", "homepage": "http://milligram.github.io",
"repository": "milligram/milligram", "repository": "milligram/milligram",
+2 -1
View File
@@ -1,5 +1,5 @@
/*! /*!
* Milligram v1.2.2 * Milligram v1.2.3
* http://milligram.github.io * http://milligram.github.io
* *
* Copyright (c) 2016 CJ Patoilo * Copyright (c) 2016 CJ Patoilo
@@ -181,6 +181,7 @@ code {
pre { pre {
background: #f4f5f6; background: #f4f5f6;
border-left: 0.3rem solid #9b4dca; border-left: 0.3rem solid #9b4dca;
overflow-y: hidden;
} }
pre > code { pre > code {
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
Package.describe({ Package.describe({
name: 'milligram:milligram', name: 'milligram:milligram',
version: '1.2.2', version: '1.2.3',
summary: 'A minimalist CSS framework.', summary: 'A minimalist CSS framework.',
git: 'https://github.com/milligram/milligram.git', git: 'https://github.com/milligram/milligram.git',
documentation: 'readme.md' documentation: 'readme.md'
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "milligram", "name": "milligram",
"version": "1.2.2", "version": "1.2.3",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io", "homepage": "http://milligram.github.io",
"repository": "milligram/milligram", "repository": "milligram/milligram",
+1
View File
@@ -13,6 +13,7 @@ code
pre pre
background: $color-tertiary background: $color-tertiary
border-left: .3rem solid $color-primary border-left: .3rem solid $color-primary
overflow-y: hidden
& > code & > code
border-radius: 0 border-radius: 0