Merge branch 'release/v1.2.3'
This commit is contained in:
commit
385f9f9fcb
@ -1 +0,0 @@
|
|||||||
repo_token: m1BEx78tPMAxcADSCK5vtqLfzdj5oU82P
|
|
@ -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,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",
|
||||||
|
3
dist/milligram.css
vendored
3
dist/milligram.css
vendored
@ -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 {
|
||||||
|
2
dist/milligram.css.map
vendored
2
dist/milligram.css.map
vendored
File diff suppressed because one or more lines are too long
4
dist/milligram.min.css
vendored
4
dist/milligram.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/milligram.min.css.map
vendored
2
dist/milligram.min.css.map
vendored
File diff suppressed because one or more lines are too long
@ -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,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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user