UNPKG

@caspingus/lt

Version:

A utility library of helpers and extensions useful when working with Learnosity APIs.

7 lines (5 loc) 149 B
import postcssImport from 'postcss-import'; /** @type {import('postcss-load-config').Plugin[]} */ export default { plugins: [postcssImport], };