Commit fdb4c65
Tailwind v4 (#1886)
* using tailwind v4
* Refactor modal components' styling for better responsiveness.
Adjusted class properties in Modal.vue and ModalCheckout.vue to improve positioning, alignment, and styling consistency. Simplified some redundant CSS class definitions and added inline styles where necessary for enhanced layout control.
* Refactor modal components' styling for better responsiveness.
Adjusted class properties in Modal.vue and ModalCheckout.vue to improve positioning, alignment, and styling consistency. Simplified some redundant CSS class definitions and added inline styles where necessary for enhanced layout control.
* Refactor Sass build script to improve import structure.
Replaced individual imports with namespace imports for better clarity. Updated function and export syntax to align with modern JavaScript standards. This refactor simplifies the code and enhances maintainability.
* Refactor Sass build script to improve import structure.
Replaced individual imports with namespace imports for better clarity. Updated function and export syntax to align with modern JavaScript standards. This refactor simplifies the code and enhances maintainability.
* Convert sass-build.ts to an ES module
Renamed the file to .mjs and updated it to follow ES module standards. This change ensures compatibility with modern JavaScript module systems.
* Update build script to use Gulp instead of custom SASS
Switches from a custom SASS build script to Gulp for improved maintainability and integration. Adjusts build configuration accordingly to streamline the development workflow.
* Update Sass build to use a JavaScript gulpfile
Replaced the TypeScript-based sass-build.ts with sass-build.mjs for the gulpfile. Updated the build script in package.json accordingly to ensure compatibility with the new JavaScript file.
* Update import syntax for gulp-sass and sass compatibility
Standardize the import statement for better compatibility with modern JavaScript module practices. This change ensures consistency and resolves potential import issues when using the `sass` compiler.
---------
Co-authored-by: kazuyoshi80 <[email protected]>
Co-authored-by: kazuyoshi kawakami <[email protected]>1 parent dbd8fb5 commit fdb4c65
File tree
10 files changed
+323
-321
lines changed- .preview
- src
- pages
- admin
- styles
- src/ui/components
- Checkout
10 files changed
+323
-321
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 8 | | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments