Skip to content

Commit

Permalink
feat: move to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Dec 3, 2024
1 parent 2de09d4 commit cb12d0e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/nt-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"packageManager": "[email protected]",
"scripts": {
"build:css": "pnpm exec postcss src/styles.css -o dist/styles.css",
"build:css": "pnpm exec postcss src/styles.scss -o dist/styles.css",
"publish:css": "pnpm run build:css && npm publish dist/apps/nt-css"
},
"engines": {
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions apps/nt-css/src/styles.css → apps/nt-css/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600&display=swap');

@import 'tailwindcss/base';
@import './base.css';
@import './base.scss';

@import 'tailwindcss/components';
@import './component.css';
@import './component.scss';

@import 'tailwindcss/utilities';

0 comments on commit cb12d0e

Please sign in to comment.