Merge branch 'release/v1.1.0-rc1'
This commit is contained in:
commit
b0b9aef1ec
@ -3,5 +3,8 @@
|
|||||||
.travis.yml
|
.travis.yml
|
||||||
bower.json
|
bower.json
|
||||||
component.json
|
component.json
|
||||||
|
composer.json
|
||||||
|
contributing.md
|
||||||
gruntfile.js
|
gruntfile.js
|
||||||
|
package.js
|
||||||
src
|
src
|
17
bower.json
17
bower.json
@ -8,34 +8,35 @@
|
|||||||
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
||||||
"main": "dist/milligram.css",
|
"main": "dist/milligram.css",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"boilerplate",
|
|
||||||
"bootstrap",
|
"bootstrap",
|
||||||
"css",
|
"css",
|
||||||
"css3",
|
"css3",
|
||||||
"design",
|
|
||||||
"front-end",
|
"front-end",
|
||||||
"framework",
|
"framework",
|
||||||
"html",
|
"html",
|
||||||
"html5",
|
"html5",
|
||||||
"kickstart",
|
"kickstarter",
|
||||||
"less",
|
"less",
|
||||||
"milligram",
|
|
||||||
"responsive",
|
"responsive",
|
||||||
"mobile",
|
"mobile",
|
||||||
"mobile-first",
|
"mobile-first",
|
||||||
|
"postcss",
|
||||||
"responsive",
|
"responsive",
|
||||||
"sass",
|
"sass",
|
||||||
"stylus",
|
"scss",
|
||||||
"style",
|
"stylus"
|
||||||
"stylesheet"
|
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
"component.json",
|
"component.json",
|
||||||
"package.json",
|
"composer.json",
|
||||||
|
"contributing.md",
|
||||||
"gruntfile.js",
|
"gruntfile.js",
|
||||||
|
"package.js",
|
||||||
|
"package.json",
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -8,34 +8,35 @@
|
|||||||
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
||||||
"main": "dist/milligram.css",
|
"main": "dist/milligram.css",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"boilerplate",
|
|
||||||
"bootstrap",
|
"bootstrap",
|
||||||
"css",
|
"css",
|
||||||
"css3",
|
"css3",
|
||||||
"design",
|
|
||||||
"front-end",
|
"front-end",
|
||||||
"framework",
|
"framework",
|
||||||
"html",
|
"html",
|
||||||
"html5",
|
"html5",
|
||||||
"kickstart",
|
"kickstarter",
|
||||||
"less",
|
"less",
|
||||||
"milligram",
|
|
||||||
"responsive",
|
"responsive",
|
||||||
"mobile",
|
"mobile",
|
||||||
"mobile-first",
|
"mobile-first",
|
||||||
|
"postcss",
|
||||||
"responsive",
|
"responsive",
|
||||||
"sass",
|
"sass",
|
||||||
"stylus",
|
"scss",
|
||||||
"style",
|
"stylus"
|
||||||
"stylesheet"
|
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"package.json",
|
"composer.json",
|
||||||
|
"contributing.md",
|
||||||
"gruntfile.js",
|
"gruntfile.js",
|
||||||
|
"package.js",
|
||||||
|
"package.json",
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"repo": "milligram/milligram",
|
"repo": "milligram/milligram",
|
||||||
|
45
composer.json
Normal file
45
composer.json
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"name": "milligram",
|
||||||
|
"version": "1.0.3",
|
||||||
|
"description": "A minimalist CSS framework.",
|
||||||
|
"homepage": "http://milligram.github.io",
|
||||||
|
"repository": "milligram/milligram",
|
||||||
|
"license": "MIT",
|
||||||
|
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
||||||
|
"main": "dist/milligram.css",
|
||||||
|
"keywords": [
|
||||||
|
"bootstrap",
|
||||||
|
"css",
|
||||||
|
"css3",
|
||||||
|
"front-end",
|
||||||
|
"framework",
|
||||||
|
"html",
|
||||||
|
"html5",
|
||||||
|
"kickstarter",
|
||||||
|
"less",
|
||||||
|
"responsive",
|
||||||
|
"mobile",
|
||||||
|
"mobile-first",
|
||||||
|
"postcss",
|
||||||
|
"responsive",
|
||||||
|
"sass",
|
||||||
|
"scss",
|
||||||
|
"stylus"
|
||||||
|
],
|
||||||
|
"ignore": [
|
||||||
|
".editorconfig",
|
||||||
|
".gitignore",
|
||||||
|
".npmignore",
|
||||||
|
".travis.yml",
|
||||||
|
"bower.json",
|
||||||
|
"component.json",
|
||||||
|
"contributing.md",
|
||||||
|
"gruntfile.js",
|
||||||
|
"package.js",
|
||||||
|
"package.json",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"normalize.css": "latest"
|
||||||
|
}
|
||||||
|
}
|
10
contributing.md
Normal file
10
contributing.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
## Contributing
|
||||||
|
|
||||||
|
Help improve these docs. Open an [issue](https://github.com/milligram/milligram/issues/new) or submit a pull request.
|
||||||
|
|
||||||
|
- Navigate to the main page of the repository
|
||||||
|
- [Fork it!](https://github.com/milligram/milligram#fork-destination-box)
|
||||||
|
- Create your feature branch: git checkout -b my-new-feature
|
||||||
|
- Commit your changes: git commit -m 'Add some feature'
|
||||||
|
- Push to the branch: git push origin my-new-feature
|
||||||
|
- Submit a pull request =D
|
@ -58,7 +58,7 @@ module.exports = function ( grunt ) {
|
|||||||
all: [ 'dist' ]
|
all: [ 'dist' ]
|
||||||
},
|
},
|
||||||
|
|
||||||
// Compile SASS files to CSS
|
// Compile Sass files to CSS
|
||||||
sass: {
|
sass: {
|
||||||
minify: {
|
minify: {
|
||||||
options: {
|
options: {
|
||||||
|
15
package.json
15
package.json
@ -8,34 +8,35 @@
|
|||||||
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
||||||
"main": "dist/milligram.css",
|
"main": "dist/milligram.css",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"boilerplate",
|
|
||||||
"bootstrap",
|
"bootstrap",
|
||||||
"css",
|
"css",
|
||||||
"css3",
|
"css3",
|
||||||
"design",
|
|
||||||
"front-end",
|
"front-end",
|
||||||
"framework",
|
"framework",
|
||||||
"html",
|
"html",
|
||||||
"html5",
|
"html5",
|
||||||
"kickstart",
|
"kickstarter",
|
||||||
"less",
|
"less",
|
||||||
"milligram",
|
|
||||||
"responsive",
|
"responsive",
|
||||||
"mobile",
|
"mobile",
|
||||||
"mobile-first",
|
"mobile-first",
|
||||||
|
"postcss",
|
||||||
"responsive",
|
"responsive",
|
||||||
"sass",
|
"sass",
|
||||||
"stylus",
|
"scss",
|
||||||
"style",
|
"stylus"
|
||||||
"stylesheet"
|
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"component.json",
|
"component.json",
|
||||||
|
"composer.json",
|
||||||
|
"contributing.md",
|
||||||
"gruntfile.js",
|
"gruntfile.js",
|
||||||
|
"package.js",
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -60,4 +60,4 @@ Help improve these docs. Open an [issue](https://github.com/milligram/milligram/
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT License](http://cjpatoilo.mit-license.org/) @ CJ Patoilo
|
Designed with ♥ by [CJ Patoilo](http://cjpatoilo.com). Licensed under the [MIT License](http://cjpatoilo.mit-license.org).
|
||||||
|
@ -8,6 +8,7 @@ html
|
|||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
font-size: 62.5%
|
font-size: 62.5%
|
||||||
|
|
||||||
|
// Default body styles
|
||||||
body
|
body
|
||||||
color: $color-secondary
|
color: $color-secondary
|
||||||
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
|
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
|
||||||
@ -16,7 +17,7 @@ body
|
|||||||
letter-spacing: .01em
|
letter-spacing: .01em
|
||||||
line-height: 1.6
|
line-height: 1.6
|
||||||
|
|
||||||
// Box Sizing FTW
|
// Set box-sizing globally to handle padding and border widths
|
||||||
*,
|
*,
|
||||||
*:after,
|
*:after,
|
||||||
*:before
|
*:before
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
// Code
|
// Code
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
|
||||||
pre
|
|
||||||
background: $color-tertiary
|
|
||||||
border-left: .3rem solid $color-primary
|
|
||||||
font-family: 'Menlo', 'Consolas', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', monospace
|
|
||||||
|
|
||||||
code
|
code
|
||||||
background: $color-tertiary
|
background: $color-tertiary
|
||||||
border-radius: .4rem
|
border-radius: .4rem
|
||||||
@ -15,9 +10,14 @@ code
|
|||||||
margin: 0 .2rem
|
margin: 0 .2rem
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
|
||||||
pre > code
|
pre
|
||||||
background: transparent
|
background: $color-tertiary
|
||||||
border-radius: 0
|
border-left: .3rem solid $color-primary
|
||||||
display: block
|
font-family: 'Menlo', 'Consolas', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', monospace
|
||||||
padding: 1rem 1.5rem
|
|
||||||
white-space: pre
|
& > code
|
||||||
|
background: transparent
|
||||||
|
border-radius: 0
|
||||||
|
display: block
|
||||||
|
padding: 1rem 1.5rem
|
||||||
|
white-space: pre
|
||||||
|
Loading…
Reference in New Issue
Block a user