Merge branch 'release/v1.2.3'

This commit is contained in:
CJ Patoilo 2016-12-07 12:56:36 -03:00
commit 385f9f9fcb
10 changed files with 11 additions and 10 deletions

@ -1 +0,0 @@
repo_token: m1BEx78tPMAxcADSCK5vtqLfzdj5oU82P

@ -1,6 +1,6 @@
{
"name": "milligram",
"version": "1.2.2",
"version": "1.2.3",
"description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io",
"repository": "milligram/milligram",

@ -1,6 +1,6 @@
{
"name": "milligram/milligram",
"version": "1.2.2",
"version": "1.2.3",
"description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io",
"repository": "milligram/milligram",

3
dist/milligram.css vendored

@ -1,5 +1,5 @@
/*!
* Milligram v1.2.2
* Milligram v1.2.3
* http://milligram.github.io
*
* Copyright (c) 2016 CJ Patoilo
@ -181,6 +181,7 @@ code {
pre {
background: #f4f5f6;
border-left: 0.3rem solid #9b4dca;
overflow-y: hidden;
}
pre > code {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
Package.describe({
name: 'milligram:milligram',
version: '1.2.2',
version: '1.2.3',
summary: 'A minimalist CSS framework.',
git: 'https://github.com/milligram/milligram.git',
documentation: 'readme.md'

@ -1,6 +1,6 @@
{
"name": "milligram",
"version": "1.2.2",
"version": "1.2.3",
"description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io",
"repository": "milligram/milligram",

@ -13,6 +13,7 @@ code
pre
background: $color-tertiary
border-left: .3rem solid $color-primary
overflow-y: hidden
& > code
border-radius: 0