/*
  Theme Name: ICDS - Custom
  Description: Custom Theme - Leonel Aimar
  Version: 1.0.0
  Text Domain: textdomaintomodify
*/

/* This file serves two purposes: 1) it contains the required theme header for WordPress and 2)
it includes the compiled CSS.  When working with SCSS you should compile
`scss/style.scss` into this file.  For demonstration purposes the compiled CSS has
been included below. */

/* Import the compiled SCSS (generated by compiling scss/style.scss).  If you're
 * using a build process (e.g. sass), remove the following @import and directly
 * compile scss/style.scss into this file.
 */
@import url("scss/style.css");