Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/4635
/
.
/
node_modules
/
postcss-html
/
index.js
blob: d949465422ad35d6d11b45a733bf558a2b0eb6c4 [
file
] [
log
] [
blame
] [
edit
]
"use strict"
;
const
extract
=
require
(
"./extract"
);
const
syntax
=
require
(
"postcss-syntax/syntax"
)(
extract
,
"html"
);
module
.
exports
=
syntax
;