Tutorials related chat. For other discussions please join https://gitter.im/codebar/chat
KimberleyCook on gh-pages
Update FUNDING.yml (compare)
KimberleyCook on gh-pages
Update tutorial.md I had a stu… Merge pull request #463 from re… (compare)
Hey there! Guys (sublime text users) how you deal with next problem:
/* some CSS */
.first-selector {
font-weight: bold;
}
.another-selector { ... ;}
Actually
after typing bold;
in example above in order to beginning typing.another-selector
I must "push" down or pageDown button on my keyboard
and also hit Enter - but it sucks! Maybe exist plugin (package) or
default trivial deal with it? ( after typing bold;
for instance hit
binding Ctrl+Space(or something like this) and just begin typing.another-selector
. I know it was tough)) but I hope you understand me, any
suggestions?
@barisbalic According to Sass’ README, only the first letter in the technology’s name is a capital S https://github.com/sass/sass#sass--
I would always spell SCSS in all caps (like CSS) though