Skip to content

Commit

Permalink
不要なの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
tashua314 committed Oct 27, 2024
1 parent 201dbcc commit bf44a8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
5 changes: 0 additions & 5 deletions design/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ FIND_AVAILABLE_PORT = $(shell \
export PORT := $(call FIND_AVAILABLE_PORT, $(DEFAULT_PORT))
export APP_PORT := $(call FIND_AVAILABLE_PORT, $$(($$(PORT)+1)))

.PHONY: check-port
check-port:
@echo "使用するポート: $(PORT)"
@netstat -tuln | grep ":$(PORT)\b" && echo "ポート $(PORT) は使用中です。" || echo "ポート $(PORT) は使用可能です。"

# ターゲット: 起動
.PHONY: up
up: build
Expand Down
59 changes: 0 additions & 59 deletions design/TechGuide/css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,6 @@ video {
.w-1 {
width: 0.25rem;
}
.w-1\/3 {
width: 33.333333%;
}
.w-16 {
width: 4rem;
}
Expand Down Expand Up @@ -2422,33 +2419,17 @@ h3.subtitle {
}
}
}
.hover\:bg-blue-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:font-bold:hover {
font-weight: 700;
}
.hover\:text-blue-700:hover {
--tw-text-opacity: 1;
color: rgb(29 78 216 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-indigo-800:hover {
--tw-text-opacity: 1;
color: rgb(55 48 163 / var(--tw-text-opacity));
Expand All @@ -2461,9 +2442,6 @@ h3.subtitle {
--tw-text-opacity: 1;
color: rgb(185 28 28 / var(--tw-text-opacity));
}
.hover\:underline:hover {
text-decoration-line: underline;
}
.before\:hover\:text-center:hover::before {
content: var(--tw-content);
text-align: center;
Expand All @@ -2490,22 +2468,6 @@ h3.subtitle {
}
@media (min-width: 768px) {

.md\:mb-0 {
margin-bottom: 0px;
}

.md\:mb-12 {
margin-bottom: 3rem;
}

.md\:flex {
display: flex;
}

.md\:w-1\/2 {
width: 50%;
}

.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
Expand All @@ -2514,41 +2476,20 @@ h3.subtitle {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.md\:flex-row {
flex-direction: row;
}

.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}

.md\:pr-8 {
padding-right: 2rem;
}
}
@media (min-width: 1024px) {

.lg\:w-1\/2 {
width: 50%;
}

.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lg\:flex-row {
flex-direction: row;
}

.lg\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
}
@media (min-width: 1280px) {

Expand Down

0 comments on commit bf44a8b

Please sign in to comment.