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
v0.15.1.tar.gz
sha256=2f23a4b3e3cfccc25345d25a4d9ab5c64ca7fe6dbf293aa3bcce907a0534324c
doc/src/ppx_css.css_parser/parser.ml.html
Source file parser.ml
1 2 3 4 5let parse_stylesheet ?container_lnum ?pos css = Lexer.parse_string ?container_lnum ?pos css Menhir_parser.stylesheet let parse_declaration_list ?container_lnum ?pos css = Lexer.parse_string ?container_lnum ?pos css Menhir_parser.declaration_list
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>