feat(sass): Enable client-side sass compiling (#16747)
This commit is contained in:
committed by
Quincy Larson
parent
3131c55782
commit
1a5cab57a1
@@ -166,6 +166,14 @@ export function clearHeadTail(poly) {
|
||||
};
|
||||
}
|
||||
|
||||
export function appendToTail(tail, poly) {
|
||||
checkPoly(poly);
|
||||
return {
|
||||
...poly,
|
||||
tail: poly.tail.concat(tail)
|
||||
};
|
||||
}
|
||||
|
||||
// compileHeadTail(contents: String, poly: PolyVinyl) => PolyVinyl
|
||||
export function compileHeadTail(padding = '', poly) {
|
||||
return clearHeadTail(transformContents(
|
||||
|
Reference in New Issue
Block a user