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

2

2.0.48

Diff

olivier.bossel
published 2.0.47 •

Changelog

Source

2.0.47

  • Add the support for the row/col-reverse class in the default driver
  • Fix minor nested grids classes to not use too generic one
olivier.bossel
published 2.0.46 •

Changelog

Source

2.0.46

  • Do not generate the row-reverse and the col-reverse class in default driver

#### Allow direct state in universal mixin

  • Allow to make direct state assignation in the universal mixin like @include gridle(mobile 12 push 4)
olivier.bossel
published 2.0.44 •

Changelog

Source

2.0.44

  • Remove the debug statement that print out "generate classes for mobile", etc...
  • Correct the gridle parameter conversion when there's only 1 parameter that need to be passed to a mixin
  • Add the g-set-generic-class mixin. This allows you to tell the framework which generic class to use when generate classes for some element targeting like [class*="no-gutter"] > .row { ...
  • Improve clear-each classes to target grid element even if others elements are injected in the html between grids (thanks Robert Krieg)
olivier.bossel
published 2.0.43 •

Changelog

Source

2.0.43

  • By default, do not register default states like tv, retina, etc. If you want them, set $gridle-default-states to true
olivier.bossel
published 2.0.42 •

Changelog

Source

2.0.42

  • Due to some weird things, on firefox the row-align middle need to have a tiny margin-right applied to avoid line breaks
olivier.bossel
published 2.0.41 •

Changelog

Source

2.0.41

  • Due to float that have been removed in 2.0.4, the clear and clear-each did not worked properly anymore. It's now all ok
  • Some weird issues happend when extend in an at-root statement.
olivier.bossel
published 2.0.4 •

Changelog

Source

2.0.4

  • Add gridle universal mixin. The universal mixin allows you to write complexe gridle instructions in 1 line
  • Add the dir attribute support. You can now specify that a part of your layout has a different direction with the dir="rtl" html attribute
  • Add support for the column-width setting in setup. This has to be used only if you now what you are doing. By default gridle is a percentage based grid system...
olivier.bossel
published 2.0.2 •

Changelog

Source

2.0.2

  • You have now support for element queries.
olivier.bossel
published 2.0.1 •

2
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