Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nestle

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestle

A layout system built for Stylus

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Nestle

This document is a work in progress...

Module Usage

Nest

Call nest() inside your project's stylus directory.

nest(1.5, -2.5, 6)

Apply class='nest padded' to element:

<div class='nest padded'>
  <!-- Level 1 Padded Content -->
  <div class='nest padded'>
    <!-- Level 2 Padded Content -->
  </div>
</div>

Grid

A grid consists of:

<div class='grid'>
  <div class='grid-items'>
    <!-- Elements to be displayed in a grid -->
  </div>
</div>

Keywords

FAQs

Package last updated on 22 Oct 2014

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc