Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant