hucssley
hucssley copied to clipboard
Hucssley - a full-featured, consistent, atomic utility class library for rapidly building performant UI
Currently, `$hu-opacity-types` and `$hu-scale-types` use scale values like `50: 0.5`, but should they use percentages like `50%: 0.5` like `width` etc? Would that be clearer?
Need to investigate and implement [true](https://github.com/oddbird/true) to unit test everything!
If you customise a `$type` variable like `$hu-height-types`, `hu-append` a list/map of per-project heights and then accidentally do it twice (for instance, by `@import`ing the custom `hu-height` partial twice`, the...
`:focus`, `:hover` and `:hocus` and states like `is-selected` both have a specificity of 020, so states always trump hocus on source order. Should hucssley support states that are hocused like...
[Tailwind](https://github.com/tailwindcss/tailwindcss/blob/master/src/plugins/css/preflight.css#L191) resets the `font-family` of `code`, `kbd`, `pre` and `samp` to a nicer stack than that of the browser default. Should Hucssley add a similar variable like it does for...
As per subject line. I often use `scale-x` and `scale-y` separately. I suppose an alternative to adding more placeholders (if that's a concern) could be to replace the existing `scale`...
For implementation details, see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-ms-high-contrast
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...