Skip to content

feat: add css preprocessor #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update index.ts
thx @so1ve

Co-authored-by: Ray <[email protected]>
  • Loading branch information
chihuo2104 and so1ve authored Aug 22, 2023
commit 87b4b233a2080b9669065a68abd0c6cc6d24396e
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ async function init() {
{
name: 'needsCssPreprocessor',
type: () => (isFeatureFlagsUsed ? null : 'select'),
message: 'Add a CSS style preprocessor Solution?',
message: 'Add a CSS preprocessor?',
initial: 0,
choices: (prev, answers) => [
{ title: 'No', value: false },
Expand Down