Socket
Socket
Sign inDemoInstall

html-helper

Package Overview
Dependencies
86
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    html-helper

help to generate css after html


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

html-helper

help to generate css file with the html what you need to do is to write you html file and then run the node, then you will get a css file which has already init the selector title

###etc the html:

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" charset="utf-8" href="/web/css/reset.v3.1.1.css" />
<link rel="stylesheet" type="text/css" charset="utf-8" href="/web/css/global.css" />
</head>
<body>
    <div class="test">
        <span class="testspan">
            <div class="sff">
            </div>
        </span>
        <input type="" />
        <span class="sfsf"></span>
    </div>
</body>
</html>

then run the node, init the css file:

.test {
}
.test .testspan {
}
.test .testspan .sff {
}
.test .sfsf {
}

Keywords

FAQs

Last updated on 21 Sep 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc