lix-website/themes/lix/assets/bootstrap/node_modules/postcss-html/index.js

6 lines
144 B
JavaScript
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
"use strict";
const extract = require("./extract");
const syntax = require("postcss-syntax/syntax")(extract, "html");
module.exports = syntax;