/**
 * Theme Name: Pulse
 * Theme URI: http://pulsetech.it
 * Description: One column theme, with custom home page
 * Version: 1.0
 * Author: Pulse S.a.s.
 * Author URI: http://pulsetech.it
 * */
/* The idea is to split the style.css file in many css files, under the following rule 
   1. One CSS for all the elements directly coded into the theme. Its name is 'main.css'.
   2. One CSS for each plugin that needs one. Its name is <plugin.plugin-name>.css
   3. One CSS for each widget that needs one. Its name is <widget.widget-name>.css   
   Every time a CSS file is created, it needs to be imported in this file just like the main.css below. */
@import url('main.css');