Time for action – integrating project directory into Koala and combining the style sheets
In this section, we will integrate the configured Koala to compile and output the style sheets, by performing the following steps:
- Create a new style sheet in the
css
folder namedmain.css
. This is the prime style sheet, where we will compose our own style rules for the blog. - Create a new style sheet named
style.css
. - Download
normalize.css
(http://necolas.github.io/normalize.css/), and put it in thecss
folder of the project directory. - Download
formalize.css
(http://formalize.me/), and also put it in thecss
folder of the project directory. - Open
style.css
in Sublime Text. - Import the supporting style sheets using the
@import
rule in the following order, as follows: ...
Get HTML5 and CSS3: Building Responsive Websites now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.