Skip to content

Commit

Permalink
fix: some changes on css examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 22, 2018
1 parent 1a66d8a commit 058660f
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/css-less/src/components/Alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Alert
menu: Components
---

import './index.less'
import { Playground, PropsTable } from 'docz'
import { Alert } from './Alert'

Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions examples/css-less/src/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ route: /
order: 1
---

import './index.less'

# Getting Started

Design systems enable teams to build better products faster by making design reusable—reusability makes scale possible. This is the heart and primary value of design systems. A design system is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applications.
Expand Down
2 changes: 1 addition & 1 deletion examples/css-postcss/doczrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { css } from 'docz-plugin-css'
export default {
plugins: [
css({
preprocessor: 'stylus',
preprocessor: 'postcss',
cssmodules: true,
}),
],
Expand Down
1 change: 0 additions & 1 deletion examples/css-postcss/src/components/Alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Alert
menu: Components
---

import './index.css'
import { Playground, PropsTable } from 'docz'
import { Alert } from './Alert'

Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions examples/css-postcss/src/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ route: /
order: 1
---

import './index.css'

# Getting Started

Design systems enable teams to build better products faster by making design reusable—reusability makes scale possible. This is the heart and primary value of design systems. A design system is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applications.
Expand Down
1 change: 0 additions & 1 deletion examples/css-sass/src/components/Alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Alert
menu: Components
---

import './index.scss'
import { Playground, PropsTable } from 'docz'
import { Alert } from './Alert'

Expand Down
2 changes: 2 additions & 0 deletions examples/css-sass/src/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ route: /
order: 1
---

import './index.scss'

# Getting Started

Design systems enable teams to build better products faster by making design reusable—reusability makes scale possible. This is the heart and primary value of design systems. A design system is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applications.
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion examples/css-stylus/src/components/Alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Alert
menu: Components
---

import './index.styl'
import { Playground, PropsTable } from 'docz'
import { Alert } from './Alert'

Expand Down
2 changes: 2 additions & 0 deletions examples/css-stylus/src/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ route: /
order: 1
---

import './index.styl'

# Getting Started

Design systems enable teams to build better products faster by making design reusable—reusability makes scale possible. This is the heart and primary value of design systems. A design system is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applications.
Expand Down
File renamed without changes.

0 comments on commit 058660f

Please sign in to comment.