Hello

Thanks for this module.

Can you provide documentation for this module as well ?

How can it be integrated with drupal themes, if it can ?

Is there any theme this module works with by default ?

Comments

hoter’s picture

Thank you for your response. Yes, of course we are going to provide documentations. Just to inform you will be able to add *.styl files into the info file of themes or you can add them via drupal_add_css() function.

For example
example_theme.info:
stylesheets[all][] = styles.styl

custom_module.module:
drupal_add_css('styles.styl')

Styl files will be compiled into normal css files.

Unfortunatelly nowadays Drupal doesn't have any themes that work with this module by default. But we have a plan to inegrate Drupal and Fludity framework (http://www.fluiditycss.com/).

Anonymous’s picture

Thanks hoter.

Ill be waiting for the documentation.

Is it possible to get a quickstart guide for using Stylus CSS Preprocessor with a sub-theme of a simple theme.