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
scss
can be verbose like anything. It's just a tool and is often recommended because of it's compiled nature vs. css
. You can still use it as if it were css
. There are plenty other reasons to use it and solutions to work around it being 'verbose'. Happy to chat at pub or in a codebar session. Please bring examples and I'll bring myself and try help :- )