Skip to content

Instantly share code, notes, and snippets.

@BoxPistols
Last active June 23, 2018 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BoxPistols/53fde131bf8550c9940f257ea12a4820 to your computer and use it in GitHub Desktop.
Save BoxPistols/53fde131bf8550c9940f257ea12a4820 to your computer and use it in GitHub Desktop.
# パス指定
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
# オプション
output_style = :expanded
line_comments = false
#main {
width: 600px;
p {
margin: 0 0 1em;
color: #666;
}
}
#main {
width: 600px; }
#main p {
margin: 0 0 1em;
color: #666; }
#main {
width: 600px;
}
#main p {
margin: 0 0 1em;
color: #666;
}
#main { width: 600px; }
#main p { margin: 0 0 1em; color: #666; }
#main{width:600px}#main p{margin:0 0 1em;color:#666}
# 追加 no cache
cache = false
# 追加 no map
sourcemap = false
# コメントアウト取る
line_comments = false
.hoge{
.huga{
width:auto;
}
}
.hoge .huga {
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment