Skip to content

Allow for LESS and CSS for styles #13

@bmsantos

Description

@bmsantos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions