Skip to content

Commit

Permalink
Update tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Oct 24, 2023
1 parent ba00b43 commit a592cbd
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 21 deletions.
2 changes: 1 addition & 1 deletion assets/admin/settings.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'ace6967dc457faddd697');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '668476196a8ad2071783');
2 changes: 1 addition & 1 deletion assets/admin/settings.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/admin/settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/admin/wizard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '67db6caf40f92ac1b922');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'b0a66c663984544a3765');
2 changes: 1 addition & 1 deletion assets/admin/wizard.css

Large diffs are not rendered by default.

73 changes: 57 additions & 16 deletions src/scss/_tailwind-compiled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,40 @@ video {
--tw-backdrop-sepia: ;
}

.gtmkit-container {
width: 100%;
}

@media (min-width: 640px) {
.gtmkit-container {
max-width: 640px;
}
}

@media (min-width: 768px) {
.gtmkit-container {
max-width: 768px;
}
}

@media (min-width: 1024px) {
.gtmkit-container {
max-width: 1024px;
}
}

@media (min-width: 1280px) {
.gtmkit-container {
max-width: 1280px;
}
}

@media (min-width: 1536px) {
.gtmkit-container {
max-width: 1536px;
}
}

.gtmkit-fixed {
position: fixed;
}
Expand Down Expand Up @@ -554,6 +588,11 @@ video {
margin: 1rem;
}

.\!gtmkit-my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}

.gtmkit-mx-auto {
margin-left: auto;
margin-right: auto;
Expand All @@ -579,16 +618,6 @@ video {
margin-bottom: 2rem;
}

.\!gtmkit-my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}

.\!gtmkit-my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}

.\!gtmkit-mt-4 {
margin-top: 1rem !important;
}
Expand Down Expand Up @@ -641,10 +670,6 @@ video {
margin-top: 3rem;
}

.gtmkit-mt-16 {
margin-top: 4rem;
}

.gtmkit-mt-3 {
margin-top: 0.75rem;
}
Expand Down Expand Up @@ -673,8 +698,8 @@ video {
display: flex;
}

.gtmkit-list-item {
display: list-item;
.gtmkit-grid {
display: grid;
}

.gtmkit-hidden {
Expand Down Expand Up @@ -705,6 +730,10 @@ video {
height: 2rem;
}

.gtmkit-h-screen {
height: 100vh;
}

.gtmkit-min-h-\[128px\] {
min-height: 128px;
}
Expand All @@ -713,6 +742,10 @@ video {
min-height: 175px;
}

.gtmkit-min-h-screen {
min-height: 100vh;
}

.gtmkit-w-2 {
width: 0.5rem;
}
Expand Down Expand Up @@ -802,6 +835,10 @@ video {
gap: 4rem;
}

.gtmkit-gap-4 {
gap: 1rem;
}

.gtmkit-gap-6 {
gap: 1.5rem;
}
Expand Down Expand Up @@ -1020,6 +1057,10 @@ video {
padding-bottom: 18px;
}

.gtmkit-pt-4 {
padding-top: 1rem;
}

.gtmkit-pt-5 {
padding-top: 1.25rem;
}
Expand Down

0 comments on commit a592cbd

Please sign in to comment.