Active
Project:
Stylus CSS Preprocessor
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
26 Feb 2015 at 15:06 UTC
Updated:
10 Nov 2017 at 05:57 UTC
Jump to comment: Most recent
Comments
Comment #1
hoter commentedThank 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/).
Comment #2
Anonymous (not verified) commentedThanks 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.