1 2 3 4 5 6 7 8 9 10 11 12 13 14
@import "board"; @import "stones"; @import "head"; body { background-image: $background-image; background-repeat: no-repeat; background-size: auto 100%; background-position: center top; background-attachment: fixed; background-color: $background-color; margin: 0; }