New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

html.css

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html.css

CSS library without classes

Source
npmnpm
Version
0.6.2
Version published
Weekly downloads
9
50%
Maintainers
1
Weekly downloads
 
Created
Source

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:

<!-- development: -->
<link rel="stylesheet" href="https://unpkg.com/html.css@latest/dist/html.min.css"/>
<!-- production: -->
<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:

  • 😱 Open issue, describe bug, suggest solution
  • 😊 Fork repository, make changes, send pull request
  • ❤️ Support continuous development

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.

Keywords

html

FAQs

Package last updated on 27 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts