mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 12:23:01 -06:00
[frontend] change bundler to skulk (#942)
* replace web bundler with skulk * upgrade skulk * add license
This commit is contained in:
parent
f81f1e7d0f
commit
c4c713988a
13 changed files with 897 additions and 2161 deletions
|
|
@ -30,10 +30,10 @@
|
|||
src: url(../NotoSans-Bold.ttf) format('truetype');
|
||||
}
|
||||
|
||||
// standard border radius for nice squircles
|
||||
/* standard border radius for nice squircles */
|
||||
$br: 0.4rem;
|
||||
// border radius for items that are framed/bordered
|
||||
// inside something with $br, eg avatar, header img
|
||||
/* border radius for items that are framed/bordered
|
||||
inside something with $br, eg avatar, header img */
|
||||
$br-inner: 0.2rem;
|
||||
|
||||
html, body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue