html.css
Visit the link above to read the introduction.
Installation:
Download files:
Download and extract files from /dist folder:
Or use CDN:
Add a CDN link to the <head> of your document:
<link rel="stylesheet" href="https://unpkg.com/html.css@latest/dist/html.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/html.css@<RELEASE_VERSION_HERE>/dist/html.min.css"/>
Using with markdown parser
Markdown parsers can inject CSS if you add a CSS link at the top of the markdown file. Important: The closing tag </link> is not standard, but it will be parsed correctly.
<link rel="stylesheet" href="https://unpkg.com/html.css@latest/dist/html.min.css"/></style>
The resulting HTML file should have the CSS link attached to the HTML and styles should govern the page.
Browser support
It works on my machine!!! Just kidding, it should have same support as CSS Flexbox module.
Contributing
Some ways to contribute:
License
The MIT License is a permissive license. It lets you do anything you want with the code as long as you provide attribution back to the author and don’t hold him/her liable. jQuery, .NET Core, and Rails use the MIT License.