ben(ny) pearson|
Assuming you have Mixture and XAMPP (or similar local server) installed and your WordPress site is already working locally. Make sure there’s no existing compass folder or config.rb file in your theme folder. Start XAMPP (or other local server). Start Mixture. Click Open in Mixture and select your theme folder inside wp-content/themes Select your theme folder […]
What are they? A rem is a CSS3 unit which can be used instead of the em and px units. rem stands for “root em”. Why use the rem unit? Like the em unit, the rem unit is useful in responsive design. But whereas the em unit is relative to the font-size of it’s parent, the rem unit […]