package ppx_css

  1. Overview
  2. Docs
A ppx that takes in css strings and produces a module for accessing the unique names defined within

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_css-v0.16.0.tar.gz
sha256=58a8f237e28c0f223e85552f0f1097c9f7a9682fccee61c593dae32c506926ae

doc/src/ppx_css.css_parser/css_parser.ml.html

Source file css_parser.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(* generated by dune *)

(** @canonical Css_parser.Lex_buffer *)
module Lex_buffer = Css_parser__Lex_buffer

(** @canonical Css_parser.Lexer *)
module Lexer = Css_parser__Lexer

(** @canonical Css_parser.Menhir_parser *)
module Menhir_parser = Css_parser__Menhir_parser

(** @canonical Css_parser.Parser *)
module Parser = Css_parser__Parser

(** @canonical Css_parser.Types *)
module Types = Css_parser__Types
OCaml

Innovation. Community. Security.