https://wbrowar.com
Also, I appreciate my past self for titling one section, Dowel Movement 😆
wbrowar.com/article/maker/mid...
#maker
Also, I appreciate my past self for titling one section, Dowel Movement 😆
wbrowar.com/article/maker/mid...
#maker
It gave me an idea for another Admin Bar feature that I put together today :)
#CraftCMS
It gave me an idea for another Admin Bar feature that I put together today :)
#CraftCMS
Dozens.
Dozens.
Leave the file as-is?
Or maybe convert just some variables? If so, why?
Leave the file as-is?
Or maybe convert just some variables? If so, why?
wbrowar.com/article/code...
I also went down a path of a new feature that I think wraps up all of the 2.0 items! Just need to finish some tests 😀
#WebComponents #CSS #JavaScript #HTML #CraftCMS
wbrowar.com/article/code...
I also went down a path of a new feature that I think wraps up all of the 2.0 items! Just need to finish some tests 😀
#WebComponents #CSS #JavaScript #HTML #CraftCMS
#WebComponents #CSS #JavaScript #HTML #CraftCMS
#WebComponents #CSS #JavaScript #HTML #CraftCMS
```
admin-bar {
--admin-bar-height: max-content;
&::part(avatar) {
border-radius: 5px;
width: 50px;
}
&::part(buttons) {
flex-flow: row wrap;
overflow: auto;
}
& > * {
--admin-bar-height: 43px;
}
}
```
```
admin-bar {
--admin-bar-height: max-content;
&::part(avatar) {
border-radius: 5px;
width: 50px;
}
&::part(buttons) {
flex-flow: row wrap;
overflow: auto;
}
& > * {
--admin-bar-height: 43px;
}
}
```