We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375bfc5 commit f02b1fbCopy full SHA for f02b1fb
scripts/build.js
@@ -31,6 +31,6 @@ function buildDistFile(filename) {
31
32
console.info('Building CSS...')
33
34
-Promise.all([buildDistFile('line-clamp')]).then(() => {
+Promise.all([buildDistFile('safe-area')]).then(() => {
35
console.log('Finished building CSS.')
36
})
0 commit comments