質問編集履歴

2

ソース記述短縮

2017/11/17 06:11

投稿

msysmsys
msysmsys

スコア6

test CHANGED
File without changes
test CHANGED
@@ -278,269 +278,7 @@
278
278
 
279
279
  }
280
280
 
281
-
282
-
283
- body{
284
-
285
- margin: 0;
286
-
287
- font-weight: 200;
288
-
289
- font-family: 'Noto Sans Japanese';
290
-
291
- }
292
-
293
-
294
-
295
- img{
296
-
297
- max-width: 100%;
298
-
299
- height: auto;
300
-
301
- }
302
-
303
-
304
-
305
- /********************
306
-
307
-
308
-
309
- module
310
-
311
-
312
-
313
- ********************/
314
-
315
-
316
-
317
- .wrap{
318
-
319
- max-width: 800px;
320
-
321
- margin-right: auto;
322
-
323
- margin-left: auto;
324
-
325
- padding-right: 5%;
326
-
327
- padding-left: 5%;
328
-
329
- }
330
-
331
-
332
-
333
- .sitelogo{
334
-
335
- margin: 0;
336
-
337
- font-family: $quicksand;
338
-
339
- }
340
-
341
-
342
-
343
- .header
344
-
345
- {
346
-
347
- border-bottom: solid 1px #ddd;
348
-
349
- @extend %SiteGradation;
350
-
351
-
352
-
353
- .wrap{
354
-
355
- padding-top: 20px;
356
-
357
- padding-bottom: 20px;
358
-
359
- display: flex;
360
-
361
- flex-direction: row;
362
-
363
- align-items: center;
364
-
365
- justify-content: space-between;
366
-
367
-
368
-
369
- }
370
-
371
-
372
-
373
- // &__logo{
374
-
375
- // margin: 0;
376
-
377
- // font-family: $quicksand;
378
-
379
- // }
380
-
381
-
382
-
383
- }
384
-
385
-
386
-
387
- .sitenav{
388
-
389
- font-family: $quicksand;
390
-
391
- text-align: right;
392
-
393
-
394
-
395
- .current{
396
-
397
- border-bottom: solid 1px #ccc;
398
-
399
- }
400
-
401
- li{
281
+ ~~~
402
-
403
- margin-right: 10px;
404
-
405
- display: inline-block;
406
-
407
- }
408
-
409
-
410
-
411
- a{
412
-
413
- padding: 10px;
414
-
415
- text-decoration: none;
416
-
417
- }
418
-
419
- }
420
-
421
-
422
-
423
-
424
-
425
- .footer{
426
-
427
- margin-top: 70px;
428
-
429
- border-top: solid 1px #ddd;
430
-
431
- font-family: $quicksand;
432
-
433
- @extend %SiteGradation;
434
-
435
-
436
-
437
- .wrap{
438
-
439
- padding-top: 20px;
440
-
441
- padding-bottom: 20px;
442
-
443
- display: flex;
444
-
445
- flex-direction: row;
446
-
447
- align-items: center;
448
-
449
- justify-content: space-between;
450
-
451
- }
452
-
453
-
454
-
455
- &__nav{
456
-
457
- @extend .sitenav;
458
-
459
- }
460
-
461
-
462
-
463
- &__copyright{
464
-
465
- font-size: 0.5em;
466
-
467
- text-align: center;
468
-
469
- }
470
-
471
-
472
-
473
- }
474
-
475
-
476
-
477
- .main{
478
-
479
- margin-top: 50px;
480
-
481
- }
482
-
483
-
484
-
485
-
486
-
487
- //リンク先 component
488
-
489
- .effect-enter {
490
-
491
- // opacity: 0;
492
-
493
- position: fixed;
494
-
495
- filter: blur( 0 );
496
-
497
- transform: translateY(0);
498
-
499
- }
500
-
501
-
502
-
503
- //リンク先 Component マウント開始
504
-
505
- .effect-enter.effect-enter-active {
506
-
507
- opacity: 0;
508
-
509
- filter: blur( 100px );
510
-
511
- transform: translateY(-10px);
512
-
513
- }
514
-
515
- //リンク元 Component
516
-
517
- .effect-exit {
518
-
519
- opacity: 1;
520
-
521
- transform: translate(0, 0);
522
-
523
- position: fixed;
524
-
525
- }
526
-
527
- //リンク元 Component アンマウント開始
528
-
529
- .effect-exit.effect-exit-active {
530
-
531
- opacity: 0;
532
-
533
- transform: translate(0, 3vh);
534
-
535
- }
536
-
537
-
538
-
539
- .effectContainer{
540
-
541
- transition: all 1s ease 0s;
542
-
543
- }
544
282
 
545
283
 
546
284
 

1

本文修正

2017/11/17 06:11

投稿

msysmsys
msysmsys

スコア6

test CHANGED
File without changes
test CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  > in /Applications/MAMP/htdocs/〜〜〜パス名/style.scss」
6
6
 
7
+
8
+
7
9
  と表示されてコンパイルできません。
8
10
 
9
11
  ローダーのインストールも済んでおり記述も見直したのですが、なぜでしょうか。
@@ -14,9 +16,7 @@
14
16
 
15
17
 
16
18
 
17
- **エラーメッセージ
19
+ **エラーメッセージ**
18
-
19
- **
20
20
 
21
21
  ```ここに言語を入力
22
22