Skip to content
View carlosame's full-sized avatar

Organizations

@css4j

Block or report carlosame

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. css4j/css4j css4j/css4j Public

    CSS toolkit written in Java™. A parser, Event and Object Model APIs, a DOM wrapper, a CSS-aware DOM implementation and a minifier. Supports modern CSS.

    Java 21

  2. css4j/echosvg css4j/echosvg Public

    SVG implementation in the Java™ Language, fork of Apache Batik, supporting modern CSS: level 4 selectors, colors, calc, nesting, etc.

    Java 53 3

  3. A switch-like function for CSS A switch-like function for CSS
    1
    # A switch-like function for CSS
    2
    
                  
    3
    
                  
    4
    ## Rationale
    5
    
                  
  4. Compact CSS media rules: the 'assign... Compact CSS media rules: the 'assign' mechanism
    1
    # Compact CSS media rules: the `@assign` mechanism
    2
    
                  
    3
    
                  
    4
    ## Justification
    5
    
                  
  5. Compile 'module-info' separately in ... Compile 'module-info' separately in Gradle
    1
    # Compile `module-info` separately in Gradle
    2
    
                  
    3
    To make projects compatible with both Java 8 and modular JDKs, a popular strategy
    4
    is to compile the project so it produces Java 8 bytecode, and separately compile
    5
    the `module-info.java` file targeting a modular JDK version.
  6. Maven dependency version ranges for ... Maven dependency version ranges for libraries
    1
    # Maven dependency version ranges
    2
    
                  
    3
    
                  
    4
    ### Introduction
    5