You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gibki

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gibki - npm Package Compare versions

Comparing version

to
3.1.0

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

## [3.1.0] - 2023-09-17
### Added
- Add class `container--full` as a replacement for class `container--full-width` (deprecated).
### Changed
- Remove inline start and end padding only if a container is nested in a container without a class for full width.
## [3.0.0] - 2023-07-20

@@ -7,0 +17,0 @@

2

LICENSE.md
# The MIT License (MIT)
Copyright (c) 2019-2021 Benjamin de Oostfrees
Copyright (c) 2019-2023 Benjamin de Oostfrees

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "gibki",
"version": "3.0.0",
"version": "3.1.0",
"description": "Gibki is an open-source and straightforward grid system based on Flexbox.",

@@ -8,10 +8,10 @@ "main": "css/gibki.css",

"devDependencies": {
"autoprefixer": "^10.4.14",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"postcss": "^8.4.26",
"rollup": "^3.26.3",
"rollup-plugin-license": "^3.0.1",
"autoprefixer": "^10.4.15",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"postcss": "^8.4.29",
"rollup": "^3.29.2",
"rollup-plugin-license": "^3.1.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.63.6"
"sass": "^1.67.0"
},

@@ -18,0 +18,0 @@ "browserslist": [

@@ -78,6 +78,6 @@ # Gibki

or `.container--full-width` for a full width container:
or `.container--full` for a full width container:
```html
<div class="container container--full-width">
<div class="container container--full">

@@ -84,0 +84,0 @@ </div>

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