Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jul 22, 2022
1 parent cedf68e commit ff970c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions example/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.c {
padding: 0;

.d {
bottom: 0;
}
}
2 changes: 2 additions & 0 deletions example/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { date, test } from '~'

import './index.css'

test()
console.log(date)
1 change: 1 addition & 0 deletions example/postcss.config.js
3 changes: 1 addition & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
module.exports = {
plugins: {
'postcss-import': {},
'postcss-nested': { bubble: ['screen'], unwrap: ['layer'] },
'postcss-nested': {},
},
}

0 comments on commit ff970c8

Please sign in to comment.