New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iddqd-tools

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iddqd-tools

Mighty tools for the hands-on approach.

  • 1.5.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

Anticipate the difficult by managing the easy. - Phu K. C'Eses

Click here for demo!

npm install iddqd-tools --save

@import node_modules/iddqd-tools/sass/all

align

  • align children with Photoshop-like props in either direction converted to flexbox
  • emulates internal padding between children
+align(<horizontal> <vertical>, row(default)|col|column, <unit>)

// horizontal: left|center|middle|right
// vertical: top|center|middle|bottom

// Example
.container
  +align(right center, col, 10px)

grid

  • bidirectional fluid or fixed layout
  • spreads children to fit exact row or column space
  • emulates internal padding between children
+grid(<number> <?number:fixed>, row(default)|col|column, <unit>, wrap(default)|nowrap)

// Example
.container
  +grid(4, row, 20px)

  @media (max-width: 640px)
    +grid(1 2.5, col, 10px, nowrap)

other

FAQs

Package last updated on 09 Feb 2017

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