17

Como crear un subtheme usando zurb foundation

Embed Size (px)

Citation preview

Page 1: Como crear un subtheme usando zurb foundation
Page 2: Como crear un subtheme usando zurb foundation

Page 3: Como crear un subtheme usando zurb foundation

• En Ubuntu 13.10

sudo apt-get install ruby1.9.1-dev

$ sudo apt-get install ruby

Page 4: Como crear un subtheme usando zurb foundation

• $ \curl -sSL https://get.rvm.io | bash -s stable

• Necesita curl, si aun no se tiene instalado:

sudo apt-get install curl

Page 6: Como crear un subtheme usando zurb foundation

1. $ gem update --system o $ [sudo] apt-get update

2. $ [sudo] gem install compass

Page 7: Como crear un subtheme usando zurb foundation

[sudo] gem install zurb-foundation

Page 9: Como crear un subtheme usando zurb foundation

drush fst nombre-de-subtheme

Page 10: Como crear un subtheme usando zurb foundation
Page 11: Como crear un subtheme usando zurb foundation

Page 12: Como crear un subtheme usando zurb foundation

Page 13: Como crear un subtheme usando zurb foundation

• sites/all/themes/nombre-de-subtheme/scss/nombre-de-subtheme.scss

•• sites/all/themes/mytheme/scss/mytheme.scss o

• sites/all/themes/mytheme/scss/custom.scss

Page 14: Como crear un subtheme usando zurb foundation

sites/all/themes/nombre-de-subtheme/scss/nombre-de-subtheme.scss

scss/_variables.scss

Page 15: Como crear un subtheme usando zurb foundation

Page 16: Como crear un subtheme usando zurb foundation

compass compile

compass watch

Page 17: Como crear un subtheme usando zurb foundation