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

feat(docz-plugin-css): add initial version #78

Merged
merged 3 commits into from
Jun 21, 2018
Merged

Conversation

pedronauck
Copy link
Member

Description

This pull request adds the initial version of docz-plugin-css. Plugin used to setup css on bundler.

// doczrc.js
import { css } from 'docz-plugin-css'

export default {
  plugins: [
    css({
      preprocessor: 'postcss',
      cssmodules: true,
      loaderOpts: {
        /* whatever your preprocessor loader accept */
      }
    })
  ]
}

@pedronauck pedronauck merged commit 299372e into master Jun 21, 2018
@pedronauck pedronauck deleted the feat/docz-plugin-css branch June 21, 2018 22:37
pedronauck added a commit that referenced this pull request Jun 22, 2018
* 'master' of github.com:pedronauck/docz: (36 commits)
  v0.2.11
  fix: some changes on css examples
  fix(docz-plugin-css): production build
  fix(docz-core): node env for production
  fix(docz-theme-default): use webfontloader instead of css import
  chore: update readme
  v0.2.10
  chore(docz-plugin-css): typo readme
  chore(docz-plugin-css): change readme
  feat(docz-plugin-css): add initial version (#78)
  chore: update badges on readme
  chore: update readme
  chore: contributing typos
  chore: add code conduct
  chore: update readme
  chore: update contributors
  chore: update readme
  chore: add contributing and contributors
  chore: add commitizen
  chore: add husky, lint staged and commitlint
  ...
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.

1 participant