atomizer icon indicating copy to clipboard operation
atomizer copied to clipboard

A library to create small, reusable CSS that scales as your website grows.

Results 40 atomizer issues
Sort by recently updated
recently updated
newest added

Hi everybody 👋! If you haven't noticed, there has been renewed activity in the project. Atomizer has served us well internally at Yahoo, as most properties have been using it...

I confirm that this contribution is made under a BSD license and that I have the authority necessary to make this contribution on behalf of its copyright owner. --- ###...

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 3.2.0. Release notes Sourced from loader-utils's releases. v3.2.0 3.2.0 (2021-11-11) Features hash uniformity for base digests (451858b) v3.1.3 3.1.3 (2021-11-04) Bug Fixes crash with md4...

dependencies

From @src-code via https://github.com/acss-io/acss-site/issues/107 Taken from https://github.com/yahoo/atomizer/issues/247#issuecomment-165270633: > ... It certainly seems like we could fix search pretty easily, perhaps by having an additional "searchable name" in the ruleset for...

website

From @renatoi via https://github.com/acss-io/acss-site/issues/144 I believe that the landing page of acss.io should change to show the GIF that pretty much sums it all up: ![atomizer-in-action](https://media-exp1.licdn.com/dms/image/C5622AQGXVndFM5zx1w/feedshare-shrink_1280/0/1612641006232?e=1616630400&v=beta&t=Z6DgiAvCNueeOVaiL6RVdkGXMUA_SVk9Hrk_uQvX-vw) or at least something...

website

It would be useful to be able to reference the matching class name in the current rule. Currently you have to define this manually which is normally ok, but when...

enhancement
package/atomizer

@renatoi @src-code Because we cannot have space inside classes we cannot do something like this: ```html content ``` Authors would need to go "longhand": ```html content ``` But what do...

enhancement
package/atomizer

From @3den in pr #233: > Problem: extracted seems to be an array of objects, the challenge we have is to find the keys that map to the same value...

enhancement
package/atomizer

Right now it's not possible to have a custom suffix that's numeric if a rule has `allowSuffixToValue` set to true, such as `Fz-10`. Currently such a class would be translated...

bug
package/atomizer

Right now we have a few tests for `getCss()` that are a dumping ground for every unique type of class (hex values, hex + alpha, customs, child selectors, customs, etc)....

enhancement
package/atomizer