NA
скопы можно решить и сессией я думаю
page transition, не знаю можно ли это сделать в sapper
по мне animation можно использовать и все =)
как-то так
Size: a a a
NA
EM
NA
NA
М
NA
NA
М
MF
М
М
MF
A
MF
@apply p-1 md:p-3
NA
MF
@apply
cannot be used with .md\:ml-3
because .md\:ml-3
either cannot be found, or its actual definition includes a pseudo-selector like :hover, :active, etc.A
defaultExtractor: content => {
const regExp = new RegExp(/[A-Za-z0-9-_:/]+/g);
const matchedTokens = [];
let match = regExp.exec(content);
while (match) {
if (match[0].startsWith('class:'))
matchedTokens.push(match[0].substring(6));
else matchedTokens.push(match[0]);
match = regExp.exec(content);
}
return matchedTokens;
}
MF
MF
MF
@apply
cannot be used with .md\:ml-3
because .md\:ml-3
either cannot be found, or its actual definition includes a pseudo-selector like :hover, :active, etc.