|
|
82fdc6a727
|
Generated by Spark: #26 11.09 Issue #1:
#26 11.09 │ .container {
#26 11.09 │ width: 100%;
#26 11.09 │ @media (width >= (display-mode: standalone)) {
#26 11.09 ┆ ^-- Unexpected token ParenthesisBlock
#26 11.09 ┆
#26 11.09 │ max-width: (display-mode: standalone);
#26 11.09 │ }
#26 11.09
#26 11.09 Issue #2:
#26 11.09 │ max-width: (display-mode: standalone);
#26 11.09 │ }
#26 11.09 │ @media (width >= (pointer: coarse)) {
#26 11.09 ┆ ^-- Unexpected token ParenthesisBlock
#26 11.09 ┆
#26 11.09 │ max-width: (pointer: coarse);
#26 11.09 │ }
#26 11.09
#26 11.09 Issue #3:
#26 11.09 │ max-width: (pointer: coarse);
#26 11.09 │ }
#26 11.09 │ @media (width >= (pointer: fine)) {
#26 11.09 ┆ ^-- Unexpected token ParenthesisBlock
#26 11.09 ┆
#26 11.09 │ max-width: (pointer: fine);
#26 11.09 │ }
|
2026-01-17 15:00:44 +00:00 |
|
|
|
e1e2ffef19
|
Generated by Spark: transforming...
Found 4 warnings while optimizing generated CSS:
Issue #1:
│ padding-left: $container-padding;
│ padding-right: $container-padding;
│ @include respond-to('lg') {
┆ ^-- Unknown at rule: @include
┆
│ padding-left: calc($container-padding * 2);
│ padding-right: calc($container-padding * 2);
Issue #2:
│ border-bottom: 1px solid $border-color;
│ padding: spacing('4') spacing('6');
│ @include respond-below('md') {
┆ ^-- Unknown at rule: @include
┆
│ padding: spacing('3') spacing('4');
│ }
Issue #3:
│ overflow-y: auto;
│ z-index: z-index('fixed');
│ @include respond-below('lg') {
┆ ^-- Unknown at rule: @include
┆
│ transform: translateX(-100%);
│ transition: transform $transition-base;
Issue #4:
│ padding: spacing('8') spacing('6');
│ margin-top: auto;
│ @include respond-below('md') {
┆ ^-- Unknown at rule: @include
┆
│ padding: spacing('6') spacing('4');
│ }
Found 7 warnings while optimizing generated CSS:
Issue #1:
│ .container {
│ width: 100%;
│ @media (width >= (display-mode: standalone)) {
┆ ^-- Unexpected token ParenthesisBlock
┆
│ max-width: (display-mode: standalone);
│ }
Issue #2:
│ max-width: (display-mode: standalone);
│ }
│ @media (width >= (pointer: coarse)) {
┆ ^-- Unexpected token ParenthesisBlock
┆
│ max-width: (pointer: coarse);
│ }
Issue #3:
│ max-width: (pointer: coarse);
│ }
│ @media (width >= (pointer: fine)) {
┆ ^-- Unexpected token ParenthesisBlock
┆
│ max-width: (pointer: fine);
│ }
Issue #4:
│ padding-left: $container-padding;
│ padding-right: $container-padding;
│ @include respond-to('lg') {
┆ ^-- Unknown at rule: @include
┆
│ padding-left: calc($container-padding * 2);
│ padding-right: calc($container-padding * 2);
Issue #5:
│ border-bottom: 1px solid $border-color;
│ padding: spacing('4') spacing('6');
│ @include respond-below('md') {
┆ ^-- Unknown at rule: @include
┆
│ padding: spacing('3') spacing('4');
│ }
Issue #6:
│ overflow-y: auto;
│ z-index: z-index('fixed');
│ @include respond-below('lg') {
┆ ^-- Unknown at rule: @include
┆
│ transform: translateX(-100%);
│ transition: transform $transition-base;
Issue #7:
│ padding: spacing('8') spacing('6');
│ margin-top: auto;
│ @include respond-below('md') {
┆ ^-- Unknown at rule: @include
┆
│ padding: spacing('6') spacing('4');
│ }
✓ 8276 modules transformed.
|
2026-01-17 13:22:37 +00:00 |
|
|
|
3905226082
|
Generated by Spark: Any non standard material UI CSS uses sass
|
2026-01-16 01:48:07 +00:00 |
|
|
|
0cc2aebec1
|
Initial commit
|
2026-01-16 00:32:24 +00:00 |
|