modules

box   

This is the box component!

Box!
Copy
Edit
<!-- components/modules/box.php --> <div class="box">Box!</div>
Copy
Copy
Edit
/* scss/modules/_box.scss */ $boxColor: #eee; .box{ background: $boxColor; padding: 20px; width: 300px; height: 150px; }
Copy
Edit
/* js/box.js */