- При необходимости изменить положение элементов на странице возникает необходимость изменять их положение в HTML-коде.
- При необходимости изменить размеры элементов возникает необходимость изменять вложенность HTML-тегов и их классы.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -eu | |
FILES=$(find . -maxdepth 1 -type f | sort) | |
# -------------- # | |
# FIX ME # | |
# vvvvvvvvvvvvvv # |
Inspired by:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctl.equal { | |
type equal; | |
} | |
pcm.plugequal { | |
type equal; | |
# Modify the line below if you do not | |
# want to use sound card 0. | |
#slave.pcm "plughw:0,0"; | |
# by default we want to play from more sources at time: |
npx eslint --format ./eslint-overrides-formatter.js .
<name>.mobile.spec.ts
files will run only on mobile browsers.
<name>.desktop.spec.ts
files will run only on desktop browsers.
OlderNewer