Skip to content

Commit

Permalink
ADAPT-000: Move Tailwind plugins from devdependencies to dependencies (
Browse files Browse the repository at this point in the history
…#818)

ADAPT-000: Move Tailwind plugins from devdependencies to dependencies (#818)
  • Loading branch information
yvonnetangsu authored Apr 20, 2021
1 parent d784988 commit e17947f
Show file tree
Hide file tree
Showing 5 changed files with 7,170 additions and 721 deletions.
51 changes: 9 additions & 42 deletions dist/decanter-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* plugins.
*/

/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com
/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
Expand Down Expand Up @@ -560,7 +560,7 @@ object {

/**
* Constrain images and videos to the parent width and preserve
* their instrinsic aspect ratio.
* their intrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
Expand Down Expand Up @@ -909,23 +909,7 @@ table thead + tbody{
border-top: 1px solid #D5D5D4;
}


[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select
{
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
Expand Down Expand Up @@ -975,7 +959,7 @@ input::-ms-input-placeholder, textarea::-ms-input-placeholder{
opacity: 1;
}

input::placeholder, textarea::placeholder{
input::placeholder,textarea::placeholder{
color: #6b7280;
opacity: 1;
}
Expand Down Expand Up @@ -1008,10 +992,7 @@ select{
color-adjust: unset;
}


[type='checkbox'],
[type='radio']
{
[type='checkbox'],[type='radio']{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
Expand Down Expand Up @@ -1043,10 +1024,7 @@ select{
border-radius: 100%;
}


[type='checkbox']:focus,
[type='radio']:focus
{
[type='checkbox']:focus,[type='radio']:focus{
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
Expand All @@ -1059,10 +1037,7 @@ select{
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


[type='checkbox']:checked,
[type='radio']:checked
{
[type='checkbox']:checked,[type='radio']:checked{
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
Expand All @@ -1078,12 +1053,7 @@ select{
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}


[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus
{
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
border-color: transparent;
background-color: currentColor;
}
Expand All @@ -1097,10 +1067,7 @@ select{
background-repeat: no-repeat;
}


[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus
{
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
border-color: transparent;
background-color: currentColor;
}
Expand Down
Loading

0 comments on commit e17947f

Please sign in to comment.