Add postcss-import, re-organise CSS files
This commit is contained in:
parent
70f547ab06
commit
fac991fb41
10 changed files with 39 additions and 11 deletions
4
src/assets/css/components/skip-link.css
Normal file
4
src/assets/css/components/skip-link.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.skip-link:focus {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
Reference in a new issue