Socket
Socket
Sign inDemoInstall

flex-attributes

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-attributes - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json
{
"name": "flex-attributes",
"version": "2.0.5",
"version": "2.0.6",
"description": "A css library that allows you to compose mobile first, adaptive flexbox layouts and grids with attributes.",

@@ -5,0 +5,0 @@ "main": "flex-attributes.css",

@@ -19,3 +19,3 @@ Flex Attributes

------------
Containers:
Containers:
* `flex`

@@ -25,12 +25,12 @@ * `column`

* `layout="space-between"`
* `layout="space-between center" (etc)`
* `layout="space-between center" (etc)`
* `wrap`
* `wrap="nowrap || wrap-reverse"`
Children:
Children:
* `grow`
* `grow="*" (0-10)`
* `shrink`
* `shrink`
* `shrink="*" (0-10)`
* `grid-* (1-12)`
* `grid-* (1-12)`
* `grid-sm-* (1-12)`

@@ -41,3 +41,3 @@ * `align`

------------
Containers are composed by combining `flex`, `column` or `row`, and `layout`.
Containers are composed by combining `flex`, `column` or `row`, and `layout`.

@@ -52,6 +52,6 @@ `layout` accepts 1 or 2 arguments, main axis (justify-content), then secondary axis (align-items).

`column` and `row`, as well as `grid-*` can be declared with a breakpoints
`column` and `row`, as well as `grid-*` can be declared with a breakpoints
`flex column row-md layout="space-between"` (will render a column on screens smaller than 970px)
`grid-md-6` (will render a column with flex-basis of 50%, on devices larger than 970px)

@@ -70,2 +70,6 @@

React
------------
Append `data-`
Contributing

@@ -72,0 +76,0 @@ ------------

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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