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.4 to 2.0.5

2

package.json
{
"name": "flex-attributes",
"version": "2.0.4",
"version": "2.0.5",
"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",

@@ -13,7 +13,26 @@ Flex Attributes

Add, import, or require `flex-attributes/dist/flex-attributes.css` into your project.
Add, import, or require `flex-attributes/flex-attributes.css` into your project.
You can compile the source files with your own breakpoints in ./src/variables.styl with gulp build
You can compile the source files with your own breakpoints, located ./src/variables.styl with `gulp`
Attributes
------------
Containers:
* `flex`
* `column`
* `row`
* `layout="space-between"`
* `layout="space-between center" (etc)`
* `wrap`
* `wrap="nowrap || wrap-reverse"`
Children:
* `grow`
* `grow="*" (0-10)`
* `shrink`
* `shrink="*" (0-10)`
* `grid-* (1-12)`
* `grid-sm-* (1-12)`
* `align`
Examples

@@ -47,1 +66,6 @@ ------------

`lg` screens greater than 1170px
Contributing
------------
Go fur it

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