Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbelanger committed Dec 16, 2023
1 parent caa3f06 commit 27a1b4a
Show file tree
Hide file tree
Showing 15 changed files with 4,494 additions and 6,270 deletions.
11 changes: 6 additions & 5 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"extends": "stylelint-config-standard-scss",
"plugins": [
"stylelint-order"
"stylelint-order",
"stylelint-stylistic"
],
"rules": {
"declaration-no-important": true,
"indentation": "tab",
"max-line-length": 150,
"no-descending-specificity": null,
"number-leading-zero": "never",
"order/properties-alphabetical-order": true,
"scss/dollar-variable-empty-line-before": null,
"scss/dollar-variable-pattern": null,
"scss/no-global-function-names": null,
"selector-class-pattern": "[a-z0-9_-]+",
"selector-id-pattern": "[a-z0-9_-]+",
"string-quotes": "single"
"stylistic/indentation": "tab",
"stylistic/max-line-length": 150,
"stylistic/number-leading-zero": "never",
"stylistic/string-quotes": "single"
}
}
12 changes: 3 additions & 9 deletions dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -386,15 +386,12 @@ input.formosa-field__input--checkbox.formosa-field__input {
.formosa-field__input--file {
background-color: transparent;
border: 0;
bottom: 0;
cursor: pointer;
font-size: 0;
left: 0;
inset: 0;
opacity: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
}
.formosa-field--disabled .formosa-field__input--file {
cursor: default;
Expand Down Expand Up @@ -465,7 +462,7 @@ input.formosa-field__input--checkbox.formosa-field__input {
display: inline-block;
}

@media (min-width: 1024px) {
@media (width >= 1024px) {
.formosa-responsive {
display: table;
width: 100%;
Expand Down Expand Up @@ -726,12 +723,9 @@ input.formosa-field__input--search {
}

.formosa-spinner--fullscreen {
bottom: 0;
inset: 0;
justify-content: center;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
}
.formosa-spinner--fullscreen::before {
Expand Down
Loading

0 comments on commit 27a1b4a

Please sign in to comment.