lix-website/themes/lix/assets/bootstrap/node_modules/postcss-html/index.js
2024-04-26 22:49:34 -06:00

6 lines
144 B
JavaScript

"use strict";
const extract = require("./extract");
const syntax = require("postcss-syntax/syntax")(extract, "html");
module.exports = syntax;