rctneil
rctneil
Explore posts from servers
KPCKevin Powell - Community
Created by rctneil on 9/1/2024 in #front-end
Container Queries in Grid environment
I know that you need to add a wrapper to grid items that is the container for an item to adapt to the track size of a grid when using container queries. I’m wondering if anyone knows of any methods to avoid needing to add this containing element and use the track itself as the container?
I’m not hopefully but wondering if anyone knows of something I’ve not seen before.
3 replies
KPCKevin Powell - Community
Created by rctneil on 8/14/2024 in #front-end
Modern CSS without tools
Hi, I've been writing CSS for a long time, but for 99.9% of the last few years, it's all been with SCSS. I've been the beneficiary of nesting, mixins, functions, loops, the lot. It's incredible with SCSS can do. But now, on my own personal site, I want to try to rewrite and tidy up my styles and try to use just modern pure CSS with no pre-processor. My question is this: How can I structure it across multiple files with pure CSS? Is this possible? I feel like i've been out of the pure CSS game for a while and need a helping hand getting back in. Can I @import all my smaller files into one larger file? How does this work these days?
197 replies
CDCloudflare Developers
Created by rctneil on 7/31/2024 in #general-help
Cloudlfare Images API query
Hi, I've been looking at CF Images in order to decide whether it'll be right for a new project. Two questions I have: How do I access the EXIF metadata of an image via the API? How can I upload an image via the dashboard and specify a custom bit of data, such as an ID of an Album or Folder, that I can then use in my app? Thanks
2 replies