aolko
aolko
KPCKevin Powell - Community
Created by aolko on 5/26/2023 in #front-end
What's the best way to make angled corners?
and doing an outline with them is a pain
19 replies
KPCKevin Powell - Community
Created by aolko on 5/26/2023 in #front-end
What's the best way to make angled corners?
clip-paths are not very scalable
19 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
saw a lib for that https://muuri.dev/
18 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
should be the usual first to last, ltr found a better set of samples https://grid-tiles.webflow.io/
18 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
No description
18 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
manually, yes, but how about with automatic flow/repeat? No matter the number of elements
18 replies
KPCKevin Powell - Community
Created by aolko on 5/26/2023 in #front-end
What's the best way to make angled corners?
19 replies
KPCKevin Powell - Community
Created by aolko on 5/26/2023 in #front-end
What's the best way to make angled corners?
no, left top
19 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
[1][2][3][4]
[1][fill ]
[1][2][fill]
[1][fill][4]
[1][2][3][4]
[1][fill ]
[1][2][fill]
[1][fill][4]
or
[1][2][3][4]
[5][6][7][8]

[fill][3][4]
[ ][7][8]

you know, like big square spaces with span
[1][2][3][4]
[5][6][7][8]

[fill][3][4]
[ ][7][8]

you know, like big square spaces with span
18 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
speaking of grid, still no way to fill the cols, like flex: 1; or span x?
18 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
also try, not last child hack
>*:not(:last-child){
// w/e
margin: 0 0 20px 0;
}
>*:not(:last-child){
// w/e
margin: 0 0 20px 0;
}
18 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
are you using this reset btw?
html {
box-sizing: border-box;
}

*::before,
*,
*::after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
html {
box-sizing: border-box;
}

*::before,
*,
*::after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
18 replies
KPCKevin Powell - Community
Created by aolko on 5/24/2023 in #resources
Minimal base css
fork the gist 😛
18 replies
KPCKevin Powell - Community
Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
(actually any available tag name is allowed, the rest is styling problem)
14 replies
KPCKevin Powell - Community
Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
what if i want my tags <with:namespaces>?
14 replies
KPCKevin Powell - Community
Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
as for the compiler, we are talking barebones library, meaning no large moving parts
14 replies
KPCKevin Powell - Community
Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
the goal is not to be like W3C
14 replies
KPCKevin Powell - Community
Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
that's what W3C does wrong
14 replies
KPCKevin Powell - Community
Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
you do see the screenshot right?
14 replies
KPCKevin Powell - Community
Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
actually yes, there is a question - how to write your own cool library like that, but very barebones (microlibrary)?
14 replies