A tool for creating Atomic CSS, a collection of single purpose styling units for maximum reuse
object-fit
@tom76kimo @jitendravyas I couldn't find any at https://github.com/acss-io/atomizer/blob/master/src/rules.js
Happy New Year @all
FYI: I moved the ACSS QA I had in my repo to https://github.com/acss-io/acss-site/discussions
Stay safe!
foo:c~bar>Bgc(#000)
.@rs_silvaba_twitter
anything that does not need to be escaped in the css
What's wrong with escaping? Atomizer is doing that job, so it's pretty transparent to the author.
If you want to create a rich syntax you need to rely on "special" characters.
There may be a reason why you don't really have a suggestion for replacing the "()" with characters that don't need to be escaped.
We went through this very exercise years ago and we ended up picking "()", which was very unpopular at the time - but, to us, those characters were the ones that delivered the most.
I just wondered because normally autocomplete will get the rules escaped which is not what I want. Let me know if you know how to get the autocomplete working nicely with atomizer.
Autocomplete within an IDE? Inside a stylesheet?
Sorry, I'm not sure I understand what you mean here.