Skip to content

Commit

Permalink
fix: correction of README .sss extension for example (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToledoSDL committed Jan 10, 2024
1 parent 5d8c80d commit 2c42a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -336,7 +336,7 @@ const { readFileSync } = require('fs')
const postcss = require('postcss')
const postcssrc = require('postcss-load-config')

const css = readFileSync('index.sss', 'utf8')
const css = readFileSync('index.css', 'utf8')

const ctx = { parser: true, map: 'inline' }

Expand Down

0 comments on commit 2c42a73

Please sign in to comment.