Direct link to the article Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc()

Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc()

I recently wrote a very basic Sass loop that outputs several padding and margin utility classes. Nothing fancy, really, just a Sass map with 11 spacing values, looped over to create classes for both padding and margin on each side. …

Avatar of Andy Ford
Andy Ford on (Updated on )
Direct link to the article How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL

How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL

Flutter is Google’s UI framework used to create flexible, expressive cross-platform mobile applications. It is one of the fastest-growing frameworks for mobile app development. On the other hand, Fauna is a transactional, developer-friendly serverless database that supports native GraphQL. Flutter …