Comparing version
@@ -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 @@ |
# 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
91135
0.64%745
0.27%