We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10511da commit eeb1f4aCopy full SHA for eeb1f4a
test/transformers/scss.test.ts
@@ -30,7 +30,7 @@ const implementation: Options.Sass['implementation'] = {
30
};
31
32
describe('transformer - scss', () => {
33
- it('should prepend scss content via `data` option property - via defaul async render', async () => {
+ it('should prepend scss content via `data` option property - via default async render', async () => {
34
const template = `<style lang="scss"></style>`;
35
const opts = getAutoPreprocess({
36
scss: {
0 commit comments