Style modern websites progressively without have to be couple to any no native technology.

Semantic classeless framework that can be composed to build any design, directly in your markup. Higgsboson is built using Postcss which translates the source code to standard css. The postcss plugins that Higgsboson is using are the least as possible and only if they will be candidates to be part of the css standard.

Why Higgsboson?

  • Use the web.

    Be the most standard as possible. CSS already has enough capabilities to not need anymore preprocessors capabilities.

  • Independent pieces.

    Minimum coupling between internal parts. Use hooks to connect the components with the different themes.

  • Single responsibility.

    Driven by single responsibility, intuitively take control over what, where and how to make your changes.

  • Evolve it fast.

    Evolve it strongly by propagate changes quickly. Use CSS native cascading inheritance and specificity to your advantage.

  • Design system ready.

    Developed from a tokens layer, makes it easy to adapt and implement the aesthetic part to any design system.

  • No coupling.

    No JS framework coupling, independent but easily implementable with any library or front end framework.

Contributors