mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Syntax highlighting.
This commit is contained in:
parent
c11be25ff8
commit
6b7427454a
105 changed files with 17571 additions and 91 deletions
14
sh/compass/config.rb
Normal file
14
sh/compass/config.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
environment = :production
|
||||
project_type = :stand_alone
|
||||
http_path = "/"
|
||||
css_dir = "../styles"
|
||||
sass_dir = "."
|
||||
images_dir = "images"
|
||||
sass_options = {
|
||||
:line_numbers => false,
|
||||
:debug_info => false
|
||||
}
|
||||
|
||||
# output_style = :compressed
|
||||
# output_style = :compact
|
||||
output_style = :expanded
|
Loading…
Add table
Add a link
Reference in a new issue