jdnichollsc / Ionic-Starter-Template

Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
http://market.ionic.io/starters/ionic-starter-template
MIT License
211 stars 106 forks source link

Sobreescribiendo Variables de Ionic #12

Closed stiago2 closed 8 years ago

stiago2 commented 8 years ago

Buenos dias. Estoy usando tu plantilla pero tengo un problema. Necesito sobreescribir los valores de las variables sass de ionic como $dark o $royal, esto lo estoy intentando hacer desde un archivo sass ubicado en la ruta app/sass, es necesario incluirle algun tipo de configuracion extra para que lo detecte?

jdnichollsc commented 8 years ago

Hi @stiago2 You can use the file ./scss/ionic.app.scss to do that :+1:

It's neccesary to modify the ./app/index.html to use the following code:

<!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
  <link href="css/ionic.app.css" rel="stylesheet">
-->

Regards, Nicholls