Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/projectwallace/css-analyzer

Analytics for CSS
https://github.com/projectwallace/css-analyzer

update @bramus/specificity 2.2.0->2.3.0

bartveneman opened this pull request almost 2 years ago
Add gradient analysis

bartveneman opened this pull request almost 2 years ago
`layer` should be read from `@import`

bartveneman opened this issue almost 2 years ago
Incorrect unit analysis on `quotes` property

bartveneman opened this issue almost 2 years ago
Report CSS gradients

bartveneman opened this issue almost 2 years ago
compareSpecificity can't be imported

nicojuhari opened this issue almost 2 years ago
animation-duration can be a value list

bartveneman opened this issue almost 2 years ago
Incorrect analysis when `font` contains `var()`

bartveneman opened this issue almost 2 years ago
Report at-rule sizes

bartveneman opened this issue almost 2 years ago
With locations

bartveneman opened this pull request almost 2 years ago
case-sensitivity fixes, additional tests

bartveneman opened this pull request almost 2 years ago
Report @(-ms-)viewport

bartveneman opened this issue almost 2 years ago
use case-insensitive Set-like construct to avoid lot of toLowerCase()

bartveneman opened this pull request almost 2 years ago
avoid many property lookups with some local caches

bartveneman opened this pull request almost 2 years ago
use consistent `let` for non-consts

bartveneman opened this pull request almost 2 years ago
use `===` consistently instead of sometimes `==`

bartveneman opened this pull request almost 2 years ago
Reduce bundle size

bartveneman opened this pull request almost 2 years ago
export color names, system colors, etc.

bartveneman opened this issue almost 2 years ago
Fix typings here and there

bartveneman opened this pull request almost 2 years ago
improve LoC calculation, using CSSTree instead of Regex

bartveneman opened this pull request almost 2 years ago
ignore non-Declaration-like children insize font-faces

bartveneman opened this pull request almost 2 years ago
Analyzer breaks on encoding issue

bartveneman opened this issue almost 2 years ago
make font destructuring robust by using CSSTree syntax matching

bartveneman opened this pull request almost 2 years ago
Make font destructuring more reliable

bartveneman opened this issue almost 2 years ago
WIP: GH-300: analyze prefixed selectors

bartveneman opened this pull request almost 2 years ago
GH-302: new font desctructuring algorithm, also extracts line-height

bartveneman opened this pull request almost 2 years ago
`line-height` is not extracted from `font`

bartveneman opened this issue almost 2 years ago
analyze selector vendor prefixes

bartveneman opened this issue almost 2 years ago
bring back selector browserhacks

bartveneman opened this issue almost 2 years ago
Add context to result (a.k.a. show actual CSS)

bartveneman opened this issue almost 2 years ago
feat: add analysis for line-heights

bartveneman opened this pull request almost 2 years ago
fix: trim() stringifyNode to prevent subtle uniqueness bugs

bartveneman opened this pull request almost 2 years ago
calculate total duplication

bartveneman opened this issue almost 2 years ago
update benchmark

bartveneman opened this pull request almost 2 years ago
replace last Object.create(null) with new Map()

bartveneman opened this pull request almost 2 years ago
fix: strip \9 from units

bartveneman opened this pull request almost 2 years ago
incorrect embed type

bartveneman opened this issue almost 2 years ago
CSS Extremes (useful for debugging/testing)

bartveneman opened this issue almost 2 years ago
Allow analysis of inline styles specificity

bartveneman opened this issue almost 2 years ago
report nested @layers

bartveneman opened this issue about 2 years ago
Fixes 2 bugs

bartveneman opened this pull request about 2 years ago
Incorrect reporting of embed type

bartveneman opened this issue about 2 years ago
Incorrect reporting of color format when combined with browser hacks

bartveneman opened this issue about 2 years ago
update GitHub/actions versions

bartveneman opened this pull request about 2 years ago
๐ŸŽ๏ธ replace all dictionaries with Map()

bartveneman opened this pull request about 2 years ago
๐Ÿ› calculate embedded size correctly on duplicate embeds

bartveneman opened this pull request about 2 years ago
Improve bundling process

bartveneman opened this issue about 2 years ago
โœจ report color formats

