I would like to be able to compose utility classes into components.
You can do it using the PostCSS @apply plugin
:root{
.some-utility:{
property: value;
# Install and activate typical plugins. | |
plugins: | |
wp plugin delete hello akismet; \ | |
wp plugin install debug-bar disable-emojis jetpack query-monitor woocommerce --activate; \ | |
# Install, copy and clean up drop-ins. | |
cache-plugins: | |
wp plugin install batcache memcached-redux; \ | |
cp wp-content/plugins/batcache/advanced-cache.php wp-content/advanced-cache.php; \ | |
cp wp-content/plugins/memcached-redux/object-cache.php wp-content/object-cache.php; \ |
I would like to be able to compose utility classes into components.
You can do it using the PostCSS @apply plugin
:root{
.some-utility:{
property: value;
(function($){ | |
var $mapBody = null, | |
$mapArticles = null, | |
mapAspect = 5 / 3, | |
mapFullWidth = 1600, | |
mapBreakWidth = 1024, | |
mapWidth = 1600, | |
mapHeight = 960 | |
; |