Skip to content

Commit

Permalink
🐛 fix: Correct viewport argument to utility mixin which caused all ut…
Browse files Browse the repository at this point in the history
…ility classes to be generated with viewports by default
  • Loading branch information
Spiderpig86 committed Jun 2, 2024
1 parent d0415c2 commit 381b826
Show file tree
Hide file tree
Showing 23 changed files with 139 additions and 6,839 deletions.
212 changes: 0 additions & 212 deletions next/dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -22511,218 +22511,6 @@ ul .divider::after {
cursor: zoom-out;
}

@media screen and (min-width: 640px) {
.sm\:u-cursor-auto {
cursor: auto;
}
.sm\:u-cursor-pointer {
cursor: pointer;
}
.sm\:u-cursor-wait {
cursor: wait;
}
.sm\:u-cursor-text {
cursor: text;
}
.sm\:u-cursor-move {
cursor: move;
}
.sm\:u-cursor-help {
cursor: help;
}
.sm\:u-cursor-not-allowed {
cursor: not-allowed;
}
.sm\:u-cursor-none {
cursor: none;
}
.sm\:u-cursor-cell {
cursor: cell;
}
.sm\:u-cursor-crosshair {
cursor: crosshair;
}
.sm\:u-cursor-grab {
cursor: grab;
}
.sm\:u-cursor-grabbing {
cursor: grabbing;
}
.sm\:u-cursor-all-scroll {
cursor: all-scroll;
}
.sm\:u-cursor-col-resize {
cursor: col-resize;
}
.sm\:u-cursor-row-resize {
cursor: row-resize;
}
.sm\:u-cursor-zoom-in {
cursor: zoom-in;
}
.sm\:u-cursor-zoom-out {
cursor: zoom-out;
}
}
@media screen and (min-width: 768px) {
.md\:u-cursor-auto {
cursor: auto;
}
.md\:u-cursor-pointer {
cursor: pointer;
}
.md\:u-cursor-wait {
cursor: wait;
}
.md\:u-cursor-text {
cursor: text;
}
.md\:u-cursor-move {
cursor: move;
}
.md\:u-cursor-help {
cursor: help;
}
.md\:u-cursor-not-allowed {
cursor: not-allowed;
}
.md\:u-cursor-none {
cursor: none;
}
.md\:u-cursor-cell {
cursor: cell;
}
.md\:u-cursor-crosshair {
cursor: crosshair;
}
.md\:u-cursor-grab {
cursor: grab;
}
.md\:u-cursor-grabbing {
cursor: grabbing;
}
.md\:u-cursor-all-scroll {
cursor: all-scroll;
}
.md\:u-cursor-col-resize {
cursor: col-resize;
}
.md\:u-cursor-row-resize {
cursor: row-resize;
}
.md\:u-cursor-zoom-in {
cursor: zoom-in;
}
.md\:u-cursor-zoom-out {
cursor: zoom-out;
}
}
@media screen and (min-width: 1024px) {
.lg\:u-cursor-auto {
cursor: auto;
}
.lg\:u-cursor-pointer {
cursor: pointer;
}
.lg\:u-cursor-wait {
cursor: wait;
}
.lg\:u-cursor-text {
cursor: text;
}
.lg\:u-cursor-move {
cursor: move;
}
.lg\:u-cursor-help {
cursor: help;
}
.lg\:u-cursor-not-allowed {
cursor: not-allowed;
}
.lg\:u-cursor-none {
cursor: none;
}
.lg\:u-cursor-cell {
cursor: cell;
}
.lg\:u-cursor-crosshair {
cursor: crosshair;
}
.lg\:u-cursor-grab {
cursor: grab;
}
.lg\:u-cursor-grabbing {
cursor: grabbing;
}
.lg\:u-cursor-all-scroll {
cursor: all-scroll;
}
.lg\:u-cursor-col-resize {
cursor: col-resize;
}
.lg\:u-cursor-row-resize {
cursor: row-resize;
}
.lg\:u-cursor-zoom-in {
cursor: zoom-in;
}
.lg\:u-cursor-zoom-out {
cursor: zoom-out;
}
}
@media screen and (min-width: 1280px) {
.xl\:u-cursor-auto {
cursor: auto;
}
.xl\:u-cursor-pointer {
cursor: pointer;
}
.xl\:u-cursor-wait {
cursor: wait;
}
.xl\:u-cursor-text {
cursor: text;
}
.xl\:u-cursor-move {
cursor: move;
}
.xl\:u-cursor-help {
cursor: help;
}
.xl\:u-cursor-not-allowed {
cursor: not-allowed;
}
.xl\:u-cursor-none {
cursor: none;
}
.xl\:u-cursor-cell {
cursor: cell;
}
.xl\:u-cursor-crosshair {
cursor: crosshair;
}
.xl\:u-cursor-grab {
cursor: grab;
}
.xl\:u-cursor-grabbing {
cursor: grabbing;
}
.xl\:u-cursor-all-scroll {
cursor: all-scroll;
}
.xl\:u-cursor-col-resize {
cursor: col-resize;
}
.xl\:u-cursor-row-resize {
cursor: row-resize;
}
.xl\:u-cursor-zoom-in {
cursor: zoom-in;
}
.xl\:u-cursor-zoom-out {
cursor: zoom-out;
}
}
.u-none {
display: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion next/dist/cirrus-all.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 381b826

Please sign in to comment.