bartveneman opened this pull request about 2 years ago
seperate analysis for complexity and isA11y

bartveneman opened this pull request about 2 years ago
๐Ÿ› ๏ธ update csstree to 2.3.1

bartveneman opened this pull request about 2 years ago
Bump json5 from 2.2.0 to 2.2.2

dependabot[bot] opened this pull request about 2 years ago
๐Ÿงช Adjust test matrix: drop node 12, include node 18

bartveneman opened this pull request about 2 years ago
Count !important usage combined with custom properties

bartveneman opened this pull request about 2 years ago
improve stringifyNode performance

bartveneman opened this pull request about 2 years ago
use Sets for keywords instead of object lookups

bartveneman opened this pull request about 2 years ago
add embed type analysis

bartveneman opened this pull request about 2 years ago
Bump minimatch from 3.0.4 to 3.1.2

dependabot[bot] opened this pull request about 2 years ago
Replace specificity analysis with @bramus/specificity

bartveneman opened this pull request about 2 years ago
Investigate: can we use @bramus/specificity

bartveneman opened this issue about 2 years ago
Specificity of ::slotted() is incorrect

bartveneman opened this issue about 2 years ago
Report CSS nesting

bartveneman opened this issue about 2 years ago
Bump loader-utils from 3.2.0 to 3.2.1

dependabot[bot] opened this pull request about 2 years ago
Use Set() for counting unique declarations and selectors

bartveneman opened this pull request about 2 years ago
Report types of embedded content

bartveneman opened this issue over 2 years ago
Provide 'upgrade' function to polyfill data from previous versions

bartveneman opened this issue over 2 years ago
Report color formats

bartveneman opened this issue over 2 years ago
Report media query features

bartveneman opened this issue over 2 years ago
Report unitless values

bartveneman opened this issue over 2 years ago
Reduce storage size of analysis result

bartveneman opened this issue over 2 years ago
The return of the browserhacks

bartveneman opened this pull request over 2 years ago
update csstree to 2.2.1

bartveneman opened this pull request over 2 years ago
update csstree to 2.2.0

bartveneman opened this pull request over 2 years ago
Update microbundle & uvu

bartveneman opened this pull request over 2 years ago
hand written object vs classes

bartveneman opened this issue over 2 years ago
Bump terser from 5.10.0 to 5.14.2

dependabot[bot] opened this pull request over 2 years ago
Calculate usage of layered vs un-layered rules

bartveneman opened this issue over 2 years ago
improve declarations totalUnique + uniquenessRatio

bartveneman opened this pull request almost 3 years ago
reduce memory usage for OccurrenceCounter by hashing the values

bartveneman opened this pull request almost 3 years ago
faster tests: rm assert.not.throws

bartveneman opened this pull request almost 3 years ago
report RuleSet sizes (declarations + selectors)

bartveneman opened this pull request almost 3 years ago
list counts per selector specificity

bartveneman opened this pull request almost 3 years ago
list counts per selectors/rule or declarations/rule, closes #237

bartveneman opened this pull request almost 3 years ago
Count selectors+declarations/rule uniqueness

bartveneman opened this issue almost 3 years ago
Re-introduce support for browserhacks

bartveneman opened this issue almost 3 years ago
use node.prelude/block.children.size instead of walking rules separately

bartveneman opened this pull request almost 3 years ago
replace obsolete variable to keep track of selector complexities

bartveneman opened this pull request almost 3 years ago
improve memory usage for files with many atrules

bartveneman opened this pull request almost 3 years ago
Bundle with Vite instead of microbundle

bartveneman opened this pull request almost 3 years ago
Calculate total css complexity

bartveneman opened this issue almost 3 years ago
Measure `!important` in combination with custom properties

bartveneman opened this issue about 3 years ago
Analyze where custom properties are defined

bartveneman opened this issue almost 5 years ago
Add option to filter certain selectors/properties etc.

bartveneman opened this issue almost 5 years ago
How to deal with custom properties

bartveneman opened this issue over 5 years ago
Report duplicate blocks

bartveneman opened this issue over 5 years ago
Report Duplications

bartveneman opened this issue over 5 years ago
report something about values and notations

bartveneman opened this issue about 6 years ago
Support analysis for resets

bartveneman opened this issue over 6 years ago