Format all files fot he new definition

This commit is contained in:
CJ Patoilo 2020-05-15 01:20:35 -03:00
parent 831481f1c8
commit 9a63e760df
16 changed files with 16718 additions and 14597 deletions

View File

@ -1,5 +1,5 @@
os: Visual Studio 2015
version: "{build}"
version: '{build}'
build: off
platform: x64
environment:

View File

@ -2,7 +2,6 @@
We would love for you to contribute to Milligram and help us make this even better! Start reading this document to see it is not difficult as you might have imagined.
## Table of Contents
- [Open an Issue](#open-an-issue)
@ -13,12 +12,10 @@ We would love for you to contribute to Milligram and help us make this even bett
- [Code of Conduct](#code-of-conduct)
- [License](#license)
## Open an Issue
[Open an Issue](../../../issues/new) to report any problems or improvements. When necessary, use [Codepen](http://codepen.io/) to show the problem. Be sure to include some description to explain the problem.
## Submit a Pull Request
To submit a new feature, make sure that changes are done to the source code. [Follow our style guide](#style-guide) and do not forget the tests and attach the link [Codepen](http://codepen.io/) along with the description.
@ -35,14 +32,12 @@ You can do all of this from your browser using Gitpod, the free online dev envir
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/milligram/milligram)
*Note: For issues relating to the site, please use the [milligram.github.io](https://github.com/milligram/milligram.github.io)*
_Note: For issues relating to the site, please use the [milligram.github.io](https://github.com/milligram/milligram.github.io)_
## Building
First install [Node.js](https://nodejs.org/en/download/) for the build process. Now install all the dependencies, run `npm install` from the project directory. Once you have the dependencies installed, run `npm start`. This will run the build task which compiles the Sass files into Milligram.css file in the expanded and compressed version.
## Style Guide
Milligram use [Sass](http://sass-lang.com/) to give super powers to CSS. Look at how the code is being maintained, we must always be consistent. We try to follow best practices as much as possible. In addition, here are some tips you should follow:
@ -82,19 +77,16 @@ Milligram use [Sass](http://sass-lang.com/) to give super powers to CSS. Look at
color: #000
```
*Note: This style guide was inspired by [Idiomatic.css](https://github.com/necolas/idiomatic-css). Milligram uses an `.editorconfig` file, which most editors support, to enforce these coding standards.*
_Note: This style guide was inspired by [Idiomatic.css](https://github.com/necolas/idiomatic-css). Milligram uses an `.editorconfig` file, which most editors support, to enforce these coding standards._
## Test
Breaking CSS is easy. Checking every responsive page element is hard. That's why Milligram uses automated visual regression testing for responsive web UI by comparing DOM screenshots at various viewport sizes. To view the comparison run `npm test` after making changes to the source code.
## Code of Conduct
Help us keep Milligram open and inclusive. Please read and follow our thoughts on [Code of Conduct](http://confcodeofconduct.com/).
## License
By contributing your code, you agree to license your contribution under the [MIT license](../license).

View File

@ -16,7 +16,6 @@ By contributing your code, you agree to license your contribution under the [MIT
-->
### Version info
<!-- What versions of the following libraries are you using? Note that your issue may already
@ -26,22 +25,18 @@ be fixed in the latest versions. -->
**Other (e.g. normalize.css, node.js, npm, bower, browser, operating system) (if applicable):**
### Test case
<!-- Provide code samples on [Codepen](http://codepen.io/). -->
### Steps to reproduce
<!-- Provide the steps needed to reproduce the issue given the above test case. -->
### Expected behavior
<!-- What is the expected behavior? -->
### Actual behavior
<!-- What is the actual behavior? -->

View File

@ -26,7 +26,6 @@ By contributing your code, you agree to license your contribution under the [MIT
-->
### Description
<!-- Are you fixing a bug? Implementing a new feature? Updating the documentation? Describe here something about your changes. Don't forget to add the link to the open issue, or to other pull request related. -->

View File

@ -1,12 +1,12 @@
tasks:
- init: yarn install
- init: yarn install
command: yarn start
# list the ports to be exposed
ports:
- port: 3000
- port: 3000
onOpen: open-preview
- port: 3001
- port: 3001
onOpen: ignore
vscode:

View File

@ -1,16 +1,20 @@
'use strict'
module.exports = {
viewports: [{
viewports: [
{
name: 'phone',
width: 320,
height: 480
}, {
},
{
name: 'laptop',
width: 1280,
height: 800
}],
scenarios: [{
}
],
scenarios: [
{
label: 'Typography',
url: 'http://localhost:3000',
hideSelectors: [],
@ -21,7 +25,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Blockquotes',
url: 'http://localhost:3000',
hideSelectors: [],
@ -32,7 +37,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Buttons',
url: 'http://localhost:3000',
hideSelectors: [],
@ -43,7 +49,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Lists',
url: 'http://localhost:3000',
hideSelectors: [],
@ -54,7 +61,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Forms',
url: 'http://localhost:3000',
hideSelectors: [],
@ -65,7 +73,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Tables',
url: 'http://localhost:3000',
hideSelectors: [],
@ -76,7 +85,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Grids',
url: 'http://localhost:3000',
hideSelectors: [],
@ -87,7 +97,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Codes',
url: 'http://localhost:3000',
hideSelectors: [],
@ -98,7 +109,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}, {
},
{
label: 'Utilities',
url: 'http://localhost:3000',
hideSelectors: [],
@ -109,7 +121,8 @@ module.exports = {
misMatchThreshold: 0.1,
onReadyScript: null,
onBeforeScript: null
}],
}
],
paths: {
bitmaps_reference: 'test/regression',
bitmaps_test: 'node_modules/backstopjs/.tmp/bitmaps_test',
@ -118,11 +131,7 @@ module.exports = {
ci_report: 'node_modules/backstopjs/.tmp/ci_report'
},
engine: 'phantomjs',
report: [
'browser',
'CLI',
'CI'
],
report: ['browser', 'CLI', 'CI'],
casperFlags: [],
debug: false,
port: 3002

View File

@ -1,27 +1,38 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="CJ Patoilo">
<meta name="description" content="Milligram provides a minimal setup of styles for a fast and clean starting point. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code.">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="CJ Patoilo" />
<meta
name="description"
content="Milligram provides a minimal setup of styles for a fast and clean starting point. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code."
/>
<title>Milligram | A minimalist CSS framework.</title>
<link rel="icon" href="https://milligram.io/images/icon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" href="../dist/milligram.min.css">
<link rel="stylesheet" href="https://milligram.io/styles/main.css">
<link rel="icon" href="https://milligram.io/images/icon.png" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"
/>
<link rel="stylesheet" href="../dist/milligram.min.css" />
<link rel="stylesheet" href="https://milligram.io/styles/main.css" />
</head>
<body>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="https://milligram.io/">
<svg class="img" version="1.1" viewBox="0 0 463 669">
<g transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)">
<path d="M2303 6677c-11-13-58-89-393-627-128-206-247-397-265-425-18-27-85-135-150-240-65-104-281-451-480-770-358-575-604-970-641-1032-10-18-45-74-76-126-47-78-106-194-107-212-1-3-11-26-24-53-60-118-132-406-157-623-19-158-8-491 20-649 82-462 291-872 619-1213 192-199 387-340 646-467 335-165 638-235 1020-235 382 0 685 70 1020 235 259 127 454 268 646 467 328 341 537 751 619 1213 28 158 39 491 20 649-25 217-97 505-157 623-13 27-23 50-23 53 0 16-57 127-107 210-32 52-67 110-77 128-37 62-283 457-641 1032-199 319-415 666-480 770-65 105-132 213-150 240-18 28-137 219-265 425-354 570-393 630-400 635-4 3-12-1-17-8zm138-904c118-191 654-1050 1214-1948 148-236 271-440 273-452 2-13 8-23 11-23 14 0 72-99 125-212 92-195 146-384 171-598 116-974-526-1884-1488-2110-868-205-1779 234-2173 1046-253 522-257 1124-10 1659 45 97 108 210 126 225 4 3 9 13 13 22 3 9 126 209 273 445 734 1176 1102 1766 1213 1946 67 108 124 197 126 197 2 0 59-89 126-197zM1080 3228c-75-17-114-67-190-243-91-212-128-368-137-580-34-772 497-1451 1254-1605 77-15 112-18 143-11 155 35 212 213 106 329-32 36-62 48-181 75-223 50-392 140-552 291-115 109-178 192-242 316-101 197-136 355-128 580 3 111 10 167 30 241 30 113 80 237 107 267 11 12 20 26 20 32 0 6 8 22 17 36 26 41 27 99 3 147-54 105-142 149-250 125z"></path>
<g
transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)"
>
<path
d="M2303 6677c-11-13-58-89-393-627-128-206-247-397-265-425-18-27-85-135-150-240-65-104-281-451-480-770-358-575-604-970-641-1032-10-18-45-74-76-126-47-78-106-194-107-212-1-3-11-26-24-53-60-118-132-406-157-623-19-158-8-491 20-649 82-462 291-872 619-1213 192-199 387-340 646-467 335-165 638-235 1020-235 382 0 685 70 1020 235 259 127 454 268 646 467 328 341 537 751 619 1213 28 158 39 491 20 649-25 217-97 505-157 623-13 27-23 50-23 53 0 16-57 127-107 210-32 52-67 110-77 128-37 62-283 457-641 1032-199 319-415 666-480 770-65 105-132 213-150 240-18 28-137 219-265 425-354 570-393 630-400 635-4 3-12-1-17-8zm138-904c118-191 654-1050 1214-1948 148-236 271-440 273-452 2-13 8-23 11-23 14 0 72-99 125-212 92-195 146-384 171-598 116-974-526-1884-1488-2110-868-205-1779 234-2173 1046-253 522-257 1124-10 1659 45 97 108 210 126 225 4 3 9 13 13 22 3 9 126 209 273 445 734 1176 1102 1766 1213 1946 67 108 124 197 126 197 2 0 59-89 126-197zM1080 3228c-75-17-114-67-190-243-91-212-128-368-137-580-34-772 497-1451 1254-1605 77-15 112-18 143-11 155 35 212 213 106 329-32 36-62 48-181 75-223 50-392 140-552 291-115 109-178 192-242 316-101 197-136 355-128 580 3 111 10 167 30 241 30 113 80 237 107 267 11 12 20 26 20 32 0 6 8 22 17 36 26 41 27 99 3 147-54 105-142 149-250 125z"
></path>
</g>
</svg>
&nbsp;
@ -29,43 +40,188 @@
</a>
<ul class="navigation-list float-right">
<li class="navigation-item">
<a class="navigation-link" href="#popover-grid" data-popover>Docs</a>
<a class="navigation-link" href="#popover-grid" data-popover
>Docs</a
>
<div class="popover" id="popover-grid">
<ul class="popover-list">
<li class="popover-item"><a class="popover-link" href="#getting-started" title="Getting Started">Getting Started</a></li>
<li class="popover-item"><a class="popover-link" href="#typography" title="Typography">Typography</a></li>
<li class="popover-item"><a class="popover-link" href="#blockquotes" title="Blockquotes">Blockquotes</a></li>
<li class="popover-item"><a class="popover-link" href="#buttons" title="Buttons">Buttons</a></li>
<li class="popover-item"><a class="popover-link" href="#lists" title="Lists">Lists</a></li>
<li class="popover-item"><a class="popover-link" href="#forms" title="Forms">Forms</a></li>
<li class="popover-item"><a class="popover-link" href="#tables" title="Tables">Tables</a></li>
<li class="popover-item"><a class="popover-link" href="#grids" title="Grids">Grids</a></li>
<li class="popover-item"><a class="popover-link" href="#codes" title="Codes">Codes</a></li>
<li class="popover-item"><a class="popover-link" href="#utilities" title="Utilities">Utilities</a></li>
<li class="popover-item"><a class="popover-link" href="#tips" title="Tips">Tips</a></li>
<li class="popover-item"><a class="popover-link" href="#browser-support" title="Browser Support">Browser Support</a></li>
<li class="popover-item"><a class="popover-link" href="#examples" title="Examples">Examples</a></li>
<li class="popover-item"><a class="popover-link" href="#contributing" title="Contributing">Contributing</a></li>
<li class="popover-item">
<a
class="popover-link"
href="#getting-started"
title="Getting Started"
>Getting Started</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
href="#typography"
title="Typography"
>Typography</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
href="#blockquotes"
title="Blockquotes"
>Blockquotes</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#buttons" title="Buttons"
>Buttons</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#lists" title="Lists"
>Lists</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#forms" title="Forms"
>Forms</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#tables" title="Tables"
>Tables</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#grids" title="Grids"
>Grids</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#codes" title="Codes"
>Codes</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#utilities" title="Utilities"
>Utilities</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#tips" title="Tips">Tips</a>
</li>
<li class="popover-item">
<a
class="popover-link"
href="#browser-support"
title="Browser Support"
>Browser Support</a
>
</li>
<li class="popover-item">
<a class="popover-link" href="#examples" title="Examples"
>Examples</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
href="#contributing"
title="Contributing"
>Contributing</a
>
</li>
</ul>
</div>
</li>
<li class="navigation-item">
<a class="navigation-link" href="#popover-support" data-popover>Support</a>
<a class="navigation-link" href="#popover-support" data-popover
>Support</a
>
<div class="popover" id="popover-support">
<ul class="popover-list">
<li class="popover-item"><a class="popover-link" target="blank" href="https://github.com/milligram/milligram" title="On Github">On Github</a></li>
<li class="popover-item"><a class="popover-link" target="blank" href="https://codepen.io/milligramcss" title="On Codepen">On Codepen</a></li>
<li class="popover-item"><a class="popover-link" target="blank" href="https://facebook.com/milligramcss" title="On Facebook">On Facebook</a></li>
<li class="popover-item"><a class="popover-link" target="blank" href="https://twitter.com/milligramcss" title="On Twitter">On Twitter</a></li>
<li class="popover-item"><a class="popover-link" target="blank" href="https://github.com/milligram/milligram/issues/new" title="Need help?">Need help?</a></li>
<li class="popover-item"><a class="popover-link" target="blank" href="https://github.com/milligram/milligram#license" title="License">License</a></li>
<li class="popover-item"><a class="popover-link" target="blank" href="https://github.com/milligram/milligram/releases" title="Versions">Versions</a></li>
<li class="popover-item">
<a
class="popover-link"
target="blank"
href="https://github.com/milligram/milligram"
title="On Github"
>On Github</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
target="blank"
href="https://codepen.io/milligramcss"
title="On Codepen"
>On Codepen</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
target="blank"
href="https://facebook.com/milligramcss"
title="On Facebook"
>On Facebook</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
target="blank"
href="https://twitter.com/milligramcss"
title="On Twitter"
>On Twitter</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
target="blank"
href="https://github.com/milligram/milligram/issues/new"
title="Need help?"
>Need help?</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
target="blank"
href="https://github.com/milligram/milligram#license"
title="License"
>License</a
>
</li>
<li class="popover-item">
<a
class="popover-link"
target="blank"
href="https://github.com/milligram/milligram/releases"
title="Versions"
>Versions</a
>
</li>
</ul>
</div>
</li>
</ul>
<a href="https://github.com/milligram/milligram" title="Milligram on Github" target="_blank">
<svg class="octocat" viewBox="0 0 250 250"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path class="octocat-arm" d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"></path><path class="octocat-body" d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"></path></svg>
<a
href="https://github.com/milligram/milligram"
title="Milligram on Github"
target="_blank"
>
<svg class="octocat" viewBox="0 0 250 250">
<path
d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"
></path>
<path
class="octocat-arm"
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
></path>
<path
class="octocat-body"
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
></path>
</svg>
</a>
</section>
</nav>
@ -73,38 +229,80 @@
<section class="container" id="examples">
<h5 class="title">Examples</h5>
<p>You can view more examples of using Milligram.</p>
<p>
<ul>
<li><a href="https://milligram.io/#getting-started" title="Getting Started">Getting Started</a></li>
<li><a href="https://milligram.io/#typography" title="Typography">Typography</a></li>
<li><a href="https://milligram.io/#blockquotes" title="Blockquotes">Blockquotes</a></li>
<li><a href="https://milligram.io/#buttons" title="Buttons">Buttons</a></li>
<li>
<a
href="https://milligram.io/#getting-started"
title="Getting Started"
>Getting Started</a
>
</li>
<li>
<a href="https://milligram.io/#typography" title="Typography"
>Typography</a
>
</li>
<li>
<a href="https://milligram.io/#blockquotes" title="Blockquotes"
>Blockquotes</a
>
</li>
<li>
<a href="https://milligram.io/#buttons" title="Buttons">Buttons</a>
</li>
<li><a href="https://milligram.io/#lists" title="Lists">Lists</a></li>
<li><a href="https://milligram.io/#forms" title="Forms">Forms</a></li>
<li><a href="https://milligram.io/#tables" title="Tables">Tables</a></li>
<li>
<a href="https://milligram.io/#tables" title="Tables">Tables</a>
</li>
<li><a href="https://milligram.io/#grids" title="Grids">Grids</a></li>
<li><a href="https://milligram.io/#codes" title="Codes">Codes</a></li>
<li><a href="https://milligram.io/#utilities" title="Utilities">Utilities</a></li>
<li>
<a href="https://milligram.io/#utilities" title="Utilities"
>Utilities</a
>
</li>
<li><a href="https://milligram.io/#tips" title="Tips">Tips</a></li>
<li><a href="https://milligram.io/#browser-support" title="Browser Support">Browser Support</a></li>
<li>
<a
href="https://milligram.io/#browser-support"
title="Browser Support"
>Browser Support</a
>
</li>
</ul>
</p>
</section>
<section class="container" id="contributing">
<h5 class="title">Contributing</h5>
<p>Want to contribute? Follow these <a href="https://github.com/milligram/milligram/blob/master/.github/contributing.md" title="Contributing">recommendations</a>.</p>
<p>
Want to contribute? Follow these
<a
href="https://github.com/milligram/milligram/blob/master/.github/contributing.md"
title="Contributing"
>recommendations</a
>.
</p>
</section>
<footer class="footer">
<section class="container">
<p>Designed with ♥ by <a target="_blank" href="https://cjpatoilo.com" title="CJ Patoilo">CJ Patoilo</a>. Licensed under the <a target="_blank" href="https://github.com/milligram/milligram#license" title="MIT License">MIT License</a>.</p>
<p>
Designed with ♥ by
<a target="_blank" href="https://cjpatoilo.com" title="CJ Patoilo"
>CJ Patoilo</a
>. Licensed under the
<a
target="_blank"
href="https://github.com/milligram/milligram#license"
title="MIT License"
>MIT License</a
>.
</p>
</section>
</footer>
</main>
<script src="https://milligram.io/scripts/main.js"></script>
</body>
</html>

8492
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,5 @@ Package.describe({
// eslint-disable-next-line
Package.onUse(api => {
api.versionsFrom('METEOR@1.0')
api.addFiles([
'dist/milligram.css'
], 'client')
api.addFiles(['dist/milligram.css'], 'client')
})

View File

@ -11,12 +11,10 @@
[![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram)
[![Setup Automated](https://img.shields.io/badge/setup-automated-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
## Why it's awesome
Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! **Only 2kb gzipped!** It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy!
## Download
**Install with Bower**
@ -37,7 +35,6 @@ $ npm install milligram
$ yarn add milligram
```
## Table of Contents
- [Getting Started](https://milligram.io/#getting-started)
@ -54,12 +51,10 @@ $ yarn add milligram
- [Browser Support](https://milligram.io/#browser-support)
- [Examples](https://milligram.io/#examples)
## Contributing
Want to contribute? Follow these [recommendations](https://github.com/milligram/milligram/blob/master/.github/contributing.md).
## License
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](license).

View File

@ -1,42 +1,91 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="CJ Patoilo">
<meta name="description" content="Milligram provides a minimal setup of styles for a fast and clean starting point. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code.">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="CJ Patoilo" />
<meta
name="description"
content="Milligram provides a minimal setup of styles for a fast and clean starting point. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code."
/>
<title>Milligram | A minimalist CSS framework.</title>
<link rel="icon" href="https://milligram.io/images/icon.png">
<link rel="stylesheet" href="https://milligram.io/styles/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css">
<link rel="stylesheet" href="milligram.min.css"><!-- to generate this style run `$ npm start` -->
<link rel="icon" href="https://milligram.io/images/icon.png" />
<link rel="stylesheet" href="https://milligram.io/styles/main.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css"
/>
<link rel="stylesheet" href="milligram.min.css" />
<!-- to generate this style run `$ npm start` -->
</head>
<body>
<main class="wrapper">
<section class="container" id="image">
<img src="https://milligram.io/images/thumbnail.png" alt="Milligram | A minimalist CSS framework.">
<img
src="https://milligram.io/images/thumbnail.png"
alt="Milligram | A minimalist CSS framework."
/>
</section>
<section class="container" id="typography">
<h5 class="title">Typography</h5>
<hr>
<hr />
<div class="example">
<div class="row">
<div class="column">
<h1>Heading<span class="heading-font-size"> <code>&lt;h1&gt;</code> 4.6rem (46px)</span></h1>
<h2>Heading<span class="heading-font-size"> <code>&lt;h2&gt;</code> 3.6rem (36px)</span></h2>
<h3>Heading<span class="heading-font-size"> <code>&lt;h3&gt;</code> 2.8rem (28px)</span></h3>
<h4>Heading<span class="heading-font-size"> <code>&lt;h4&gt;</code> 2.2rem (22px)</span></h4>
<h5>Heading<span class="heading-font-size"> <code>&lt;h5&gt;</code> 1.8rem (18px)</span></h5>
<h6>Heading<span class="heading-font-size"> <code>&lt;h6&gt;</code> 1.6rem (16px)</span></h6>
<h1>
Heading<span class="heading-font-size">
<code>&lt;h1&gt;</code> 4.6rem (46px)</span
>
</h1>
<h2>
Heading<span class="heading-font-size">
<code>&lt;h2&gt;</code> 3.6rem (36px)</span
>
</h2>
<h3>
Heading<span class="heading-font-size">
<code>&lt;h3&gt;</code> 2.8rem (28px)</span
>
</h3>
<h4>
Heading<span class="heading-font-size">
<code>&lt;h4&gt;</code> 2.2rem (22px)</span
>
</h4>
<h5>
Heading<span class="heading-font-size">
<code>&lt;h5&gt;</code> 1.8rem (18px)</span
>
</h5>
<h6>
Heading<span class="heading-font-size">
<code>&lt;h6&gt;</code> 1.6rem (16px)</span
>
</h6>
</div>
<div class="column">
<p>Lorem ipsum dolor sit amet, <u>consectetur adipisicing elit</u>.</p>
<p>Obcaecati <s>error</s> a, quas fugit hic, <a href="#">accusantium</a> autem <i>necessitatibus praesentium</i> placeat, iusto et <b>soluta expedita</b>! Quisquam repellendus <small>voluptatem</small>, <mark>tempora iste culpa fuga</mark>, <time>on April 29</time>!</p>
<p>Quisquam nobis, ad. Iusto, <strong>repudiandae</strong>. Autem ipsa blanditiis, quae, fugit nobis <em>perspiciatis in beatae vitae</em> numquam illo, architecto hic dolor <q>molestiae aliquid</q>.</p>
<p>
Lorem ipsum dolor sit amet, <u>consectetur adipisicing elit</u>.
</p>
<p>
Obcaecati <s>error</s> a, quas fugit hic,
<a href="#">accusantium</a> autem
<i>necessitatibus praesentium</i> placeat, iusto et
<b>soluta expedita</b>! Quisquam repellendus
<small>voluptatem</small>, <mark>tempora iste culpa fuga</mark>,
<time>on April 29</time>!
</p>
<p>
Quisquam nobis, ad. Iusto, <strong>repudiandae</strong>. Autem
ipsa blanditiis, quae, fugit nobis
<em>perspiciatis in beatae vitae</em> numquam illo, architecto
hic dolor <q>molestiae aliquid</q>.
</p>
</div>
</div>
</div>
@ -44,7 +93,7 @@
<section class="container" id="blockquotes">
<h5 class="title">Blockquotes</h5>
<hr>
<hr />
<div class="example">
<div class="row">
<div class="column">
@ -61,50 +110,134 @@
<section class="container" id="buttons">
<h5 class="title">Buttons</h5>
<hr>
<hr />
<div class="example">
<div class="row">
<div class="column">
<a class="button" href="javascript: void(0)">Default Button</a>
<a class="button button-outline" href="javascript: void(0)">Outlined Button</a>
<a class="button button-clear" href="javascript: void(0)">Clear Button</a>
<a class="button" disabled href="javascript: void(0)">Default Button</a>
<a class="button button-outline" disabled href="javascript: void(0)">Outlined Button</a>
<a class="button button-clear" disabled href="javascript: void(0)">Clear Button</a>
<a class="button button-outline" href="javascript: void(0)"
>Outlined Button</a
>
<a class="button button-clear" href="javascript: void(0)"
>Clear Button</a
>
<a class="button" disabled href="javascript: void(0)"
>Default Button</a
>
<a
class="button button-outline"
disabled
href="javascript: void(0)"
>Outlined Button</a
>
<a class="button button-clear" disabled href="javascript: void(0)"
>Clear Button</a
>
</div>
<div class="column">
<button class="button">Default Button</button>
<button class="button button-outline">Outlined Button</button>
<button class="button button-clear">Clear Button</button>
<button class="button" disabled>Default Button</button>
<button class="button button-outline" disabled>Outlined Button</button>
<button class="button button-outline" disabled>
Outlined Button
</button>
<button class="button button-clear" disabled>Clear Button</button>
</div>
<div class="column">
<input class="button" type="submit" value="Default Button">
<input class="button button-outline" type="submit" value="Outlined Button">
<input class="button button-clear" type="submit" value="Clear Button">
<input class="button" disabled type="submit" value="Default Button">
<input class="button button-outline" disabled type="submit" value="Outlined Button">
<input class="button button-clear" disabled type="submit" value="Clear Button">
<input class="button" type="submit" value="Default Button" />
<input
class="button button-outline"
type="submit"
value="Outlined Button"
/>
<input
class="button button-clear"
type="submit"
value="Clear Button"
/>
<input
class="button"
disabled
type="submit"
value="Default Button"
/>
<input
class="button button-outline"
disabled
type="submit"
value="Outlined Button"
/>
<input
class="button button-clear"
disabled
type="submit"
value="Clear Button"
/>
</div>
</div>
<div class="row">
<div class="column">
<input class="button" type="reset" value="Default Button">
<input class="button button-outline" type="reset" value="Outlined Button">
<input class="button button-clear" type="reset" value="Clear Button">
<input class="button" disabled type="reset" value="Default Button">
<input class="button button-outline" disabled type="reset" value="Outlined Button">
<input class="button button-clear" disabled type="reset" value="Clear Button">
<input class="button" type="reset" value="Default Button" />
<input
class="button button-outline"
type="reset"
value="Outlined Button"
/>
<input
class="button button-clear"
type="reset"
value="Clear Button"
/>
<input
class="button"
disabled
type="reset"
value="Default Button"
/>
<input
class="button button-outline"
disabled
type="reset"
value="Outlined Button"
/>
<input
class="button button-clear"
disabled
type="reset"
value="Clear Button"
/>
</div>
<div class="column">
<input class="button" type="button" value="Default Button">
<input class="button button-outline" type="button" value="Outlined Button">
<input class="button button-clear" type="button" value="Clear Button">
<input class="button" disabled type="button" value="Default Button">
<input class="button button-outline" disabled type="button" value="Outlined Button">
<input class="button button-clear" disabled type="button" value="Clear Button">
<input class="button" type="button" value="Default Button" />
<input
class="button button-outline"
type="button"
value="Outlined Button"
/>
<input
class="button button-clear"
type="button"
value="Clear Button"
/>
<input
class="button"
disabled
type="button"
value="Default Button"
/>
<input
class="button button-outline"
disabled
type="button"
value="Outlined Button"
/>
<input
class="button button-clear"
disabled
type="button"
value="Clear Button"
/>
</div>
<div class="column">
<div class="button">Default Button</div>
@ -120,14 +253,15 @@
<section class="container" id="lists">
<h5 class="title">Lists</h5>
<hr>
<hr />
<div class="example">
<div class="row">
<div class="column">
<ul>
<li>Unordered list item 1</li>
<li>Unordered list item 2</li>
<li>Unordered list item 3
<li>
Unordered list item 3
<ul>
<li>Unordered list item 3.1</li>
<li>Unordered list item 3.2</li>
@ -142,7 +276,8 @@
<ol>
<li>Ordered list item 1</li>
<li>Ordered list item 2</li>
<li>Ordered list item 3
<li>
Ordered list item 3
<ol>
<li>Ordered list item 3.1</li>
<li>Ordered list item 3.2</li>
@ -171,7 +306,7 @@
<section class="container" id="forms">
<h5 class="title">Forms</h5>
<hr>
<hr />
<div class="example">
<form>
<fieldset>
@ -179,13 +314,25 @@
<div class="row">
<div class="column">
<label for="textField">Text field</label>
<input type="text" placeholder="Text field" id="textField">
<input type="text" placeholder="Text field" id="textField" />
<label for="emailField">Email field</label>
<input type="email" id="emailField" placeholder="Email field">
<input
type="email"
id="emailField"
placeholder="Email field"
/>
<label for="numberField">Number field</label>
<input type="number" id="numberField" placeholder="Number field">
<input
type="number"
id="numberField"
placeholder="Number field"
/>
<label for="passwordField">Password field</label>
<input type="password" id="passwordField" placeholder="Password field">
<input
type="password"
id="passwordField"
placeholder="Password field"
/>
<label for="selectField">Select field</label>
<select id="selectField">
<option value="selectField1">Select field 1</option>
@ -194,51 +341,90 @@
<option value="selectField4">Select field 4</option>
</select>
<label for="colorField">Color field</label>
<input type="color" id="colorField" placeholder="Your browser doesn't support this field.">
<input
type="color"
id="colorField"
placeholder="Your browser doesn't support this field."
/>
<label for="weekField">Week field</label>
<input type="week" id="weekField" placeholder="Your browser doesn't support this field.">
<input
type="week"
id="weekField"
placeholder="Your browser doesn't support this field."
/>
<label for="datetimeField">Datetime field</label>
<input type="datetime" id="datetimeField" placeholder="Your browser doesn't support this field.">
<input
type="datetime"
id="datetimeField"
placeholder="Your browser doesn't support this field."
/>
<label for="searchField">Search field</label>
<input type="search" id="searchField" placeholder="Search field">
<input
type="search"
id="searchField"
placeholder="Search field"
/>
</div>
<div class="column">
<label for="telField">Tel field</label>
<input type="tel" id="telField" placeholder="Tel field">
<input type="tel" id="telField" placeholder="Tel field" />
<label for="urlField">URL field</label>
<input type="url" id="urlField" placeholder="URL field">
<input type="url" id="urlField" placeholder="URL field" />
<label for="radioField">Radio field</label>
<div class="row">
<div class="column">
<input type="radio" id="radioField1" name="radioField">
<label class="label-inline" for="radioField1">Radio field 1</label>
<input type="radio" id="radioField1" name="radioField" />
<label class="label-inline" for="radioField1"
>Radio field 1</label
>
</div>
<div class="column">
<input type="radio" id="radioField2" name="radioField">
<label class="label-inline" for="radioField2">Radio field 2</label>
<input type="radio" id="radioField2" name="radioField" />
<label class="label-inline" for="radioField2"
>Radio field 2</label
>
</div>
</div>
<label for="radioField">Checkbox field</label>
<div class="row">
<div class="column">
<input type="checkbox" id="checkboxField1">
<label class="label-inline" for="checkboxField1">Checkbox field 1</label>
<input type="checkbox" id="checkboxField1" />
<label class="label-inline" for="checkboxField1"
>Checkbox field 1</label
>
</div>
<div class="column">
<input type="checkbox" id="checkboxField2">
<label class="label-inline" for="checkboxField2">Checkbox field 2</label>
<input type="checkbox" id="checkboxField2" />
<label class="label-inline" for="checkboxField2"
>Checkbox field 2</label
>
</div>
</div>
<label for="textareaField">Textarea field</label>
<textarea placeholder="Textarea field" id="textareaField"></textarea>
<textarea
placeholder="Textarea field"
id="textareaField"
></textarea>
<label for="dateField">Date field</label>
<input type="date" id="dateField" placeholder="Your browser doesn't support this field.">
<input
type="date"
id="dateField"
placeholder="Your browser doesn't support this field."
/>
<label for="monthField">Month field</label>
<input type="month" id="monthField" placeholder="Your browser doesn't support this field.">
<input
type="month"
id="monthField"
placeholder="Your browser doesn't support this field."
/>
<label for="datetimeLocalField">Datetime-Local field</label>
<input type="datetime-local" id="datetimeLocalField" placeholder="Your browser doesn't support this field.">
<input type="submit">
<input type="reset" class="button-clear">
<input
type="datetime-local"
id="datetimeLocalField"
placeholder="Your browser doesn't support this field."
/>
<input type="submit" />
<input type="reset" class="button-clear" />
</div>
</div>
</fieldset>
@ -248,7 +434,7 @@
<section class="container" id="tables">
<h5 class="title">Tables</h5>
<hr>
<hr />
<div class="example">
<table>
<thead>
@ -264,7 +450,7 @@
<td>Kevin Durant</td>
<td>27</td>
<td>2.06</td>
<td> Washington, DC</td>
<td>Washington, DC</td>
</tr>
<tr>
<td>Stephen Curry</td>
@ -309,100 +495,166 @@
<section class="container" id="grids">
<h5 class="title">Grids</h5>
<hr>
<hr />
<div class="example">
<div class="row">
<div class="column"><span class="column-demo">100%</span></div>
</div>
<div class="row">
<div class="column column-10"><span class="column-demo">10%</span></div>
<div class="column column-90"><span class="column-demo">90%</span></div>
<div class="column column-10">
<span class="column-demo">10%</span>
</div>
<div class="column column-90">
<span class="column-demo">90%</span>
</div>
</div>
<div class="row">
<div class="column column-20"><span class="column-demo">20%</span></div>
<div class="column column-80"><span class="column-demo">80%</span></div>
<div class="column column-20">
<span class="column-demo">20%</span>
</div>
<div class="column column-80">
<span class="column-demo">80%</span>
</div>
</div>
<div class="row">
<div class="column column-25"><span class="column-demo">25%</span></div>
<div class="column column-75"><span class="column-demo">75%</span></div>
<div class="column column-25">
<span class="column-demo">25%</span>
</div>
<div class="column column-75">
<span class="column-demo">75%</span>
</div>
</div>
<div class="row">
<div class="column column-33"><span class="column-demo">33%</span></div>
<div class="column column-67"><span class="column-demo">67%</span></div>
<div class="column column-33">
<span class="column-demo">33%</span>
</div>
<div class="column column-67">
<span class="column-demo">67%</span>
</div>
</div>
<div class="row">
<div class="column column-40"><span class="column-demo">40%</span></div>
<div class="column column-60"><span class="column-demo">60%</span></div>
<div class="column column-40">
<span class="column-demo">40%</span>
</div>
<div class="column column-60">
<span class="column-demo">60%</span>
</div>
</div>
<div class="row">
<div class="column column-50"><span class="column-demo">50%</span></div>
<div class="column column-50"><span class="column-demo">50%</span></div>
<div class="column column-50">
<span class="column-demo">50%</span>
</div>
<div class="column column-50">
<span class="column-demo">50%</span>
</div>
</div>
<div class="row">
<div class="column column-60"><span class="column-demo">60%</span></div>
<div class="column column-40"><span class="column-demo">40%</span></div>
<div class="column column-60">
<span class="column-demo">60%</span>
</div>
<div class="column column-40">
<span class="column-demo">40%</span>
</div>
</div>
<div class="row">
<div class="column column-67"><span class="column-demo">67%</span></div>
<div class="column column-33"><span class="column-demo">33%</span></div>
<div class="column column-67">
<span class="column-demo">67%</span>
</div>
<div class="column column-33">
<span class="column-demo">33%</span>
</div>
</div>
<div class="row">
<div class="column column-75"><span class="column-demo">75%</span></div>
<div class="column column-25"><span class="column-demo">25%</span></div>
<div class="column column-75">
<span class="column-demo">75%</span>
</div>
<div class="column column-25">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column column-80"><span class="column-demo">80%</span></div>
<div class="column column-20"><span class="column-demo">20%</span></div>
<div class="column column-80">
<span class="column-demo">80%</span>
</div>
<div class="column column-20">
<span class="column-demo">20%</span>
</div>
</div>
<div class="row">
<div class="column column-90"><span class="column-demo">90%</span></div>
<div class="column column-10"><span class="column-demo">10%</span></div>
<div class="column column-90">
<span class="column-demo">90%</span>
</div>
<div class="column column-10">
<span class="column-demo">10%</span>
</div>
</div>
<div class="row">
<div class="column"><span class="column-demo">100%</span></div>
</div>
<div class="row">
<div class="column column-90"><span class="column-demo">90%</span></div>
<div class="column column-90">
<span class="column-demo">90%</span>
</div>
<div class="column"><span class="column-demo">10%</span></div>
</div>
<div class="row">
<div class="column column-80"><span class="column-demo">80%</span></div>
<div class="column column-80">
<span class="column-demo">80%</span>
</div>
<div class="column"><span class="column-demo">20%</span></div>
</div>
<div class="row">
<div class="column column-75"><span class="column-demo">75%</span></div>
<div class="column column-75">
<span class="column-demo">75%</span>
</div>
<div class="column"><span class="column-demo">25%</span></div>
</div>
<div class="row">
<div class="column column-67"><span class="column-demo">67%</span></div>
<div class="column column-67">
<span class="column-demo">67%</span>
</div>
<div class="column"><span class="column-demo">33%</span></div>
</div>
<div class="row">
<div class="column column-60"><span class="column-demo">60%</span></div>
<div class="column column-60">
<span class="column-demo">60%</span>
</div>
<div class="column"><span class="column-demo">40%</span></div>
</div>
<div class="row">
<div class="column column-50"><span class="column-demo">50%</span></div>
<div class="column column-50">
<span class="column-demo">50%</span>
</div>
<div class="column"><span class="column-demo">50%</span></div>
</div>
<div class="row">
<div class="column column-40"><span class="column-demo">40%</span></div>
<div class="column column-40">
<span class="column-demo">40%</span>
</div>
<div class="column"><span class="column-demo">60%</span></div>
</div>
<div class="row">
<div class="column column-33"><span class="column-demo">33%</span></div>
<div class="column column-33">
<span class="column-demo">33%</span>
</div>
<div class="column"><span class="column-demo">67%</span></div>
</div>
<div class="row">
<div class="column column-25"><span class="column-demo">25%</span></div>
<div class="column column-25">
<span class="column-demo">25%</span>
</div>
<div class="column"><span class="column-demo">75%</span></div>
</div>
<div class="row">
<div class="column column-20"><span class="column-demo">20%</span></div>
<div class="column column-20">
<span class="column-demo">20%</span>
</div>
<div class="column"><span class="column-demo">80%</span></div>
</div>
<div class="row">
<div class="column column-10"><span class="column-demo">10%</span></div>
<div class="column column-10">
<span class="column-demo">10%</span>
</div>
<div class="column"><span class="column-demo">90%</span></div>
</div>
<div class="row">
@ -508,51 +760,81 @@
<div class="column"><span class="column-demo">8.3%</span></div>
</div>
<div class="row">
<div class="column column-50 column-offset-25"><span class="column-demo">50%</span></div>
<div class="column column-50 column-offset-25">
<span class="column-demo">50%</span>
</div>
</div>
<div class="row">
<div class="column column-50 column-offset-50"><span class="column-demo">50%</span></div>
<div class="column column-50 column-offset-50">
<span class="column-demo">50%</span>
</div>
</div>
<div class="row">
<div class="column column-25 column-offset-75"><span class="column-demo">25%</span></div>
<div class="column column-25 column-offset-75">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column column-25 column-offset-50"><span class="column-demo">25%</span></div>
<div class="column column-25 column-offset-50">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column column-25 column-offset-25"><span class="column-demo">25%</span></div>
<div class="column column-25 column-offset-25">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column column-25 column-offset-25"><span class="column-demo">25%</span></div>
<div class="column column-25 column-offset-25"><span class="column-demo">25%</span></div>
<div class="column column-25 column-offset-25">
<span class="column-demo">25%</span>
</div>
<div class="column column-25 column-offset-25">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column column-25"><span class="column-demo">25%</span></div>
<div class="column column-25 column-offset-50"><span class="column-demo">25%</span></div>
<div class="column column-25">
<span class="column-demo">25%</span>
</div>
<div class="column column-25 column-offset-50">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column"><span class="column-demo">25%</span></div>
<div class="column column-50 column-offset-25"><span class="column-demo">50%</span></div>
<div class="column column-50 column-offset-25">
<span class="column-demo">50%</span>
</div>
</div>
<div class="row">
<div class="column column-50"><span class="column-demo">50%</span></div>
<div class="column column-25 column-offset-25"><span class="column-demo">25%</span></div>
<div class="column column-50">
<span class="column-demo">50%</span>
</div>
<div class="column column-25 column-offset-25">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column column-25"><span class="column-demo">25%</span></div>
<div class="column column-25 column-offset-25"><span class="column-demo">25%</span></div>
<div class="column column-25">
<span class="column-demo">25%</span>
</div>
<div class="column column-25 column-offset-25">
<span class="column-demo">25%</span>
</div>
</div>
<div class="row">
<div class="column column-75 column-offset-25"><span class="column-demo">75%</span></div>
<div class="column column-75 column-offset-25">
<span class="column-demo">75%</span>
</div>
</div>
</div>
</section>
<section class="container" id="codes">
<h5 class="title">Codes</h5>
<hr>
<hr />
<div class="example">
<pre><code>.milligram {
<pre><code>.milligram {
color: #9b4dca;
}</code></pre>
</div>
@ -560,43 +842,98 @@
<section class="container" id="utilities">
<h5 class="title">Utilities</h5>
<hr>
<hr />
<div class="example">
<div class="clearfix">
<img class="float-left" src="http://placehold.it/320/d1d1d1/?text=float+to+left" alt="float to left">
<img class="float-right" src="http://placehold.it/320/d1d1d1/?text=float+to+right" alt="float to right">
<img
class="float-left"
src="http://placehold.it/320/d1d1d1/?text=float+to+left"
alt="float to left"
/>
<img
class="float-right"
src="http://placehold.it/320/d1d1d1/?text=float+to+right"
alt="float to right"
/>
</div>
</div>
</section>
<section class="container" id="examples">
<h5 class="title">Examples</h5>
<hr>
<p>
<hr />
<ul>
<li><a href="https://milligram.io/getting-started.html" title="Getting Started">Getting Started</a></li>
<li><a href="https://milligram.io/typography.html" title="Typography">Typography</a></li>
<li><a href="https://milligram.io/blockquotes.html" title="Blockquotes">Blockquotes</a></li>
<li><a href="https://milligram.io/buttons.html" title="Buttons">Buttons</a></li>
<li><a href="https://milligram.io/lists.html" title="Lists">Lists</a></li>
<li><a href="https://milligram.io/forms.html" title="Forms">Forms</a></li>
<li><a href="https://milligram.io/tables.html" title="Tables">Tables</a></li>
<li><a href="https://milligram.io/grids.html" title="Grids">Grids</a></li>
<li><a href="https://milligram.io/codes.html" title="Codes">Codes</a></li>
<li><a href="https://milligram.io/utilities.html" title="Utilities">Utilities</a></li>
<li><a href="https://milligram.io/tips.html" title="Tips">Tips</a></li>
<li><a href="https://milligram.io/browser-support.html" title="Browser Support">Browser Support</a></li>
<li>
<a
href="https://milligram.io/getting-started.html"
title="Getting Started"
>Getting Started</a
>
</li>
<li>
<a href="https://milligram.io/typography.html" title="Typography"
>Typography</a
>
</li>
<li>
<a href="https://milligram.io/blockquotes.html" title="Blockquotes"
>Blockquotes</a
>
</li>
<li>
<a href="https://milligram.io/buttons.html" title="Buttons"
>Buttons</a
>
</li>
<li>
<a href="https://milligram.io/lists.html" title="Lists">Lists</a>
</li>
<li>
<a href="https://milligram.io/forms.html" title="Forms">Forms</a>
</li>
<li>
<a href="https://milligram.io/tables.html" title="Tables">Tables</a>
</li>
<li>
<a href="https://milligram.io/grids.html" title="Grids">Grids</a>
</li>
<li>
<a href="https://milligram.io/codes.html" title="Codes">Codes</a>
</li>
<li>
<a href="https://milligram.io/utilities.html" title="Utilities"
>Utilities</a
>
</li>
<li>
<a href="https://milligram.io/tips.html" title="Tips">Tips</a>
</li>
<li>
<a
href="https://milligram.io/browser-support.html"
title="Browser Support"
>Browser Support</a
>
</li>
</ul>
</p>
</section>
<footer class="footer">
<section class="container">
<p>Designed with ♥ by <a target="blank" href="https://cjpatoilo.com" title="CJ Patoilo">CJ Patoilo</a>. Licensed under the <a target="blank" href="https://github.com/milligram/milligram#license" title="MIT License">MIT License</a>.</p>
<p>
Designed with ♥ by
<a target="blank" href="https://cjpatoilo.com" title="CJ Patoilo"
>CJ Patoilo</a
>. Licensed under the
<a
target="blank"
href="https://github.com/milligram/milligram#license"
title="MIT License"
>MIT License</a
>.
</p>
</section>
</footer>
</main>
</body>
</html>

View File

@ -3,17 +3,15 @@ const npm = require('../../package.json')
const bower = require('../../bower.json')
const composer = require('../../composer.json')
const packages = [
npm,
bower,
composer
]
const packages = [npm, bower, composer]
test(`Name should be equal "${npm.name}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (compareValue.name.match('/')) compareValue.name = compareValue.name.split('/')[1]
if (referenceIndex !== compareIndex) t.is(referenceValue.name, compareValue.name)
if (compareValue.name.match('/'))
compareValue.name = compareValue.name.split('/')[1]
if (referenceIndex !== compareIndex)
t.is(referenceValue.name, compareValue.name)
})
})
})
@ -21,7 +19,8 @@ test(`Name should be equal "${npm.name}"`, t => {
test(`Version should be equal to "v${npm.version}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(referenceValue.version, compareValue.version)
if (referenceIndex !== compareIndex)
t.is(referenceValue.version, compareValue.version)
})
})
})
@ -29,7 +28,8 @@ test(`Version should be equal to "v${npm.version}"`, t => {
test(`Description should be equal to "${npm.description}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(referenceValue.description, compareValue.description)
if (referenceIndex !== compareIndex)
t.is(referenceValue.description, compareValue.description)
})
})
})
@ -37,7 +37,8 @@ test(`Description should be equal to "${npm.description}"`, t => {
test(`Homepage should be equal to "${npm.homepage}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(referenceValue.homepage, compareValue.homepage)
if (referenceIndex !== compareIndex)
t.is(referenceValue.homepage, compareValue.homepage)
})
})
})
@ -45,7 +46,8 @@ test(`Homepage should be equal to "${npm.homepage}"`, t => {
test(`Repository should be equal to "${npm.repository}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(referenceValue.repository, compareValue.repository)
if (referenceIndex !== compareIndex)
t.is(referenceValue.repository, compareValue.repository)
})
})
})
@ -53,7 +55,8 @@ test(`Repository should be equal to "${npm.repository}"`, t => {
test(`License should be equal to "${npm.license}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(referenceValue.license, compareValue.license)
if (referenceIndex !== compareIndex)
t.is(referenceValue.license, compareValue.license)
})
})
})
@ -61,7 +64,8 @@ test(`License should be equal to "${npm.license}"`, t => {
test(`Author Name should be equal to "${npm.author}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(referenceValue.author, compareValue.author)
if (referenceIndex !== compareIndex)
t.is(referenceValue.author, compareValue.author)
})
})
})
@ -69,7 +73,8 @@ test(`Author Name should be equal to "${npm.author}"`, t => {
test(`Main File should be equal to "${npm.main}"`, t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(referenceValue.main, compareValue.main)
if (referenceIndex !== compareIndex)
t.is(referenceValue.main, compareValue.main)
})
})
})
@ -77,7 +82,11 @@ test(`Main File should be equal to "${npm.main}"`, t => {
test('Ignore should be equal', t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(JSON.stringify(referenceValue.ignore), JSON.stringify(compareValue.ignore))
if (referenceIndex !== compareIndex)
t.is(
JSON.stringify(referenceValue.ignore),
JSON.stringify(compareValue.ignore)
)
})
})
})
@ -85,8 +94,11 @@ test('Ignore should be equal', t => {
test('Keywords should be equal', t => {
packages.map((referenceValue, referenceIndex) => {
packages.map((compareValue, compareIndex) => {
if (referenceIndex !== compareIndex) t.is(JSON.stringify(referenceValue.keywords), JSON.stringify(compareValue.keywords))
if (referenceIndex !== compareIndex)
t.is(
JSON.stringify(referenceValue.keywords),
JSON.stringify(compareValue.keywords)
)
})
})
})