Exemplo n.º 1
0
Arquivo: style.py Projeto: tazo90/lux
 def render(self, theme, dump_variables):
     self.write('Building theme "%s".' % theme)
     css = Css(app=self.app)
     return css.dump(theme, dump_variables=dump_variables)
Exemplo n.º 2
0
 def render(self, theme, dump_variables):
     self.write('Building theme "%s".' % theme)
     css = Css(app=self.app, known_libraries=lux.media_libraries)
     return css.dump(theme, dump_variables=dump_variables)
Exemplo n.º 3
0
Arquivo: style.py Projeto: tourist/lux
 def render(self, theme, dump_variables):
     self.write('Building theme "%s".' % theme)
     css = Css(app=self.app)
     return css.dump(theme, dump_variables=dump_variables)
Exemplo n.º 4
0
 def render(self, theme, dump_variables):
     self.write('Building theme "%s".' % theme)
     css = Css(app=self.app, known_libraries=lux.media_libraries)
     return css.dump(theme, dump_variables=dump_variables)