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

gridle

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridle - npm Package Versions

1

2.0.0

Diff

Changelog

Source

2.0.0

  • To handle the nested grids, previous version had a parent class. This is no more needed.
  • The new row class is at some point a replacement for the parent one. This class has to wrap each "lines" of columns. You will have more control over your columns alignement, etc...
  • The grid-... classes has now became gr-... . It's 2 letters I know but this mean a lot in a large project...
  • Now all of the grid classes stay in the same format. To scope a class in a particular state, just add @{stateName} at the end of your classname.
  • The all new gr-grow and gr-adapt classes allows you to create columns that will behave dpending of the column content instead of a specific width.
  • The all new row-align-... classes allows you to align your columns as you want (top, middle, bottom, left, center, right).
  • Gridle has now a full flex version. To use this version, check out the driver section on the documentation. Some features are only available in a specific driver
  • Gridle has now multiple drivers that you can use to generate your grid. For now the default and the flex driver are available. Some features are only available in a specific driver (cf. documentation).
  • These classes are useful in conjunction with the gr-adapt and gr-grow to handle complexe layouts.
  • The new row-full class allows you to make a row take the entire screen width.
  • Some new classes to order your columns
  • You can now nest your gridle_... mixins in a gridle_state one
  • Some new functions have been added to the api (cd. documentation)
  • Update all comments to avoid comments in generated css
olivier.bossel
published 1.3.40 •

olivier.bossel
published 1.3.38 •

Changelog

Source

1.3.38

  • Adding a gridle.min.js that to not fetch .map file
olivier.bossel
published 1.3.36 •

Changelog

Source

1.3.36

  • Fix some deprecated messages warning (thanks to omgmog)
  • publish to npm
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