UNPKG

postcss-button

Version:
39 lines (20 loc) 828 B
# Changelog ## 0.3.9 - feat: option to add classes and pseudo elements to the parent in the selector chain. Now work even without a parent in the selector chain. See updated test 08. ## 0.3.0 - feat: make it optional to apply classes and pseudo elements to the parent in the selector chain. Option: `button-class-parent: true`. Default to false. See test 08. - fix: improved documentation ## 0.2.7 - feat: if there is a selector chain, the active, hover and disabled pseudo classes are applied to the first element in the chain. See test 07. ## 0.2.5 - fix: refactor. ## 0.2.3 - fix: bug that modify default settings. ## 0.2.0 - feat: option to use shorthand form inside atRules, and longhand form inside rules. ## 0.1.11 - fix: revert to display: inline-block ## 0.1.7 - fix: add "padding: 0;" ## 0.1.0 - mvp