Skip to content
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

[minor] component archetype extract styles #713

Merged
merged 2 commits into from
Feb 7, 2018

Conversation

didi0613
Copy link
Contributor

@didi0613 didi0613 commented Feb 2, 2018

/*

  • cssModuleSupport: false
  • case 1: only *.css => normal CSS
  • case 2: only *.styl exists => Stylus
  • case 3: only *.scss exists => SASS
  • cssModuleSupport: true
  • case 1: only *.css => CSS-Modules + CSS-Next
  • case 2: only *.styl => normal CSS => CSS-Modules + CSS-Next
  • case 3: only *.scss => normal CSS => CSS-Modules + CSS-Next
    */

/*

  • cssModuleSupport default to undefined
  • when cssModuleSupport not specified:
  • only *.css, cssModuleSupport sets to true
  • only *.styl, cssModuleSupport sets to false
  • only *.scss, cssModuleSupport sets to false
    */

@didi0613 didi0613 changed the title [minor] component archetype extract styles [minor][do not merge] component archetype extract styles Feb 3, 2018
@didi0613 didi0613 changed the title [minor][do not merge] component archetype extract styles [minor] component archetype extract styles Feb 5, 2018
@didi0613 didi0613 changed the title [minor] component archetype extract styles [minor][do not merge] component archetype extract styles Feb 5, 2018
@didi0613 didi0613 force-pushed the component-extract-styles branch 4 times, most recently from 093909c to fe4e35b Compare February 6, 2018 01:57
@didi0613 didi0613 force-pushed the component-extract-styles branch from 4c7b978 to c6124c6 Compare February 6, 2018 18:18
@didi0613 didi0613 changed the title [minor][do not merge] component archetype extract styles [minor] component archetype extract styles Feb 6, 2018
@jchip jchip merged commit edfd24b into electrode-io:master Feb 7, 2018
@didi0613 didi0613 deleted the component-extract-styles branch August 3, 2018 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants