Tagged “css”
-
Working with styled components: multiple nested properties
This post is about css styled components
Destructuring is a common pattern when it comes to using styled components in complex situations. But it can be hazardous to clearly identify nesting. Here are a few suggestions.
Written on -
Both Sides, Now
This post is about css javascript
Many people I respect and admire have voiced conflicting opinions on their blogs and Twitter recently. I wanted to reply in general with reference to a song that pops into my head every time I hear those conflicting opinions being discussed.
Written on -
Published article: Notes from React London September 2017
This post is about javascript css indigotree
In September I attended React London meetup at Facebooks offices near Kings Cross to hear Benjie Gillam, Faraz Khan and Robbie McCorkell talk about GraphQL and css-in-js strategies.
Written on -
Using CSS Grid In Production Today
This post is about css new technology
For me, as well as a lot of others, CSS Grid is the most exciting thing to happen since CSS3 ... possibly even CSS2. But many fear using it in production. This post tackles one common use case where a Flexbox fallback provides support for Internet Explorer and Edge.
Written on -
Switching to BEM Syntax for CSS
This post is about css
Like a lot of things in the web world, CSS is a bit of mess. As the web gets more complicated, the tools and languages we use need to develop with us. This is currently happening as the W3C push forward with new functionality like Grid and Flexbox, but until those come into general use, we can aim to limit the risk of our code becoming unfathomable by other developers.
Written on -
Bootstrap 4 Alpha Review
This post is about css bootstrap
Bootstrap 4 was released last week, and I downloaded it straight away, plugging it into my Wordpress base theme. Some things that have been added to the project are really good ... but the team have made some interesting design choices in what they've changed ...
Written on -
First Steps with CSS Animations
This post is about css
CSS Animations are quickly complimenting if not replacing Javascript for generating a little bit of on-page whizz (that's the technical term). This is the first time I've delved into the syntax for CSS Animations that I hope can replace the tired carousels resident on many websites. Here's how I implemented it.
Written on -
First Steps with Flexbox
This post is about css
On a recent project for international research machine builder Anton Paar, I used the new flex-box CSS module for the first time. Here's how it went.
Written on -
Not Using SASS: Rebellion in the ranks
This post is about css sass professional development
A little while ago, I had a telephone interview in which the lead developer customarily dismissed my application because I didn't know how to write SASS or LESS. He was very born again about the whole thing, and I resolved to learn at least one of these frameworks in response.
Written on
See all tags.