diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c091839 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Numerous always-ignore extensions +################### +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi +*~ + +*.sass-cache +# Folders to ignore +################### +.hg +.svn +.CVS +# OS or Editor folders +################### +.DS_Store +Icon? +Thumbs.db +ehthumbs.db +nbproject +.cache +.project +.settings +.tmproj +*.esproj +*.sublime-project +*.sublime-workspace +# Dreamweaver added files +################### +_notes +dwsync.xml +# Komodo +################### +*.komodoproject +.komodotools diff --git a/sample.less b/sample.less index 790d9ae..abaccd5 100644 --- a/sample.less +++ b/sample.less @@ -28,7 +28,7 @@ @base: 5%; @filler: @base * 2; @other: @base + @filler; -td { +td { background-color: @base-color + #111; height: 100% / 2 + @filler; } @@ -38,7 +38,7 @@ td { */ .comment { width: #defaults[@width]; - color: .article['color']; + color: .article['color']; }