Merge branch 'master' into chore/cache-node_modules

This commit is contained in:
CJ Patoilo 2019-01-30 16:20:41 -03:00 committed by GitHub
commit a941e24989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 81 additions and 81 deletions

View File

@ -1,19 +1,19 @@
os: Visual Studio 2015
version: "{build}"
build: off
platform: x64
environment: environment:
matrix: matrix:
- nodejs_version: 7 - nodejs_version: 10
- nodejs_version: 6 - nodejs_version: 8
- nodejs_version: 5
- nodejs_version: 4
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version x64
- set CI=true - set CI=true
- npm i -g npm - npm i -g npm@latest
- set PATH=%APPDATA%\npm;%PATH% - set PATH=%APPDATA%\npm;%PATH%
- npm i - npm install
matrix: matrix:
fast_finish: true fast_finish: true
build: off
version: '{build}'
shallow_clone: true shallow_clone: true
clone_depth: 1 clone_depth: 1
test_script: npm t test_script: npm t

View File

@ -6,6 +6,8 @@ end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
# editorconfig-tools is unable to ignore longs strings or urls
max_line_length = null
[{*.yml}] [{*.yml}]
indent_style = space indent_style = space

View File

@ -16,7 +16,7 @@ We would love for you to contribute to Milligram and help us make this even bett
## Open an Issue ## Open an Issue
[Open an Issue](https://github.com/milligram/milligram/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. [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 ## Submit a Pull Request
@ -93,4 +93,4 @@ Help us keep Milligram open and inclusive. Please read and follow our thoughts o
## License ## License
By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/milligram/milligram#license). By contributing your code, you agree to license your contribution under the [MIT license](../license).

View File

@ -1,10 +1,10 @@
<!-- <!--
We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](https://github.com/milligram/milligram/blob/master/.github/contributing.md) to see it is not difficult as you might have imagined. We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](contributing.md) to see it is not difficult as you might have imagined.
Open an Issue Open an Issue
============================== ==============================
[Open an Issue](https://github.com/milligram/milligram/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. [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.
Code of Conduct Code of Conduct
============================== ==============================
@ -12,7 +12,7 @@ Help us keep Milligram open and inclusive. Please read and follow our thoughts o
License License
============================== ==============================
By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/milligram/milligram#license). By contributing your code, you agree to license your contribution under the [MIT license](../license).
--> -->

View File

@ -1,12 +1,12 @@
<!-- <!--
We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](https://github.com/milligram/milligram/blob/master/.github/contributing.md) to see it is not difficult as you might have imagined. We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](contributing.md) to see it is not difficult as you might have imagined.
Submit a Pull Request Submit a Pull Request
============================== ==============================
To submit a new feature, make sure that changes are done to the source code. [Follow our style guide](https://github.com/milligram/milligram/blob/master/.github/contributing.md#style-guide) and do not forget the tests and attach the link [Codepen](http://codepen.io/) along with the description. To submit a new feature, make sure that changes are done to the source code. [Follow our style guide](contributing.md#style-guide) and do not forget the tests and attach the link [Codepen](http://codepen.io/) along with the description.
Try to solve a problem for each pull request, this increases the chances of acceptance. When in doubt, open a [new issue](https://github.com/milligram/milligram/blob/master/.github/contributing.md#open-an-issue) so we can answer you. Look existing issues for ideas or to see if a similar issue has already been submitted. Try to solve a problem for each pull request, this increases the chances of acceptance. When in doubt, open a [new issue](contributing.md#open-an-issue) so we can answer you. Look existing issues for ideas or to see if a similar issue has already been submitted.
1. Fork the Github repo: `git clone https://github.com/milligram/milligram.git` 1. Fork the Github repo: `git clone https://github.com/milligram/milligram.git`
1. Create a new branch: `git checkout -b issuenumber-feature-name` 1. Create a new branch: `git checkout -b issuenumber-feature-name`
@ -22,7 +22,7 @@ Help us keep Milligram open and inclusive. Please read and follow our thoughts o
License License
============================== ==============================
By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/milligram/milligram#license). By contributing your code, you agree to license your contribution under the [MIT license](../license).
--> -->

View File

@ -1,11 +1,9 @@
language: node_js language: node_js
node_js: node_js:
- 7 - 10
- 6 - 8
- 5
- 4
before_install: before_install:
- npm i -g npm - npm i -g npm@latest
cache: cache:
directories: directories:
- node_modules - node_modules

View File

@ -2,7 +2,7 @@
"name": "milligram", "name": "milligram",
"version": "1.3.0", "version": "1.3.0",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "https://milligram.github.io", "homepage": "https://milligram.io",
"repository": "milligram/milligram", "repository": "milligram/milligram",
"license": "MIT", "license": "MIT",
"author": "CJ Patoilo <cjpatoilo@gmail.com>", "author": "CJ Patoilo <cjpatoilo@gmail.com>",
@ -33,7 +33,6 @@
".eslintrc", ".eslintrc",
".github", ".github",
".gitignore", ".gitignore",
".npmignore",
".sasslintrc", ".sasslintrc",
".travis.yml", ".travis.yml",
"backstop.conf.js", "backstop.conf.js",

View File

@ -2,7 +2,7 @@
"name": "milligram/milligram", "name": "milligram/milligram",
"version": "1.3.0", "version": "1.3.0",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "https://milligram.github.io", "homepage": "https://milligram.io",
"repository": "milligram/milligram", "repository": "milligram/milligram",
"license": "MIT", "license": "MIT",
"author": "CJ Patoilo <cjpatoilo@gmail.com>", "author": "CJ Patoilo <cjpatoilo@gmail.com>",
@ -33,7 +33,6 @@
".eslintrc", ".eslintrc",
".github", ".github",
".gitignore", ".gitignore",
".npmignore",
".sasslintrc", ".sasslintrc",
".travis.yml", ".travis.yml",
"backstop.conf.js", "backstop.conf.js",

View File

@ -6,11 +6,11 @@
<meta name="author" content="CJ Patoilo"> <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 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> <title>Milligram | A minimalist CSS framework.</title>
<link rel="icon" href="https://milligram.github.io/images/icon.png"> <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://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="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" href="../dist/milligram.min.css"> <link rel="stylesheet" href="../dist/milligram.min.css">
<link rel="stylesheet" href="https://milligram.github.io/styles/main.css"> <link rel="stylesheet" href="https://milligram.io/styles/main.css">
</head> </head>
<body> <body>
@ -18,7 +18,7 @@
<nav class="navigation"> <nav class="navigation">
<section class="container"> <section class="container">
<a class="navigation-title" href="https://milligram.github.io/"> <a class="navigation-title" href="https://milligram.io/">
<svg class="img" version="1.1" viewBox="0 0 463 669"> <svg class="img" version="1.1" viewBox="0 0 463 669">
<g transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)"> <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> <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>
@ -75,18 +75,18 @@
<p>You can view more examples of using Milligram.</p> <p>You can view more examples of using Milligram.</p>
<p> <p>
<ul> <ul>
<li><a href="https://milligram.github.io/#getting-started" title="Getting Started">Getting Started</a></li> <li><a href="https://milligram.io/#getting-started" title="Getting Started">Getting Started</a></li>
<li><a href="https://milligram.github.io/#typography" title="Typography">Typography</a></li> <li><a href="https://milligram.io/#typography" title="Typography">Typography</a></li>
<li><a href="https://milligram.github.io/#blockquotes" title="Blockquotes">Blockquotes</a></li> <li><a href="https://milligram.io/#blockquotes" title="Blockquotes">Blockquotes</a></li>
<li><a href="https://milligram.github.io/#buttons" title="Buttons">Buttons</a></li> <li><a href="https://milligram.io/#buttons" title="Buttons">Buttons</a></li>
<li><a href="https://milligram.github.io/#lists" title="Lists">Lists</a></li> <li><a href="https://milligram.io/#lists" title="Lists">Lists</a></li>
<li><a href="https://milligram.github.io/#forms" title="Forms">Forms</a></li> <li><a href="https://milligram.io/#forms" title="Forms">Forms</a></li>
<li><a href="https://milligram.github.io/#tables" title="Tables">Tables</a></li> <li><a href="https://milligram.io/#tables" title="Tables">Tables</a></li>
<li><a href="https://milligram.github.io/#grids" title="Grids">Grids</a></li> <li><a href="https://milligram.io/#grids" title="Grids">Grids</a></li>
<li><a href="https://milligram.github.io/#codes" title="Codes">Codes</a></li> <li><a href="https://milligram.io/#codes" title="Codes">Codes</a></li>
<li><a href="https://milligram.github.io/#utilities" title="Utilities">Utilities</a></li> <li><a href="https://milligram.io/#utilities" title="Utilities">Utilities</a></li>
<li><a href="https://milligram.github.io/#tips" title="Tips">Tips</a></li> <li><a href="https://milligram.io/#tips" title="Tips">Tips</a></li>
<li><a href="https://milligram.github.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> </ul>
</p> </p>
</section> </section>
@ -98,13 +98,13 @@
<footer class="footer"> <footer class="footer">
<section class="container"> <section class="container">
<p>Designed with ♥ by <a target="_blank" href="http://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> </section>
</footer> </footer>
</main> </main>
<script src="https://milligram.github.io/scripts/main.js"></script> <script src="https://milligram.io/scripts/main.js"></script>
</body> </body>
</html> </html>

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright © 2017 CJ Patoilo <cjpatoilo@gmail.com> Copyright © 2018 CJ Patoilo <cjpatoilo@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -2,7 +2,7 @@
"name": "milligram", "name": "milligram",
"version": "1.3.0", "version": "1.3.0",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "https://milligram.github.io", "homepage": "https://milligram.io",
"repository": "milligram/milligram", "repository": "milligram/milligram",
"license": "MIT", "license": "MIT",
"author": "CJ Patoilo <cjpatoilo@gmail.com>", "author": "CJ Patoilo <cjpatoilo@gmail.com>",
@ -33,7 +33,6 @@
".eslintrc", ".eslintrc",
".github", ".github",
".gitignore", ".gitignore",
".npmignore",
".sasslintrc", ".sasslintrc",
".travis.yml", ".travis.yml",
"backstop.conf.js", "backstop.conf.js",
@ -52,19 +51,19 @@
"autoprefixer": "^6.5.4", "autoprefixer": "^6.5.4",
"ava": "^0.17.0", "ava": "^0.17.0",
"backstopjs": "^2.3.5", "backstopjs": "^2.3.5",
"banner-cli": "^0.11.0", "banner-cli": "^0.9.2",
"browser-sync": "^2.18.5", "browser-sync": "^2.18.5",
"editorconfig-tools": "^0.1.1", "editorconfig-tools": "^0.1.1",
"eslint": "^3.14.0", "eslint": "^3.14.0",
"eslint-config-styled": "^0.0.0", "eslint-config-styled": "^0.0.0",
"husky": "^0.11.9", "husky": "^0.11.9",
"node-sass": "^3.13.1", "node-sass": "^4.9.0",
"npm-run-all": "^2.3.0", "npm-run-all": "^2.3.0",
"nyc": "^10.0.0", "nyc": "^10.0.0",
"onchange": "^2.5.0", "onchange": "^2.5.0",
"postcss-cli": "^2.6.0", "postcss-cli": "^2.6.0",
"rimraf": "^2.5.4", "rimraf": "^2.5.4",
"sass-lint": "^1.10.2" "sass-lint": "^1.12.1"
}, },
"engines": { "engines": {
"node": ">=4" "node": ">=4"
@ -85,5 +84,8 @@
"ava": "nyc ava", "ava": "nyc ava",
"test": "run-s build lint ava", "test": "run-s build lint ava",
"precommit": "run-p test" "precommit": "run-p test"
} },
"resolutions": {
"natives": "1.1.3"
}
} }

View File

@ -1,4 +1,4 @@
<a align="center" href="https://milligram.github.io"><img width="100%" src="https://milligram.github.io/images/thumbnail.png" alt="Milligram - A minimalist CSS framework"></a> <a align="center" href="https://milligram.io"><img width="100%" src="https://milligram.io/images/thumbnail.png" alt="Milligram - A minimalist CSS framework"></a>
> A minimalist CSS framework. > A minimalist CSS framework.
@ -39,19 +39,19 @@ $ yarn add milligram
## Table of Contents ## Table of Contents
- [Getting Started](https://milligram.github.io/#getting-started) - [Getting Started](https://milligram.io/#getting-started)
- [Typography](https://milligram.github.io/#typography) - [Typography](https://milligram.io/#typography)
- [Blockquotes](https://milligram.github.io/#blockquotes) - [Blockquotes](https://milligram.io/#blockquotes)
- [Buttons](https://milligram.github.io/#buttons) - [Buttons](https://milligram.io/#buttons)
- [Lists](https://milligram.github.io/#lists) - [Lists](https://milligram.io/#lists)
- [Forms](https://milligram.github.io/#forms) - [Forms](https://milligram.io/#forms)
- [Tables](https://milligram.github.io/#tables) - [Tables](https://milligram.io/#tables)
- [Grids](https://milligram.github.io/#grids) - [Grids](https://milligram.io/#grids)
- [Codes](https://milligram.github.io/#codes) - [Codes](https://milligram.io/#codes)
- [Utilities](https://milligram.github.io/#utilities) - [Utilities](https://milligram.io/#utilities)
- [Tips](https://milligram.github.io/#tips) - [Tips](https://milligram.io/#tips)
- [Browser Support](https://milligram.github.io/#browser-support) - [Browser Support](https://milligram.io/#browser-support)
- [Examples](https://milligram.github.io/#examples) - [Examples](https://milligram.io/#examples)
## Contributing ## Contributing
@ -61,4 +61,4 @@ Want to contribute? Follow these [recommendations](https://github.com/milligram/
## License ## License
Designed with ♥ by [CJ Patoilo](https://cjpatoilo.com). Licensed under the [MIT License](https://cjpatoilo.mit-license.org). Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](license).

View File

@ -6,18 +6,18 @@
<meta name="author" content="CJ Patoilo"> <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 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> <title>Milligram | A minimalist CSS framework.</title>
<link rel="icon" href="https://milligram.github.io/images/icon.png"> <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://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="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="stylesheet" href="milligram.min.css"><!-- to generate this style run `$ npm start` -->
<link rel="stylesheet" href="https://milligram.github.io/styles/main.css"> <link rel="stylesheet" href="https://milligram.io/styles/main.css">
</head> </head>
<body> <body>
<main class="wrapper"> <main class="wrapper">
<section class="container" id="image"> <section class="container" id="image">
<img src="https://milligram.github.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>
<section class="container" id="typography"> <section class="container" id="typography">
@ -574,18 +574,18 @@
<hr> <hr>
<p> <p>
<ul> <ul>
<li><a href="https://milligram.github.io/getting-started.html" title="Getting Started">Getting Started</a></li> <li><a href="https://milligram.io/getting-started.html" title="Getting Started">Getting Started</a></li>
<li><a href="https://milligram.github.io/typography.html" title="Typography">Typography</a></li> <li><a href="https://milligram.io/typography.html" title="Typography">Typography</a></li>
<li><a href="https://milligram.github.io/blockquotes.html" title="Blockquotes">Blockquotes</a></li> <li><a href="https://milligram.io/blockquotes.html" title="Blockquotes">Blockquotes</a></li>
<li><a href="https://milligram.github.io/buttons.html" title="Buttons">Buttons</a></li> <li><a href="https://milligram.io/buttons.html" title="Buttons">Buttons</a></li>
<li><a href="https://milligram.github.io/lists.html" title="Lists">Lists</a></li> <li><a href="https://milligram.io/lists.html" title="Lists">Lists</a></li>
<li><a href="https://milligram.github.io/forms.html" title="Forms">Forms</a></li> <li><a href="https://milligram.io/forms.html" title="Forms">Forms</a></li>
<li><a href="https://milligram.github.io/tables.html" title="Tables">Tables</a></li> <li><a href="https://milligram.io/tables.html" title="Tables">Tables</a></li>
<li><a href="https://milligram.github.io/grids.html" title="Grids">Grids</a></li> <li><a href="https://milligram.io/grids.html" title="Grids">Grids</a></li>
<li><a href="https://milligram.github.io/codes.html" title="Codes">Codes</a></li> <li><a href="https://milligram.io/codes.html" title="Codes">Codes</a></li>
<li><a href="https://milligram.github.io/utilities.html" title="Utilities">Utilities</a></li> <li><a href="https://milligram.io/utilities.html" title="Utilities">Utilities</a></li>
<li><a href="https://milligram.github.io/tips.html" title="Tips">Tips</a></li> <li><a href="https://milligram.io/tips.html" title="Tips">Tips</a></li>
<li><a href="https://milligram.github.io/browser-support.html" title="Browser Support">Browser Support</a></li> <li><a href="https://milligram.io/browser-support.html" title="Browser Support">Browser Support</a></li>
</ul> </ul>
</p> </p>
</section> </section>