By editor, 13 April, 2016 Question How to define SASS (SCSS) and LESS configuration using config.rb ? Example 1. SASS (SCSS) http_path = "/" css_dir = "css" sass_dir = "sass" images_dir = "images" Example 2. SASS (SCSS) http_path = "/" css_dir = "" sass_dir = "sass" images_dir = "images" javascripts_dir = "javascripts" output_style = :nested relative_assets = true line_comments = false Tags Theming CSS Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments