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

styled-css-grid

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-css-grid - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/styled-css-grid.esm.js

@@ -33,3 +33,3 @@ import styled from 'styled-components';

var _ref2$columns = _ref2.columns,
columns = _ref2$columns === undefined ? 3 : _ref2$columns;
columns = _ref2$columns === undefined ? 12 : _ref2$columns;
return "repeat(" + columns + ", 1fr)";

@@ -36,0 +36,0 @@ }, function (_ref3) {

@@ -39,3 +39,3 @@ (function (global, factory) {

var _ref2$columns = _ref2.columns,
columns = _ref2$columns === undefined ? 3 : _ref2$columns;
columns = _ref2$columns === undefined ? 12 : _ref2$columns;
return "repeat(" + columns + ", 1fr)";

@@ -42,0 +42,0 @@ }, function (_ref3) {

{
"name": "styled-css-grid",
"version": "0.2.0",
"version": "0.2.1",
"description": "A tiny CSS grid layout for React, built with styled-components",

@@ -5,0 +5,0 @@ "main": "dist/syled-css-grid.umd.js",

@@ -55,3 +55,3 @@ # `styled-css-grid`

* `columns`: Number of columns to draw, default is `3`.
* `columns`: Number of columns to draw, default is `12`.
* `gap`: Gap between cells. Default is `"8px"`.

@@ -58,0 +58,0 @@ * `minRowHeight`: Minimum height of each row. Default is `"20px"`.

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