mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
b85e1f2f0b
For country flags, a "?" will now show if the flag is unknown (for example, if the user is using Tor or just has an IP that is not in the GeoIP database) For board owner-defined flags, "None" option disappears and posting is impossible without choosing a valid flag. This commit is for /fringe/.
26 lines
919 B
Ruby
26 lines
919 B
Ruby
require 'compass/import-once/activate'
|
|
# Require any additional compass plugins here.
|
|
|
|
# Set this to the root of your project when deployed:
|
|
http_path = "/"
|
|
css_dir = "../../static/flags/"
|
|
sass_dir = "sass"
|
|
images_dir = "../../static/flags/"
|
|
javascripts_dir = "../../js/"
|
|
|
|
# You can select your preferred output style here (can be overridden via the command line):
|
|
# output_style = :expanded or :nested or :compact or :compressed
|
|
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
# relative_assets = true
|
|
|
|
# To disable debugging comments that display the original location of your selectors. Uncomment:
|
|
# line_comments = false
|
|
|
|
|
|
# If you prefer the indented syntax, you might want to regenerate this
|
|
# project again passing --syntax sass, or you can uncomment this:
|
|
# preferred_syntax = :sass
|
|
# and then run:
|
|
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
|