@mindlahus/assets-css

Yet another set of CSS utils.


Keywords
web assets, css
License
MIT
Install
npm install @mindlahus/assets-css@3.2.0

Documentation

Web Assets

Yet another set of CSS utils.

Command used to publish this package

  npm publish --access public

Search markup

<div id="g-search">
  <div id="g-input">
    <input name="str" placeholder="Type to start searching...">
  </div>
  <div id="g-close">
    <i class="fa fa-times"></i>
  </div>
</div>

<div id="g-search-backdrop"></div>
<div id="g-search-results" class="g-search-scroll"></div>