1.4.22 • Published 1 year ago

postcss-prefix-wrapper v1.4.22

Weekly downloads
37
License
MIT
Repository
-
Last release
1 year ago

postcss-prefix-wrapper

PostCss 插件 为 css 加上前缀的

const postCssPrefixWrap = require('postcss-prefix-wrapper');

postcss([
  postcssWrap({ stackableRoot: '.prefix', repeat: 1, overrideIds: false })
])

Input

div {
  color: '#eee'
}

Output

.prefix div {
  color: 
}

Direct Use

const { wrapCss } = require('postcss-prefix-wrapper');
wrapCss('./build', options.id, {
  ext: '.os.css',
});
1.4.22

1 year ago

1.2.0

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.0

3 years ago

1.0.0-next.16

3 years ago

1.0.0-next.13

3 years ago

1.0.0-next.12

3 years ago

0.4.5

3 years ago

1.0.0-next.11

3 years ago

1.0.0-next.10

3 years ago

1.0.0-next.9

3 years ago

1.0.0-next.8

3 years ago

1.0.0-next.7

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

1.0.0-next.5

3 years ago

1.0.0-next.6

3 years ago

1.0.0-next.4

3 years ago

1.0.0-next.0

4 years ago

1.0.0-next.1

4 years ago

1.0.0-next.2

4 years ago

0.3.8

4 years ago

0.3.3

4 years ago