
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
A JavaScript object of regular expressions that match CSS properties grouped by category.
npm i css-groups --save
const groups = require('css-groups');
console.log(groups); // do your thang
groups.marginmargin, margin-top, margin-right, margin-bottom, margin-left
groups.paddingpadding, padding-top, padding-right, padding-bottom, padding-left
groups.borderborder, border-style, border-color, border-width, border-top, border-top-style, border-top-color, border-top-width, border-right, border-right-style, border-right-color, border-right-width, border-bottom, border-bottom-style, border-bottom-color, border-bottom-width, border-left, border-left-style, border-left-color, border-left-width
groups.borderImageborder-image, border-image-outset, border-image-repeat, border-image-slice, border-image-source, border-image-width
groups.borderRadiusborder-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius
groups.backgroundbackground(-*)?
groups.positionposition, top, right, bottom, left, z-index
groups.displaydisplay, visibility
groups.widthwidth, max-width, min-width
groups.heightheight, max-height, min-height
groups.overflowoverflow, overflow-x, overflow-y
groups.boxbox-*(-*)?
groups.floatfloat, clear
groups.gridgrid(-*)?(-*)?
groups.flexalign, align-content, align-items, align-self, flex(-*)?, order
groups.flexParentalign, align-content, align-items, flex-direction, flex-flow, flex-wrap, flex-content, justify-content
groups.flexChildflex, flex-basis, flex-grow, flex-shrink, align-self, order
groups.texttext(-*)?(-*)?, word-break, word-spacing, word-wrap, line-break, line-height, hanging-punctuation, hyphens, letter-spacing, overflow-wrap, tab-size, white-space, initial-letter, vertical-align, color
groups.fontfont(-*)?(-*)?
groups.writingdirection, text-orientation, text-combine-upright, unicode-bidi, user-select, writing-mode
groups.columnbreak-after, break-before, break-inside, column-break-after, column-break-before, column-break-inside, page-break-after, page-break-before, page-break-inside, columns(-*)?, columns, windows
groups.tableborder-collapse, border-spacing, caption-side, empty-cells, table-layout
groups.listlist-style, list-style-image, list-style-position, list-style-type, counter-increment, counter-reset
groups.imageimage-orientation, image-rendering, image-resolution, object-fit, object-position
groups.svgstroke(-*)?, fill
groups.transformtransform, transform-origin, transform-style, backface-visibility, perspective, perspective-origin
groups.blendingisolation, mix-blend-mode
groups.filterfilter, opacity
groups.clipclip, clip-path
groups.maskmask, mask-type
groups.transitiontransition, transition-property, transition-duration, transition-timing-function, transition-delay
groups.animationoffset-distance, offset-path, offset-rotation, motion-distance, motion-path, motion-rotation, will-change, animation
groups.pseudocontent, initial-letter
groups.printbreak-after, break-before, break-inside, column-break-after, column-break-before, column-break-inside, page-break-after, page-break-before, page-break-inside, orphans, widows, marks, bleed, quotes
groups.allall
groups.appearanceappearance
groups.otherall other styles (*)
(This list was generated via npm run docs)
FAQs
A JavaScript object of regular expressions that match CSS properties grouped by category.
The npm package css-groups receives a total of 516 weekly downloads. As such, css-groups popularity was classified as not popular.
We found that css-groups demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.