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

postcss-structure

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-structure - npm Package Compare versions

Comparing version 0.7.8 to 0.7.9

2

lib/rows.js

@@ -32,3 +32,3 @@ 'use strict';

rowClearfix.selectors = rows.map(function (selector) {
return selector + ':after';
return selector + '::after';
});

@@ -35,0 +35,0 @@ rowClearfix.append({ prop: 'content', value: '""' });

{
"name": "postcss-structure",
"version": "0.7.8",
"version": "0.7.9",
"description": "A PostCSS plugin to create CSS grids based on a fixed block width.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,3 +5,3 @@ # postcss-structure [![Build Status][ci-img]][ci]

A [PostCSS] to create grid systems based on a fixed column width.
A [PostCSS] plugin to create grid systems based on a fixed column width.

@@ -66,3 +66,3 @@ [PostCSS]: https://github.com/postcss/postcss

- [Blocs](#blocs)
- [Bloc fractions](#bloc-fractions)
- [Fractions](#fractions)
- [Blobs](#blobs)

@@ -132,3 +132,3 @@ - [Columns](#columns)

### Bloc fractions
### Fractions

@@ -135,0 +135,0 @@ `structure: fraction [ratio]/[total]`

@@ -31,3 +31,3 @@ const tests = {

}
.row:after {
.row::after {
content: "";

@@ -34,0 +34,0 @@ display: table;

@@ -43,3 +43,3 @@ const tests = {

}
.row:after {
.row::after {
content: "";

@@ -46,0 +46,0 @@ display: table;

@@ -47,3 +47,3 @@ const tests = {

}
.row:after {
.row::after {
content: "";

@@ -50,0 +50,0 @@ display: table;

@@ -39,3 +39,3 @@ const tests = {

}
.row:after {
.row::after {
content: "";

@@ -42,0 +42,0 @@ display: table;

@@ -51,3 +51,3 @@ const tests = {

}
.row:after {
.row::after {
content: "";

@@ -54,0 +54,0 @@ display: table;

@@ -7,3 +7,3 @@ const tests = {

.row:after {
.row::after {
content: "";

@@ -52,3 +52,3 @@ display: table;

.row:after {
.row::after {
content: "";

@@ -79,3 +79,3 @@ display: table;

.row:after {
.row::after {
content: "";

@@ -82,0 +82,0 @@ display: table;

@@ -7,3 +7,3 @@ const tests = {

.row:after {
.row::after {
content: "";

@@ -48,3 +48,3 @@ display: table;

.row:after {
.row::after {
content: "";

@@ -51,0 +51,0 @@ display: table;

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