package ppx_css
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A ppx that takes in css strings and produces a module for accessing the unique names defined within
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ppx_css-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=58a8f237e28c0f223e85552f0f1097c9f7a9682fccee61c593dae32c506926ae
    
    
  doc/ppx_css.css_parser/Css_parser/Menhir_parser/index.html
Module Css_parser.Menhir_parserSource
Source
type token = - | WHITESPACE
- | URI of string
- | UNICODE_RANGE of string
- | STRING of string
- | SEMI_COLON
- | RIGHT_PAREN
- | RIGHT_BRACKET
- | RIGHT_BRACE
- | PERCENTAGE
- | OPERATOR of string
- | NUMBER of string
- | NESTED_AT_RULE of string
- | LEFT_PAREN
- | LEFT_BRACKET
- | LEFT_BRACE
- | IMPORTANT
- | IDENT of string
- | HASH of string
- | FUNCTION of string
- | FLOAT_DIMENSION of string * string * Types.dimension
- | EOF
- | DOT
- | DIMENSION of string * string
- | DELIM of string
- | COLON
- | AT_RULE_WITHOUT_BODY of string
- | AT_RULE of string
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >