Skip to content

Commit 375db24

Browse files
committed
Version 0.3.4
1 parent a747395 commit 375db24

File tree

8 files changed

+18
-21
lines changed

8 files changed

+18
-21
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,15 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
266266

267267
## Changelog
268268

269+
* Version 0.3.4
270+
* fix npm script
271+
* fix Mixins Reference
272+
* add Docker Development Environment
273+
* gulpfile.js for docker
274+
* update package.json
275+
* update github actions, Node.js 12 actions are deprecated
276+
* fix layout margin
277+
* add Cards Layout example
269278
* Version 0.3.3
270279
* update README
271280
* update index.html

dart-sass/_flexbox-grid-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ===================================================================
22
// Flexbox Grid Mixins (Dart Sass)
3-
// Version 0.3.3
3+
// Version 0.3.4
44
// Description: Sass Mixins to generate Flexbox grid
55
// Author: thingsym
66
// GitHub: https://github.com/thingsym/flexbox-grid-mixins

docs/css-dart-sass/responsive.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ footer {
7979
.HolyGrail-container {
8080
width: 100%;
8181
}
82-
8382
.HolyGrail-body {
8483
-webkit-box-sizing: border-box;
8584
box-sizing: border-box;
@@ -94,16 +93,14 @@ footer {
9493
-ms-flex-pack: start;
9594
justify-content: flex-start;
9695
}
97-
9896
.HolyGrail-content,
99-
.HolyGrail-aside {
97+
.HolyGrail-aside {
10098
-webkit-box-sizing: border-box;
10199
box-sizing: border-box;
102100
-webkit-box-flex: 0;
103101
-ms-flex: 0 1 auto;
104102
flex: 0 1 auto;
105103
}
106-
107104
.HolyGrail-nav {
108105
-webkit-box-sizing: border-box;
109106
box-sizing: border-box;
@@ -119,7 +116,6 @@ footer {
119116
.HolyGrail-container {
120117
width: 100%;
121118
}
122-
123119
.HolyGrail-body {
124120
-webkit-box-sizing: border-box;
125121
box-sizing: border-box;
@@ -134,16 +130,14 @@ footer {
134130
-ms-flex-pack: start;
135131
justify-content: flex-start;
136132
}
137-
138133
.HolyGrail-content,
139-
.HolyGrail-aside {
134+
.HolyGrail-aside {
140135
-webkit-box-sizing: border-box;
141136
box-sizing: border-box;
142137
-webkit-box-flex: 0;
143138
-ms-flex: 0 1 auto;
144139
flex: 0 1 auto;
145140
}
146-
147141
.HolyGrail-nav {
148142
-webkit-box-sizing: border-box;
149143
box-sizing: border-box;

docs/css/responsive.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ footer {
7979
.HolyGrail-container {
8080
width: 100%;
8181
}
82-
8382
.HolyGrail-body {
8483
-webkit-box-sizing: border-box;
8584
box-sizing: border-box;
@@ -94,16 +93,14 @@ footer {
9493
-ms-flex-pack: start;
9594
justify-content: flex-start;
9695
}
97-
9896
.HolyGrail-content,
99-
.HolyGrail-aside {
97+
.HolyGrail-aside {
10098
-webkit-box-sizing: border-box;
10199
box-sizing: border-box;
102100
-webkit-box-flex: 0;
103101
-ms-flex: 0 1 auto;
104102
flex: 0 1 auto;
105103
}
106-
107104
.HolyGrail-nav {
108105
-webkit-box-sizing: border-box;
109106
box-sizing: border-box;
@@ -119,7 +116,6 @@ footer {
119116
.HolyGrail-container {
120117
width: 100%;
121118
}
122-
123119
.HolyGrail-body {
124120
-webkit-box-sizing: border-box;
125121
box-sizing: border-box;
@@ -134,16 +130,14 @@ footer {
134130
-ms-flex-pack: start;
135131
justify-content: flex-start;
136132
}
137-
138133
.HolyGrail-content,
139-
.HolyGrail-aside {
134+
.HolyGrail-aside {
140135
-webkit-box-sizing: border-box;
141136
box-sizing: border-box;
142137
-webkit-box-flex: 0;
143138
-ms-flex: 0 1 auto;
144139
flex: 0 1 auto;
145140
}
146-
147141
.HolyGrail-nav {
148142
-webkit-box-sizing: border-box;
149143
box-sizing: border-box;

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="header header--hero">
11-
<h1 class="header-title">Flexbox Grid Mixins <span class="version">v.0.3.3</span></h1>
11+
<h1 class="header-title">Flexbox Grid Mixins <span class="version">v.0.3.4</span></h1>
1212
<p class="header-description">Sass Mixins to generate Flexbox grid</p>
1313

1414
<ul class="header-nav">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexbox-grid-mixins",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Sass Mixins to generate Flexbox grid",
55
"main": "sass/_flexbox-grid-mixins.scss",
66
"author": "Thingsym",

sass/_flexbox-grid-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ===================================================================
22
// Flexbox Grid Mixins (LibSass)
3-
// Version 0.3.3
3+
// Version 0.3.4
44
// Description: Sass Mixins to generate Flexbox grid
55
// Author: thingsym
66
// GitHub: https://github.com/thingsym/flexbox-grid-mixins

0 commit comments

Comments
 (0)