BionicFramework / BionicCLI

Bionic Framework CLI - Ionic Framework CLI clone to build and deploy PWAs and Mobile Apps using Blazor
MIT License
58 stars 4 forks source link

Allow for LESS and CSS for styles #13

Open bmsantos opened 6 years ago

bmsantos commented 6 years ago

Allow for LESS or CSS. Default to SCSS. This feature must be provided whenever a project is initialized using the start command.

Possible Command Usage:

# Defaults to scss (same as -s scss or --styles scss)
bionic start
# Set less as style mechanism
bionic start -s less
# Set css as style mechanism
bionic start --styles css